Fossil SCM
On-line documentation tweaks.
Commit
1db8656f68f754caa2af00c1f9fe7c3c7d74916f
Parent
a48474bc75b3f1c…
2 files changed
+3
-2
+2
-2
+3
-2
| --- www/embeddeddoc.wiki | ||
| +++ www/embeddeddoc.wiki | ||
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <h1>Managing Project Documentation</h1> |
| 2 | 2 | |
| 3 | -Fossil provides a built-in wiki which can be used to store the | |
| 3 | +Fossil provides a built-in [/wiki | wiki] that can be used to store the | |
| 4 | 4 | documentation for a project. This is sufficient for many projects. |
| 5 | 5 | If your project is well-served by wiki documentation, then you |
| 6 | 6 | need read no further. |
| 7 | 7 | |
| 8 | 8 | But fossil also supports embedding project documentation as |
| @@ -49,11 +49,12 @@ | ||
| 49 | 49 | checked-in baseline. This is useful if you want to see the very latest |
| 50 | 50 | version of the documentation. The "<b>ckout</b>" keywords means to |
| 51 | 51 | pull the documentation file from the local source tree on disk, not |
| 52 | 52 | from the any versioned baseline. The "<b>ckout</b>" keyword normally |
| 53 | 53 | only works when you start your server using the "<b>fossil server</b>" |
| 54 | -command line and is intented to show what the documenation you are currently | |
| 54 | +or "<b>fossil ui</b>" | |
| 55 | +command line and is intented to show what the documentation you are currently | |
| 55 | 56 | editing looks like before you check it in. |
| 56 | 57 | |
| 57 | 58 | Finally, the <i><filename></i> element of the URL is the full |
| 58 | 59 | pathname of the documentation file starting from the root of the source |
| 59 | 60 | tree. |
| 60 | 61 |
| --- www/embeddeddoc.wiki | |
| +++ www/embeddeddoc.wiki | |
| @@ -1,8 +1,8 @@ | |
| 1 | <h1>Managing Project Documentation</h1> |
| 2 | |
| 3 | Fossil provides a built-in wiki which can be used to store the |
| 4 | documentation for a project. This is sufficient for many projects. |
| 5 | If your project is well-served by wiki documentation, then you |
| 6 | need read no further. |
| 7 | |
| 8 | But fossil also supports embedding project documentation as |
| @@ -49,11 +49,12 @@ | |
| 49 | checked-in baseline. This is useful if you want to see the very latest |
| 50 | version of the documentation. The "<b>ckout</b>" keywords means to |
| 51 | pull the documentation file from the local source tree on disk, not |
| 52 | from the any versioned baseline. The "<b>ckout</b>" keyword normally |
| 53 | only works when you start your server using the "<b>fossil server</b>" |
| 54 | command line and is intented to show what the documenation you are currently |
| 55 | editing looks like before you check it in. |
| 56 | |
| 57 | Finally, the <i><filename></i> element of the URL is the full |
| 58 | pathname of the documentation file starting from the root of the source |
| 59 | tree. |
| 60 |
| --- www/embeddeddoc.wiki | |
| +++ www/embeddeddoc.wiki | |
| @@ -1,8 +1,8 @@ | |
| 1 | <h1>Managing Project Documentation</h1> |
| 2 | |
| 3 | Fossil provides a built-in [/wiki | wiki] that can be used to store the |
| 4 | documentation for a project. This is sufficient for many projects. |
| 5 | If your project is well-served by wiki documentation, then you |
| 6 | need read no further. |
| 7 | |
| 8 | But fossil also supports embedding project documentation as |
| @@ -49,11 +49,12 @@ | |
| 49 | checked-in baseline. This is useful if you want to see the very latest |
| 50 | version of the documentation. The "<b>ckout</b>" keywords means to |
| 51 | pull the documentation file from the local source tree on disk, not |
| 52 | from the any versioned baseline. The "<b>ckout</b>" keyword normally |
| 53 | only works when you start your server using the "<b>fossil server</b>" |
| 54 | or "<b>fossil ui</b>" |
| 55 | command line and is intented to show what the documentation you are currently |
| 56 | editing looks like before you check it in. |
| 57 | |
| 58 | Finally, the <i><filename></i> element of the URL is the full |
| 59 | pathname of the documentation file starting from the root of the source |
| 60 | tree. |
| 61 |
+2
-2
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -6,11 +6,11 @@ | ||
| 6 | 6 | distributed software revision control system</a> that includes an integrated |
| 7 | 7 | <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated |
| 8 | 8 | <a href="http://en.wikipedia.org/wiki/Bugtracker"> |
| 9 | 9 | bug-tracking system</a> all in a single easy-to-use stand-alone |
| 10 | 10 | executable. |
| 11 | -(NB: The bug-tracker component is still not completely functional yet, but | |
| 11 | +(NB: The bug-tracker component is not yet completely functional, but | |
| 12 | 12 | we expect it to be available soon.) |
| 13 | 13 | Fossil is |
| 14 | 14 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> |
| 15 | 15 | since 2007-07-21 on |
| 16 | 16 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| @@ -87,11 +87,11 @@ | ||
| 87 | 87 | |
| 88 | 88 | <ul> |
| 89 | 89 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> |
| 90 | 90 | <li><a href="build.wiki">Building And Installing</a></li> |
| 91 | 91 | <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil |
| 92 | -<li>Fossil support <a href="embeddeddoc.wiki">embedded documentation</a> | |
| 92 | +<li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a> | |
| 93 | 93 | that is versioned along with project source code.</li> |
| 94 | 94 | <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism |
| 95 | 95 | helps insure project integrity.</li> |
| 96 | 96 | <li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 97 | 97 | fossil wiki</a>, capable of hosting static pages and community-editable wiki |
| 98 | 98 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -6,11 +6,11 @@ | |
| 6 | distributed software revision control system</a> that includes an integrated |
| 7 | <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated |
| 8 | <a href="http://en.wikipedia.org/wiki/Bugtracker"> |
| 9 | bug-tracking system</a> all in a single easy-to-use stand-alone |
| 10 | executable. |
| 11 | (NB: The bug-tracker component is still not completely functional yet, but |
| 12 | we expect it to be available soon.) |
| 13 | Fossil is |
| 14 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> |
| 15 | since 2007-07-21 on |
| 16 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| @@ -87,11 +87,11 @@ | |
| 87 | |
| 88 | <ul> |
| 89 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> |
| 90 | <li><a href="build.wiki">Building And Installing</a></li> |
| 91 | <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil |
| 92 | <li>Fossil support <a href="embeddeddoc.wiki">embedded documentation</a> |
| 93 | that is versioned along with project source code.</li> |
| 94 | <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism |
| 95 | helps insure project integrity.</li> |
| 96 | <li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 97 | fossil wiki</a>, capable of hosting static pages and community-editable wiki |
| 98 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -6,11 +6,11 @@ | |
| 6 | distributed software revision control system</a> that includes an integrated |
| 7 | <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated |
| 8 | <a href="http://en.wikipedia.org/wiki/Bugtracker"> |
| 9 | bug-tracking system</a> all in a single easy-to-use stand-alone |
| 10 | executable. |
| 11 | (NB: The bug-tracker component is not yet completely functional, but |
| 12 | we expect it to be available soon.) |
| 13 | Fossil is |
| 14 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> |
| 15 | since 2007-07-21 on |
| 16 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| @@ -87,11 +87,11 @@ | |
| 87 | |
| 88 | <ul> |
| 89 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> |
| 90 | <li><a href="build.wiki">Building And Installing</a></li> |
| 91 | <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil |
| 92 | <li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a> |
| 93 | that is versioned along with project source code.</li> |
| 94 | <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism |
| 95 | helps insure project integrity.</li> |
| 96 | <li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 97 | fossil wiki</a>, capable of hosting static pages and community-editable wiki |
| 98 |