Fossil SCM

Revamp the home-page to be more welcoming to newbies, based on suggestions from the [https://www.fossil-scm.org/forum/forumpost/dc3971497b|Forum].

drh 2020-04-13 23:48 trunk merge
Commit b3af9d63442106ea445943d1d4e113fd5f90d777c3de4ecd8da3f078b80d3cf4
+21 -72
--- www/index.wiki
+++ www/index.wiki
@@ -5,18 +5,18 @@
55
<div style='width:200px;float:right;border:2px solid #446979;padding:10px;margin:0px 10px;'>
66
<ul>
77
<li> [/uv/download.html | Download]
88
<li> [./quickstart.wiki | Quick Start]
99
<li> [./build.wiki | Install]
10
-<li> [../COPYRIGHT-BSD2.txt | License]
11
-<li> [./faq.wiki | FAQ]
10
+<li> [https://fossil-scm.org/forum | Support/Forum ]
11
+<li> [./hints.wiki | Tips &amp; Hints]
1212
<li> [./changes.wiki | Change Log]
13
+<li> [../COPYRIGHT-BSD2.txt | License]
14
+<li> [./userlinks.wiki | User inks]
1315
<li> [./hacker-howto.wiki | Hacker How-To]
1416
<li> [./fossil-v-git.wiki | Fossil vs. Git]
15
-<li> [./hints.wiki | Tip &amp; Hints]
1617
<li> [./permutedindex.html | Documentation Index]
17
-<li> [https://fossil-scm.org/forum | Forum ]
1818
</ul>
1919
<img src="fossil3.gif" align="center">
2020
</div>
2121
2222
<p>Fossil is a simple, high-reliability, distributed software configuration
@@ -83,73 +83,22 @@
8383
the repository are consistent prior to each commit.
8484
8585
8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license].
8686
8787
<hr>
88
-<h3>Links For Fossil Users:</h3>
89
-
90
- * [./permutedindex.html | Documentation index] with [/search?c=d | full text search].
91
- * [./reviews.wiki | Testimonials] from satisfied Fossil users and
92
- [./quotes.wiki | Quotes] about Fossil and other DVCSes.
93
- * [./faq.wiki | Frequently Asked Questions]
94
- * The [./concepts.wiki | concepts] behind Fossil.
95
- [./whyusefossil.wiki#definitions | Another viewpoint].
96
- * [./quickstart.wiki | Quick Start] guide to using Fossil.
97
- * [./qandc.wiki | Questions &amp; Criticisms] directed at Fossil.
98
- * [./build.wiki | Compiling and Installing]
99
- * Fossil supports [./embeddeddoc.wiki | embedded documentation]
100
- that is versioned along with project source code.
101
- * Fossil uses an [./fileformat.wiki | enduring file format] that is
102
- designed to be readable, searchable, and extensible by people
103
- not yet born.
104
- * A tutorial on [./branching.wiki | branching], what it means and how
105
- to do it using Fossil.
106
- * The [./selfcheck.wiki | automatic self-check] mechanism
107
- helps insure project integrity.
108
- * Fossil contains a [./wikitheory.wiki | built-in wiki].
109
- * An [./event.wiki | Event] is a special kind of wiki page associated
110
- with a point in time rather than a name.
111
- * [./settings.wiki | Settings] control the behaviour of Fossil.
112
- * [./ssl.wiki | Use SSL] to encrypt communication with the server.
113
- * The [https://fossil-scm.org/forum|Fossil forum] is, as of mid-2018,
114
- the project's central communication channel. The
115
- [https://www.mail-archive.com/[email protected]
116
- | read-only mailing list archives] house discussions spanning Fossil's
117
- first decade.
118
- * [./stats.wiki | Performance statistics] taken from real-world projects
119
- hosted on Fossil.
120
- * How to [./shunning.wiki | delete content] from a Fossil repository.
121
- * How Fossil does [./password.wiki | password management].
122
- * On-line [/help | help].
123
- * Documentation on the
124
- [http://www.sqliteconcepts.org/THManual.pdf | TH1 scripting language],
125
- used to customize [./custom_ticket.wiki | ticketing], and several other
126
- subsystems, including [./customskin.md | theming].
127
- * List of [./th1.md | TH1 commands provided by Fossil itself] that expose
128
- its key functionality to TH1 scripts.
129
- * List of [./th1-hooks.md | TH1 hooks exposed by Fossil] that enable
130
- customization of commands and web pages.
131
- * A free hosting server for Fossil repositories is available at
132
- [http://chiselapp.com/].
133
- * How to [./server/ | set up a server] for your repository.
134
- * Customizing the [./custom_ticket.wiki | ticket system].
135
- * Methods to [./checkin_names.wiki | identify a specific check-in].
136
- * [./inout.wiki | Import and export] from and to Git.
137
- * [./fossil-v-git.wiki | Fossil versus Git].
138
- * [./fiveminutes.wiki | Up and running in 5 minutes as a single user]
139
- (contributed by Gilles Ganault on 2013-01-08).
140
- * [./antibot.wiki | How Fossil defends against abuse by spiders and bots].
141
-
142
-<h3>Links For Fossil Developers:</h3>
143
-
144
- * [./contribute.wiki | Contributing] code or documentation to the
145
- Fossil project.
146
- * [./theory1.wiki | Thoughts On The Design Of Fossil].
147
- * [./pop.wiki | Principles Of Operation]
148
- * [./tech_overview.wiki | A Technical Overview Of Fossil].
149
- * The [./fileformat.wiki | file format] used by every content
150
- file stored in the repository.
151
- * The [./delta_format.wiki | format of deltas] used to
152
- efficiently store changes between file revisions.
153
- * The [./delta_encoder_algorithm.wiki | encoder algorithm] used to
154
- efficiently generate deltas.
155
- * The [./sync.wiki | synchronization protocol].
88
+<h3>Latest Release: 2.10 (2019-10-04)</h3>
89
+
90
+ * [/uv/download.html|Download]
91
+ * [./changes.wiki#v2_10|Change Summary]
92
+
93
+<hr>
94
+<h3>Quick Start</h3>
95
+
96
+ 1. [/uv/download.html|Download] or install using a package manager or
97
+ [./build.wiki|compile from sources].
98
+ 2. <tt>fossil init</tt> <i>new-repository</i>
99
+ 3. <tt>fossil open</tt> <i>new-repository</i>
100
+ 4. <tt>fossil add</tt> <i>files-or-directories</i>
101
+ 5. <tt>fossil commit -m</tt> "<i>commit message</i>"
102
+ 6. <tt>fossil ui</tt>
103
+ 7. Repeat steps 4, 5, and 6, in any order, as necessary.
104
+ See the [./quickstart.wiki|Quick Start Guide] for more detail.
156105
--- www/index.wiki
+++ www/index.wiki
@@ -5,18 +5,18 @@
5 <div style='width:200px;float:right;border:2px solid #446979;padding:10px;margin:0px 10px;'>
6 <ul>
7 <li> [/uv/download.html | Download]
8 <li> [./quickstart.wiki | Quick Start]
9 <li> [./build.wiki | Install]
10 <li> [../COPYRIGHT-BSD2.txt | License]
11 <li> [./faq.wiki | FAQ]
12 <li> [./changes.wiki | Change Log]
 
 
13 <li> [./hacker-howto.wiki | Hacker How-To]
14 <li> [./fossil-v-git.wiki | Fossil vs. Git]
15 <li> [./hints.wiki | Tip &amp; Hints]
16 <li> [./permutedindex.html | Documentation Index]
17 <li> [https://fossil-scm.org/forum | Forum ]
18 </ul>
19 <img src="fossil3.gif" align="center">
20 </div>
21
22 <p>Fossil is a simple, high-reliability, distributed software configuration
@@ -83,73 +83,22 @@
83 the repository are consistent prior to each commit.
84
85 8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license].
86
87 <hr>
88 <h3>Links For Fossil Users:</h3>
89
90 * [./permutedindex.html | Documentation index] with [/search?c=d | full text search].
91 * [./reviews.wiki | Testimonials] from satisfied Fossil users and
92 [./quotes.wiki | Quotes] about Fossil and other DVCSes.
93 * [./faq.wiki | Frequently Asked Questions]
94 * The [./concepts.wiki | concepts] behind Fossil.
95 [./whyusefossil.wiki#definitions | Another viewpoint].
96 * [./quickstart.wiki | Quick Start] guide to using Fossil.
97 * [./qandc.wiki | Questions &amp; Criticisms] directed at Fossil.
98 * [./build.wiki | Compiling and Installing]
99 * Fossil supports [./embeddeddoc.wiki | embedded documentation]
100 that is versioned along with project source code.
101 * Fossil uses an [./fileformat.wiki | enduring file format] that is
102 designed to be readable, searchable, and extensible by people
103 not yet born.
104 * A tutorial on [./branching.wiki | branching], what it means and how
105 to do it using Fossil.
106 * The [./selfcheck.wiki | automatic self-check] mechanism
107 helps insure project integrity.
108 * Fossil contains a [./wikitheory.wiki | built-in wiki].
109 * An [./event.wiki | Event] is a special kind of wiki page associated
110 with a point in time rather than a name.
111 * [./settings.wiki | Settings] control the behaviour of Fossil.
112 * [./ssl.wiki | Use SSL] to encrypt communication with the server.
113 * The [https://fossil-scm.org/forum|Fossil forum] is, as of mid-2018,
114 the project's central communication channel. The
115 [https://www.mail-archive.com/[email protected]
116 | read-only mailing list archives] house discussions spanning Fossil's
117 first decade.
118 * [./stats.wiki | Performance statistics] taken from real-world projects
119 hosted on Fossil.
120 * How to [./shunning.wiki | delete content] from a Fossil repository.
121 * How Fossil does [./password.wiki | password management].
122 * On-line [/help | help].
123 * Documentation on the
124 [http://www.sqliteconcepts.org/THManual.pdf | TH1 scripting language],
125 used to customize [./custom_ticket.wiki | ticketing], and several other
126 subsystems, including [./customskin.md | theming].
127 * List of [./th1.md | TH1 commands provided by Fossil itself] that expose
128 its key functionality to TH1 scripts.
129 * List of [./th1-hooks.md | TH1 hooks exposed by Fossil] that enable
130 customization of commands and web pages.
131 * A free hosting server for Fossil repositories is available at
132 [http://chiselapp.com/].
133 * How to [./server/ | set up a server] for your repository.
134 * Customizing the [./custom_ticket.wiki | ticket system].
135 * Methods to [./checkin_names.wiki | identify a specific check-in].
136 * [./inout.wiki | Import and export] from and to Git.
137 * [./fossil-v-git.wiki | Fossil versus Git].
138 * [./fiveminutes.wiki | Up and running in 5 minutes as a single user]
139 (contributed by Gilles Ganault on 2013-01-08).
140 * [./antibot.wiki | How Fossil defends against abuse by spiders and bots].
141
142 <h3>Links For Fossil Developers:</h3>
143
144 * [./contribute.wiki | Contributing] code or documentation to the
145 Fossil project.
146 * [./theory1.wiki | Thoughts On The Design Of Fossil].
147 * [./pop.wiki | Principles Of Operation]
148 * [./tech_overview.wiki | A Technical Overview Of Fossil].
149 * The [./fileformat.wiki | file format] used by every content
150 file stored in the repository.
151 * The [./delta_format.wiki | format of deltas] used to
152 efficiently store changes between file revisions.
153 * The [./delta_encoder_algorithm.wiki | encoder algorithm] used to
154 efficiently generate deltas.
155 * The [./sync.wiki | synchronization protocol].
156
--- www/index.wiki
+++ www/index.wiki
@@ -5,18 +5,18 @@
5 <div style='width:200px;float:right;border:2px solid #446979;padding:10px;margin:0px 10px;'>
6 <ul>
7 <li> [/uv/download.html | Download]
8 <li> [./quickstart.wiki | Quick Start]
9 <li> [./build.wiki | Install]
10 <li> [https://fossil-scm.org/forum | Support/Forum ]
11 <li> [./hints.wiki | Tips &amp; Hints]
12 <li> [./changes.wiki | Change Log]
13 <li> [../COPYRIGHT-BSD2.txt | License]
14 <li> [./userlinks.wiki | User inks]
15 <li> [./hacker-howto.wiki | Hacker How-To]
16 <li> [./fossil-v-git.wiki | Fossil vs. Git]
 
17 <li> [./permutedindex.html | Documentation Index]
 
18 </ul>
19 <img src="fossil3.gif" align="center">
20 </div>
21
22 <p>Fossil is a simple, high-reliability, distributed software configuration
@@ -83,73 +83,22 @@
83 the repository are consistent prior to each commit.
84
85 8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license].
86
87 <hr>
88 <h3>Latest Release: 2.10 (2019-10-04)</h3>
89
90 * [/uv/download.html|Download]
91 * [./changes.wiki#v2_10|Change Summary]
92
93 <hr>
94 <h3>Quick Start</h3>
95
96 1. [/uv/download.html|Download] or install using a package manager or
97 [./build.wiki|compile from sources].
98 2. <tt>fossil init</tt> <i>new-repository</i>
99 3. <tt>fossil open</tt> <i>new-repository</i>
100 4. <tt>fossil add</tt> <i>files-or-directories</i>
101 5. <tt>fossil commit -m</tt> "<i>commit message</i>"
102 6. <tt>fossil ui</tt>
103 7. Repeat steps 4, 5, and 6, in any order, as necessary.
104 See the [./quickstart.wiki|Quick Start Guide] for more detail.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
+3 -2
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140140
<ul>
141141
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
142142
<li> <a href='history.md'>Purpose and History of Fossil</a>
143143
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
144144
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
145
+<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
146
+<li> <a href='userlinks.wiki'>Miscellaneous Docs for Fossil Users</a>
147
+<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
145148
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
146149
book</a>
147
-<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
148
-<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
149150
</ul>
150151
<a name="pindex"></a>
151152
<h2>Permuted Index:</h2>
152153
<ul>}
153154
foreach entry $permindex {
154155
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140 <ul>
141 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
142 <li> <a href='history.md'>Purpose and History of Fossil</a>
143 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
144 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
 
 
 
145 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
146 book</a>
147 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
148 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
149 </ul>
150 <a name="pindex"></a>
151 <h2>Permuted Index:</h2>
152 <ul>}
153 foreach entry $permindex {
154
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140 <ul>
141 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
142 <li> <a href='history.md'>Purpose and History of Fossil</a>
143 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
144 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
145 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
146 <li> <a href='userlinks.wiki'>Miscellaneous Docs for Fossil Users</a>
147 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
148 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
149 book</a>
 
 
150 </ul>
151 <a name="pindex"></a>
152 <h2>Permuted Index:</h2>
153 <ul>}
154 foreach entry $permindex {
155
+3 -2
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140140
<ul>
141141
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
142142
<li> <a href='history.md'>Purpose and History of Fossil</a>
143143
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
144144
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
145
+<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
146
+<li> <a href='userlinks.wiki'>Miscellaneous Docs for Fossil Users</a>
147
+<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
145148
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
146149
book</a>
147
-<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
148
-<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
149150
</ul>
150151
<a name="pindex"></a>
151152
<h2>Permuted Index:</h2>
152153
<ul>}
153154
foreach entry $permindex {
154155
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140 <ul>
141 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
142 <li> <a href='history.md'>Purpose and History of Fossil</a>
143 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
144 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
 
 
 
145 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
146 book</a>
147 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
148 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
149 </ul>
150 <a name="pindex"></a>
151 <h2>Permuted Index:</h2>
152 <ul>}
153 foreach entry $permindex {
154
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -140,14 +140,15 @@
140 <ul>
141 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
142 <li> <a href='history.md'>Purpose and History of Fossil</a>
143 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
144 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
145 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
146 <li> <a href='userlinks.wiki'>Miscellaneous Docs for Fossil Users</a>
147 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
148 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
149 book</a>
 
 
150 </ul>
151 <a name="pindex"></a>
152 <h2>Permuted Index:</h2>
153 <ul>}
154 foreach entry $permindex {
155
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
1010
<ul>
1111
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
1212
<li> <a href='history.md'>Purpose and History of Fossil</a>
1313
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
1414
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15
+<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
16
+<li> <a href='userlinks.wiki'>Key Docs for Fossil Users</a>
17
+<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
1518
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
1619
book</a>
17
-<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18
-<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
1920
</ul>
2021
<a name="pindex"></a>
2122
<h2>Permuted Index:</h2>
2223
<ul>
2324
<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
2425
2526
ADDED www/userlinks.wiki
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
10 <ul>
11 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
12 <li> <a href='history.md'>Purpose and History of Fossil</a>
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
 
 
 
15 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
16 book</a>
17 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
19 </ul>
20 <a name="pindex"></a>
21 <h2>Permuted Index:</h2>
22 <ul>
23 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
24
25 DDED www/userlinks.wiki
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
10 <ul>
11 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
12 <li> <a href='history.md'>Purpose and History of Fossil</a>
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
16 <li> <a href='userlinks.wiki'>Key Docs for Fossil Users</a>
17 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
18 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
19 book</a>
 
 
20 </ul>
21 <a name="pindex"></a>
22 <h2>Permuted Index:</h2>
23 <ul>
24 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
25
26 DDED www/userlinks.wiki
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
1010
<ul>
1111
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
1212
<li> <a href='history.md'>Purpose and History of Fossil</a>
1313
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
1414
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15
+<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
16
+<li> <a href='userlinks.wiki'>Key Docs for Fossil Users</a>
17
+<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
1518
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
1619
book</a>
17
-<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18
-<li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
1920
</ul>
2021
<a name="pindex"></a>
2122
<h2>Permuted Index:</h2>
2223
<ul>
2324
<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
2425
2526
ADDED www/userlinks.wiki
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
10 <ul>
11 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
12 <li> <a href='history.md'>Purpose and History of Fossil</a>
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
 
 
 
15 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
16 book</a>
17 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
19 </ul>
20 <a name="pindex"></a>
21 <h2>Permuted Index:</h2>
22 <ul>
23 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
24
25 DDED www/userlinks.wiki
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -10,14 +10,15 @@
10 <ul>
11 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
12 <li> <a href='history.md'>Purpose and History of Fossil</a>
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
16 <li> <a href='userlinks.wiki'>Key Docs for Fossil Users</a>
17 <li> <a href='hacker-howto.wiki'>Fossil Developer's Guide</a>
18 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
19 book</a>
 
 
20 </ul>
21 <a name="pindex"></a>
22 <h2>Permuted Index:</h2>
23 <ul>
24 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
25
26 DDED www/userlinks.wiki
--- a/www/userlinks.wiki
+++ b/www/userlinks.wiki
@@ -0,0 +1 @@
1
+<title>Links For Foswhyusefossil.wiki#definitions
--- a/www/userlinks.wiki
+++ b/www/userlinks.wiki
@@ -0,0 +1 @@
 
--- a/www/userlinks.wiki
+++ b/www/userlinks.wiki
@@ -0,0 +1 @@
1 <title>Links For Foswhyusefossil.wiki#definitions

Keyboard Shortcuts

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