Fossil SCM

Tweaks to the embedded documentation.

drh 2008-05-24 23:54 trunk
Commit e65e6691481ffbbe2510b6fe460747572aeedb3f
--- www/embeddeddoc.wiki
+++ www/embeddeddoc.wiki
@@ -71,11 +71,11 @@
7171
* .png
7272
* .txt
7373
* .wiki
7474
7575
Documentation files whose names end in ".wiki" use the
76
-<a href="../wiki_rules">same markup as wiki pages</a> -
76
+[/wiki_rules | same markup as wiki pages] -
7777
a safe subset of HTML together with some rules for paragraph
7878
breaks, lists, and hyperlinks. The ".wiki" and ".txt" pages
7979
are rendered with the standard fossil header and footer added.
8080
All other mimetimes are delivered directly to the requesting
8181
web browser with interpretation, additions, or changes.
8282
--- www/embeddeddoc.wiki
+++ www/embeddeddoc.wiki
@@ -71,11 +71,11 @@
71 * .png
72 * .txt
73 * .wiki
74
75 Documentation files whose names end in ".wiki" use the
76 <a href="../wiki_rules">same markup as wiki pages</a> -
77 a safe subset of HTML together with some rules for paragraph
78 breaks, lists, and hyperlinks. The ".wiki" and ".txt" pages
79 are rendered with the standard fossil header and footer added.
80 All other mimetimes are delivered directly to the requesting
81 web browser with interpretation, additions, or changes.
82
--- www/embeddeddoc.wiki
+++ www/embeddeddoc.wiki
@@ -71,11 +71,11 @@
71 * .png
72 * .txt
73 * .wiki
74
75 Documentation files whose names end in ".wiki" use the
76 [/wiki_rules | same markup as wiki pages] -
77 a safe subset of HTML together with some rules for paragraph
78 breaks, lists, and hyperlinks. The ".wiki" and ".txt" pages
79 are rendered with the standard fossil header and footer added.
80 All other mimetimes are delivered directly to the requesting
81 web browser with interpretation, additions, or changes.
82
+1 -1
--- www/index.wiki
+++ www/index.wiki
@@ -1,6 +1,6 @@
1
-<h1>Fossil - Distributed Revision Control, Wiki, And Bug-Tracking</h1>
1
+<h1>Fossil: Distributed Revision Control, Wiki, and Bug-Tracking</h1>
22
33
<p>
44
Fossil is a new
55
<a href="http://en.wikipedia.org/wiki/Revision_control">
66
distributed software revision control system</a> that includes an integrated
77
--- www/index.wiki
+++ www/index.wiki
@@ -1,6 +1,6 @@
1 <h1>Fossil - Distributed Revision Control, Wiki, And Bug-Tracking</h1>
2
3 <p>
4 Fossil is a new
5 <a href="http://en.wikipedia.org/wiki/Revision_control">
6 distributed software revision control system</a> that includes an integrated
7
--- www/index.wiki
+++ www/index.wiki
@@ -1,6 +1,6 @@
1 <h1>Fossil: Distributed Revision Control, Wiki, and Bug-Tracking</h1>
2
3 <p>
4 Fossil is a new
5 <a href="http://en.wikipedia.org/wiki/Revision_control">
6 distributed software revision control system</a> that includes an integrated
7
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -201,11 +201,11 @@
201201
<blockquote>
202202
<b>fossil ui</b> <i>repository-filename</i>
203203
</blockquote>
204204
205205
<p>The difference between these two command is that <b>ui</b>
206
- attempts to automatically start your web browser point at the
206
+ attempts to automatically start your web browser pointing at the
207207
server whereas <b>server</b> does not.
208208
You can omit the <i>repository-filename</i> if you are within
209209
a checked-out local tree. This server uses port 8080 by default
210210
but you can specify a different port using the <b>-port</b> command.</p>
211211
@@ -218,12 +218,14 @@
218218
<blockquote><b>
219219
#!/usr/local/bin/fossil<br>
220220
repository: /home/proj1/repos1.fossil
221221
</b></blockquote>
222222
223
- <p>Adjust the paths in this CGI script to match your installation.
224
- Now point clients at the CGI script. That's all there is to it!</p>
223
+ <p>Adjust the paths in this CGI script to match your installation
224
+ and make sure that repository file at the directory that contains it
225
+ are both readable and writable by the user that CGI scripts run as.
226
+ Then point clients at the CGI script. That's all there is to it!</p>
225227
226228
<p>You can also run fossil off of inetd or xinetd. For an inetd
227229
installation, make an entry in /etc/inetd.conf that looks something
228230
like this:</p>
229231
230232
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -201,11 +201,11 @@
201 <blockquote>
202 <b>fossil ui</b> <i>repository-filename</i>
203 </blockquote>
204
205 <p>The difference between these two command is that <b>ui</b>
206 attempts to automatically start your web browser point at the
207 server whereas <b>server</b> does not.
208 You can omit the <i>repository-filename</i> if you are within
209 a checked-out local tree. This server uses port 8080 by default
210 but you can specify a different port using the <b>-port</b> command.</p>
211
@@ -218,12 +218,14 @@
218 <blockquote><b>
219 #!/usr/local/bin/fossil<br>
220 repository: /home/proj1/repos1.fossil
221 </b></blockquote>
222
223 <p>Adjust the paths in this CGI script to match your installation.
224 Now point clients at the CGI script. That's all there is to it!</p>
 
 
225
226 <p>You can also run fossil off of inetd or xinetd. For an inetd
227 installation, make an entry in /etc/inetd.conf that looks something
228 like this:</p>
229
230
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -201,11 +201,11 @@
201 <blockquote>
202 <b>fossil ui</b> <i>repository-filename</i>
203 </blockquote>
204
205 <p>The difference between these two command is that <b>ui</b>
206 attempts to automatically start your web browser pointing at the
207 server whereas <b>server</b> does not.
208 You can omit the <i>repository-filename</i> if you are within
209 a checked-out local tree. This server uses port 8080 by default
210 but you can specify a different port using the <b>-port</b> command.</p>
211
@@ -218,12 +218,14 @@
218 <blockquote><b>
219 #!/usr/local/bin/fossil<br>
220 repository: /home/proj1/repos1.fossil
221 </b></blockquote>
222
223 <p>Adjust the paths in this CGI script to match your installation
224 and make sure that repository file at the directory that contains it
225 are both readable and writable by the user that CGI scripts run as.
226 Then point clients at the CGI script. That's all there is to it!</p>
227
228 <p>You can also run fossil off of inetd or xinetd. For an inetd
229 installation, make an entry in /etc/inetd.conf that looks something
230 like this:</p>
231
232

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button