Diff
Not logged in

Differences From:

File www/quickstart.wiki part of check-in [924554d78b] - Fix typos in the quick-start document. by drh on 2008-07-18 12:14:37. [view]

To:

File www/quickstart.wiki part of check-in [c8893c69ac] - Documentation updates. by drh on 2008-10-05 01:03:25. [view]

@@ -211,9 +211,11 @@
 
     <p>Command-line servers like this are useful when two people want
     to share a repository on temporary or ad-hoc basis.  For a more
     permanent installation, you should use either the CGI server or the
-    inetd server.  To use the CGI server, create a CGI script that
+    inetd server.
+    <a name="cgiserver"></a>
+    To use the CGI server, create a CGI script that
     looks something like this:</p>
 
     <blockquote><b>
     #!/usr/local/bin/fossil<br>
@@ -224,8 +226,9 @@
     and make sure that repository file at the directory that contains it
     are both readable and writable by the user that CGI scripts run as.
     Then point clients at the CGI script.  That's all there is to it!</p>
 
+    <a name="inetdserver"></a>
     <p>You can also run fossil off of inetd or xinetd.  For an inetd
     installation, make an entry in /etc/inetd.conf that looks something
     like this:</p>