Fossil SCM

Added a permuted documentation index.

drh 2010-12-19 20:59 trunk
Commit 169a10dd5e2d4589925c08765bef7c320d0ca9f4
--- www/branching.wiki
+++ www/branching.wiki
@@ -1,9 +1,7 @@
1
-<title>Fossil Documentation</title>
2
-<h1 align="center">
3
-Branching, Forking, Merging, and Tagging
4
-</h1>
1
+<title>Branching, Forking, Merging, and Tagging</title>
2
+<h2>Background</h2>
53
64
In a simple and perfect world, the development of a project would proceed
75
linearly, as shown in figure 1.
86
97
<center><table border=1 cellpadding=10 hspace=10 vspace=10>
108
--- www/branching.wiki
+++ www/branching.wiki
@@ -1,9 +1,7 @@
1 <title>Fossil Documentation</title>
2 <h1 align="center">
3 Branching, Forking, Merging, and Tagging
4 </h1>
5
6 In a simple and perfect world, the development of a project would proceed
7 linearly, as shown in figure 1.
8
9 <center><table border=1 cellpadding=10 hspace=10 vspace=10>
10
--- www/branching.wiki
+++ www/branching.wiki
@@ -1,9 +1,7 @@
1 <title>Branching, Forking, Merging, and Tagging</title>
2 <h2>Background</h2>
 
 
3
4 In a simple and perfect world, the development of a project would proceed
5 linearly, as shown in figure 1.
6
7 <center><table border=1 cellpadding=10 hspace=10 vspace=10>
8
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -1,7 +1,7 @@
1
-<title>Fossil Documentation</title>
2
-<h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1>
1
+<title>Bug-Tracking In Fossil</title>
2
+<h2>Introduction</h2>
33
44
A bug-report in fossil is called a "ticket". Tickets are tracked
55
separately from code check-ins.
66
77
Some other distributed bug-tracking systems store tickets as files within
88
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -1,7 +1,7 @@
1 <title>Fossil Documentation</title>
2 <h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1>
3
4 A bug-report in fossil is called a "ticket". Tickets are tracked
5 separately from code check-ins.
6
7 Some other distributed bug-tracking systems store tickets as files within
8
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -1,7 +1,7 @@
1 <title>Bug-Tracking In Fossil</title>
2 <h2>Introduction</h2>
3
4 A bug-report in fossil is called a "ticket". Tickets are tracked
5 separately from code check-ins.
6
7 Some other distributed bug-tracking systems store tickets as files within
8
--- www/custom_ticket.wiki
+++ www/custom_ticket.wiki
@@ -1,7 +1,8 @@
1
+<title>Customizing The Ticket System</title>
12
<nowiki>
2
-<h1 align="center">Customizing The Ticket System</h1>
3
+<h2>Introduction</h2>
34
<p>
45
This guide will explain how to add the "assigned_to" and "submitted_by" fields
56
to the ticket system in Fossil, as well as making the system more useful. You
67
must have "admin" access to the repository to implement these instructions.
78
</p>
89
--- www/custom_ticket.wiki
+++ www/custom_ticket.wiki
@@ -1,7 +1,8 @@
 
1 <nowiki>
2 <h1 align="center">Customizing The Ticket System</h1>
3 <p>
4 This guide will explain how to add the "assigned_to" and "submitted_by" fields
5 to the ticket system in Fossil, as well as making the system more useful. You
6 must have "admin" access to the repository to implement these instructions.
7 </p>
8
--- www/custom_ticket.wiki
+++ www/custom_ticket.wiki
@@ -1,7 +1,8 @@
1 <title>Customizing The Ticket System</title>
2 <nowiki>
3 <h2>Introduction</h2>
4 <p>
5 This guide will explain how to add the "assigned_to" and "submitted_by" fields
6 to the ticket system in Fossil, as well as making the system more useful. You
7 must have "admin" access to the repository to implement these instructions.
8 </p>
9
--- www/delta_encoder_algorithm.wiki
+++ www/delta_encoder_algorithm.wiki
@@ -1,9 +1,8 @@
1
+<title>Fossil Delta Encoding Algorithm</title>
12
<nowiki>
2
-<h1 align="center">
3
-Fossil Delta Encoding Algorithm
4
-</h1>
3
+<h2>Abstract</h2>
54
65
<p>A key component for the efficient storage of multiple revisions of
76
a file in fossil repositories is the use of delta-compression, i.e. to
87
store only the changes between revisions instead of the whole
98
file.</p>
109
--- www/delta_encoder_algorithm.wiki
+++ www/delta_encoder_algorithm.wiki
@@ -1,9 +1,8 @@
 
1 <nowiki>
2 <h1 align="center">
3 Fossil Delta Encoding Algorithm
4 </h1>
5
6 <p>A key component for the efficient storage of multiple revisions of
7 a file in fossil repositories is the use of delta-compression, i.e. to
8 store only the changes between revisions instead of the whole
9 file.</p>
10
--- www/delta_encoder_algorithm.wiki
+++ www/delta_encoder_algorithm.wiki
@@ -1,9 +1,8 @@
1 <title>Fossil Delta Encoding Algorithm</title>
2 <nowiki>
3 <h2>Abstract</h2>
 
 
4
5 <p>A key component for the efficient storage of multiple revisions of
6 a file in fossil repositories is the use of delta-compression, i.e. to
7 store only the changes between revisions instead of the whole
8 file.</p>
9
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -1,9 +1,8 @@
1
+<title>Fossil Delta Format</title>
12
<nowiki>
2
-<h1 align="center">
3
-Fossil Delta Format
4
-</h1>
3
+<h2>Abstract</h2>
54
65
<p>Fossil achieves efficient storage and low-bandwidth synchronization
76
through the use of delta-compression. Instead of storing
87
or transmitting the complete content of an artifact, fossil stores or
98
transmits only the changes relative to a related artifact.
109
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -1,9 +1,8 @@
 
1 <nowiki>
2 <h1 align="center">
3 Fossil Delta Format
4 </h1>
5
6 <p>Fossil achieves efficient storage and low-bandwidth synchronization
7 through the use of delta-compression. Instead of storing
8 or transmitting the complete content of an artifact, fossil stores or
9 transmits only the changes relative to a related artifact.
10
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -1,9 +1,8 @@
1 <title>Fossil Delta Format</title>
2 <nowiki>
3 <h2>Abstract</h2>
 
 
4
5 <p>Fossil achieves efficient storage and low-bandwidth synchronization
6 through the use of delta-compression. Instead of storing
7 or transmitting the complete content of an artifact, fossil stores or
8 transmits only the changes relative to a related artifact.
9
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,11 @@
2121
<li> [http://www.fossil-scm.org/download.html | Download]
2222
<li> [./build.wiki | Install]
2323
<li> [../COPYRIGHT-BSD2.txt | License]
2424
<li> [/timeline | Recent changes]
2525
<li> [./faq.wiki | FAQ]
26
+<li> [./permutedindex.wiki | Doc Index]
2627
<li> Mailing list
2728
<ul>
2829
<li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up]
2930
<li> [http://www.mail-archive.com/[email protected] | archives]
3031
<ul>
3132
3233
ADDED www/mkindex.tcl
3334
ADDED www/permutedindex.wiki
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,11 @@
21 <li> [http://www.fossil-scm.org/download.html | Download]
22 <li> [./build.wiki | Install]
23 <li> [../COPYRIGHT-BSD2.txt | License]
24 <li> [/timeline | Recent changes]
25 <li> [./faq.wiki | FAQ]
 
26 <li> Mailing list
27 <ul>
28 <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up]
29 <li> [http://www.mail-archive.com/[email protected] | archives]
30 <ul>
31
32 DDED www/mkindex.tcl
33 DDED www/permutedindex.wiki
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,11 @@
21 <li> [http://www.fossil-scm.org/download.html | Download]
22 <li> [./build.wiki | Install]
23 <li> [../COPYRIGHT-BSD2.txt | License]
24 <li> [/timeline | Recent changes]
25 <li> [./faq.wiki | FAQ]
26 <li> [./permutedindex.wiki | Doc Index]
27 <li> Mailing list
28 <ul>
29 <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up]
30 <li> [http://www.mail-archive.com/[email protected] | archives]
31 <ul>
32
33 DDED www/mkindex.tcl
34 DDED www/permutedindex.wiki
--- a/www/mkindex.tcl
+++ b/www/mkindex.tcl
@@ -0,0 +1,3 @@
1
+&#151;puts"<nowiki>"
2
+puts"</ul>"
3
+ync
--- a/www/mkindex.tcl
+++ b/www/mkindex.tcl
@@ -0,0 +1,3 @@
 
 
 
--- a/www/mkindex.tcl
+++ b/www/mkindex.tcl
@@ -0,0 +1,3 @@
1 &#151;puts"<nowiki>"
2 puts"</ul>"
3 ync
--- a/www/permutedindex.wiki
+++ b/www/permutedindex.wiki
@@ -0,0 +1,23 @@
1
+<title>Permuted ildbuildBui<nowiki
2
+ Of———————foss-Checklist muted ildbuildBui<nowiki
3
+ riticisms —— SQLite�� From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
4
+ Of———�<title>title>Permuted ildbuildBui<nowiki
5
+ Of——> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
6
+ ld— Fossil Fil—— From Gileting —BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticm Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
7
+ Of———�<title>title>Permuted ildbuildBui<nowiki
8
+ Of———————foss-CheckDeletmentation —theory1.wiki"�� Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA Builui<dbuildBui<nowmentation —theory1.wimuted ildbuildBui<nowiki
9
+ "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— I>Asked Questions &#151;>Permuted ildbuildBui<nowiki
10
+ Of———�<title>title>Permuted ildbuildBui<nowiki
11
+ l—— From Gileting —— —— —<title>Permuted ildbuildBui<nowiki
12
+ Of———————foss-Checklist — <ttA BuildbuChecks — Self�ingDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
13
+ Of———�<title>title>Permuted ildbuildBui<nowiki
14
+ Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki
15
+ Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<dbuildBui<nowiki
16
+ Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —�Bui<nowiki
17
+ "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— I>Asked Questions &#151;>Permuted ildbuildBui<nowiki
18
+ � SQLitehunningDeletitle>Permuted iluildBui<nowiki
19
+ Of———————foss-Checklist mutedtion —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
20
+ Of———�<title>title>Permuted ildbuildBui<nowiki
21
+ Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki
22
+ Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<dbuildBui<nowiki
23
+ Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQ1;�———foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc—————Documentateory1.wiki">DVCS&#151�foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— FldBuildBuildild— F
--- a/www/permutedindex.wiki
+++ b/www/permutedindex.wiki
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
--- a/www/permutedindex.wiki
+++ b/www/permutedindex.wiki
@@ -0,0 +1,23 @@
1 <title>Permuted ildbuildBui<nowiki
2 Of———————foss-Checklist muted ildbuildBui<nowiki
3 riticisms —— SQLite�� From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
4 Of———�<title>title>Permuted ildbuildBui<nowiki
5 Of——> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
6 ld— Fossil Fil—— From Gileting —BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticm Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
7 Of———�<title>title>Permuted ildbuildBui<nowiki
8 Of———————foss-CheckDeletmentation —theory1.wiki"�� Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA Builui<dbuildBui<nowmentation —theory1.wimuted ildbuildBui<nowiki
9 "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— I>Asked Questions &#151;>Permuted ildbuildBui<nowiki
10 Of———�<title>title>Permuted ildbuildBui<nowiki
11 l—— From Gileting —— —— —<title>Permuted ildbuildBui<nowiki
12 Of———————foss-Checklist — <ttA BuildbuChecks — Self�ingDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
13 Of———�<title>title>Permuted ildbuildBui<nowiki
14 Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki
15 Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<dbuildBui<nowiki
16 Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —�Bui<nowiki
17 "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— I>Asked Questions &#151;>Permuted ildbuildBui<nowiki
18 � SQLitehunningDeletitle>Permuted iluildBui<nowiki
19 Of———————foss-Checklist mutedtion —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<nowiki
20 Of———�<title>title>Permuted ildbuildBui<nowiki
21 Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki
22 Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �&#151; aq.wiki">Asked Questions &#151;>Permuted ildbuildBui<dbuildBui<nowiki
23 Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQ1;�———foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc—————Documentateory1.wiki">DVCS&#151�foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS&#151;�——— Import——<ttA BuildbuildBuildBuildild— FldBuildBuildild— F
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,7 +1,6 @@
11
<title>Fossil Self-Hosting Repositories</title>
2
-<h1 align="center">Fossil Self-Hosting Repositories</h1>
32
43
Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
54
there are three publicly accessible repositories for the Fossil source code:
65
76
1. [http://www.fossil-scm.org/]
87
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,7 +1,6 @@
1 <title>Fossil Self-Hosting Repositories</title>
2 <h1 align="center">Fossil Self-Hosting Repositories</h1>
3
4 Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
5 there are three publicly accessible repositories for the Fossil source code:
6
7 1. [http://www.fossil-scm.org/]
8
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,7 +1,6 @@
1 <title>Fossil Self-Hosting Repositories</title>
 
2
3 Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
4 there are three publicly accessible repositories for the Fossil source code:
5
6 1. [http://www.fossil-scm.org/]
7
+1 -1
--- www/server.wiki
+++ www/server.wiki
@@ -1,7 +1,7 @@
1
+<title>How To Configure A Fossil Server</title>
12
<nowiki>
2
-<h1 align="center">Server Setup Guide</h1>
33
<p>This guide is intended to help guide you in setting up a Fossil server.</p>
44
55
<h2>Standalone server</h2><blockquote>
66
The easiest way to set up a Fossil server is to use the <tt>server</tt> or
77
<tt>ui</tt> command. Assuming the repository you are interested in serving is
88
--- www/server.wiki
+++ www/server.wiki
@@ -1,7 +1,7 @@
 
1 <nowiki>
2 <h1 align="center">Server Setup Guide</h1>
3 <p>This guide is intended to help guide you in setting up a Fossil server.</p>
4
5 <h2>Standalone server</h2><blockquote>
6 The easiest way to set up a Fossil server is to use the <tt>server</tt> or
7 <tt>ui</tt> command. Assuming the repository you are interested in serving is
8
--- www/server.wiki
+++ www/server.wiki
@@ -1,7 +1,7 @@
1 <title>How To Configure A Fossil Server</title>
2 <nowiki>
 
3 <p>This guide is intended to help guide you in setting up a Fossil server.</p>
4
5 <h2>Standalone server</h2><blockquote>
6 The easiest way to set up a Fossil server is to use the <tt>server</tt> or
7 <tt>ui</tt> command. Assuming the repository you are interested in serving is
8
+1 -1
--- www/sync.wiki
+++ www/sync.wiki
@@ -1,6 +1,6 @@
1
-<h1 align="center">The Fossil Sync Protocol</h1>
1
+<title>The Fossil Sync Protocol</title>
22
33
<p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
44
for transferring information from one repository to another. The
55
command is run on the client repository. A URL for the server repository
66
is specified as part of the command. This document describes what happens
77
--- www/sync.wiki
+++ www/sync.wiki
@@ -1,6 +1,6 @@
1 <h1 align="center">The Fossil Sync Protocol</h1>
2
3 <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
4 for transferring information from one repository to another. The
5 command is run on the client repository. A URL for the server repository
6 is specified as part of the command. This document describes what happens
7
--- www/sync.wiki
+++ www/sync.wiki
@@ -1,6 +1,6 @@
1 <title>The Fossil Sync Protocol</title>
2
3 <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
4 for transferring information from one repository to another. The
5 command is run on the client repository. A URL for the server repository
6 is specified as part of the command. This document describes what happens
7
+2 -1
--- www/webui.wiki
+++ www/webui.wiki
@@ -1,6 +1,7 @@
1
-<h1 align="center">The Fossil Web Interface</h1>
1
+<title>The Fossil Web Interface</title>
2
+<h2>Overview</h2>
23
34
One of the innovative features of fossil is its built-in web interface.
45
This web interface provides everything you need to run a software
56
development project:
67
78
--- www/webui.wiki
+++ www/webui.wiki
@@ -1,6 +1,7 @@
1 <h1 align="center">The Fossil Web Interface</h1>
 
2
3 One of the innovative features of fossil is its built-in web interface.
4 This web interface provides everything you need to run a software
5 development project:
6
7
--- www/webui.wiki
+++ www/webui.wiki
@@ -1,6 +1,7 @@
1 <title>The Fossil Web Interface</title>
2 <h2>Overview</h2>
3
4 One of the innovative features of fossil is its built-in web interface.
5 This web interface provides everything you need to run a software
6 development project:
7
8
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -1,6 +1,7 @@
1
-<h1>Wiki In [./index.wiki | Fossil]</h1>
1
+<title>Wiki In Fossil</title>
2
+<h2>Introduction</h2>
23
34
Fossil uses [/wiki_rules | wiki markup] for many things:
45
56
* Stand-alone wiki pages.
67
* Description and comments in [./bugtheory.wiki | bug reports].
78
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -1,6 +1,7 @@
1 <h1>Wiki In [./index.wiki | Fossil]</h1>
 
2
3 Fossil uses [/wiki_rules | wiki markup] for many things:
4
5 * Stand-alone wiki pages.
6 * Description and comments in [./bugtheory.wiki | bug reports].
7
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -1,6 +1,7 @@
1 <title>Wiki In Fossil</title>
2 <h2>Introduction</h2>
3
4 Fossil uses [/wiki_rules | wiki markup] for many things:
5
6 * Stand-alone wiki pages.
7 * Description and comments in [./bugtheory.wiki | bug reports].
8

Keyboard Shortcuts

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