Check-in [e65e669148]
Not logged in
Overview

SHA1 Hash:e65e6691481ffbbe2510b6fe460747572aeedb3f
Date: 2008-05-24 23:54:10
User: drh
Comment:Tweaks to the embedded documentation.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified www/embeddeddoc.wiki from [97f9390860] to [eaa1cfadcf].

@@ -71,11 +71,11 @@
   *  .png
   *  .txt
   *  .wiki
 
 Documentation files whose names end in ".wiki" use the
-<a href="../wiki_rules">same markup as wiki pages</a> -
+[/wiki_rules | same markup as wiki pages] -
 a safe subset of HTML together with some rules for paragraph
 breaks, lists, and hyperlinks.  The ".wiki" and ".txt" pages
 are rendered with the standard fossil header and footer added.
 All other mimetimes are delivered directly to the requesting
 web browser with interpretation, additions, or changes.

Modified www/index.wiki from [f4e253731b] to [ffb7fca9e6].

@@ -1,6 +1,6 @@
-<h1>Fossil - Distributed Revision Control, Wiki, And Bug-Tracking</h1>
+<h1>Fossil: Distributed Revision Control, Wiki, and Bug-Tracking</h1>
 
 <p>
 Fossil is a new
 <a href="http://en.wikipedia.org/wiki/Revision_control">
 distributed software revision control system</a> that includes an integrated

Modified www/quickstart.wiki from [94c664abc4] to [ca1d98afc1].

@@ -201,11 +201,11 @@
     <blockquote>
     <b>fossil ui</b> <i>repository-filename</i>
     </blockquote>
 
     <p>The difference between these two command is that <b>ui</b>
-    attempts to automatically start your web browser point at the
+    attempts to automatically start your web browser pointing at the
     server whereas <b>server</b> does not.
     You can omit the <i>repository-filename</i> if you are within
     a checked-out local tree.  This server uses port 8080 by default
     but you can specify a different port using the <b>-port</b> command.</p>
 
@@ -218,12 +218,14 @@
     <blockquote><b>
     #!/usr/local/bin/fossil<br>
     repository: /home/proj1/repos1.fossil
     </b></blockquote>
 
-    <p>Adjust the paths in this CGI script to match your installation.
-    Now point clients at the CGI script.  That's all there is to it!</p>
+    <p>Adjust the paths in this CGI script to match your installation
+    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>
 
     <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>