[BACK]Return to man.cgi.8 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.cgi.8 between version 1.15 and 1.18

version 1.15, 2016/03/18 13:22:27 version 1.18, 2016/07/07 14:34:41
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
Line 26  The
Line 26  The
 CGI program searches for manual pages on a WWW server  CGI program searches for manual pages on a WWW server
 and displays them to HTTP clients,  and displays them to HTTP clients,
 providing functionality equivalent to the  providing functionality equivalent to the
 .Xr apropos 1  
 and  
 .Xr man 1  .Xr man 1
   and
   .Xr apropos 1
 utilities.  utilities.
 It can use multiple manual trees in parallel.  It can use multiple manual trees in parallel.
 .Ss HTML search interface  .Ss HTML search interface
Line 51  The effect of prepending a backslash to another charac
Line 51  The effect of prepending a backslash to another charac
 in the current implementation, it has no effect.  in the current implementation, it has no effect.
 .It  .It
 A  A
 .Dq Submit  
 button to send a search request from the client to the server.  
 .It  
 A  
 .Dq Reset  
 button to undo any changes to the input boxes and the dropdown menus  
 and reset them to the values contained in the  
 .Ev QUERY_STRING .  
 .It  
 Radio buttons to select pages either by name like in  
 .Xr man 1  .Xr man 1
 or using  submit button.
   The string in the input box is interpreted as the name of a manual page.
   .It
   An
 .Xr apropos 1  .Xr apropos 1
 queries.  submit button.
   The string in the input box is interpreted as a search
   .Ar expression .
 .It  .It
 A dropdown menu to optionally select a manual section.  A dropdown menu to optionally select a manual section.
 If one is provided, it has the same effect as the  If one is provided, it has the same effect as the
Line 162  Configure your web server to execute CGI programs loca
Line 157  Configure your web server to execute CGI programs loca
 .Pa /cgi-bin .  .Pa /cgi-bin .
 When using  When using
 .Ox  .Ox
 .Xr httpd 8  .Xr httpd 8 ,
 or  
 .Xr nginx 8 ,  
 the  the
 .Xr slowcgi 8  .Xr slowcgi 8
 proxy daemon is needed to translate FastCGI requests to plain old CGI.  proxy daemon is needed to translate FastCGI requests to plain old CGI.
Line 318  The web server may pass the following CGI variables to
Line 311  The web server may pass the following CGI variables to
 .Nm :  .Nm :
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Ev SCRIPT_NAME  .It Ev SCRIPT_NAME
 The initial part of the the URI passed from the client to the server,  The initial part of the URI passed from the client to the server,
 starting after the server's host name and ending before  starting after the server's host name and ending before
 .Ev PATH_INFO .  .Ev PATH_INFO .
 This is ignored by  This is ignored by

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.18

CVSweb