Differences From:
File
www/embeddeddoc.wiki
part of check-in
[6ba52ae761]
- Documentation tweaks. No changes to code.
by
drh on
2009-02-21 13:09:40.
[view]
To:
File
www/embeddeddoc.wiki
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
www/embeddeddoc.wiki
part of check-in
[1216eb434a]
- typos in documentation
by
bharder on
2009-09-04 16:20:26.
[view]
@@ -1,4 +1,5 @@
+<title>Managing Project Documentation</title>
<h1 align="center">Managing Project Documentation</h1>
Fossil provides a built-in <a href="wikitheory.wiki">wiki</a>
that can be used to store the
@@ -48,10 +49,10 @@
Or <i><version></i> can be the name of a
[./branching.wiki | branch] in order to show
the documentation for the latest version of that branch.
Or <i><version></i> can be one of the keywords "<b>tip</b>" or
-"<b>ckout</b>". The "<b>tip</b>" keyword means to use the most recently
-checked-in. This is useful if you want to see the very latest
+"<b>ckout</b>". The "<b>tip</b>" keyword means to use the most recent
+check-in. This is useful if you want to see the very latest
version of the documentation. The "<b>ckout</b>" keywords means to
pull the documentation file from the local source tree on disk, not
from the any check-in. The "<b>ckout</b>" keyword normally
only works when you start your server using the "<b>fossil server</b>"
@@ -69,9 +70,9 @@
".css", ".gif", ".htm", ".html", ".jpg", ".jpeg", ".png", and ".txt".
Documentation files whose names end in ".wiki" use the
[/wiki_rules | same markup as wiki pages] -
-a safe subset of HTML together with some rules for paragraph
+a safe subset of HTML together with some wiki rules for paragraph
breaks, lists, and hyperlinks. The ".wiki" and ".txt" pages
are rendered with the standard fossil header and footer added.
All other mimetypes are delivered directly to the requesting
web browser without interpretation, additions, or changes.