Fossil SCM

Add the mirrorlimitations.md document. Update cross-references.

drh 2019-08-02 14:29 trunk
Commit 41d6540d27cc3655489903cb022bb5c33878fdb023cfc9da238cf7ff1ea222fa
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -523,11 +523,12 @@
523523
tech-note feature, so those elements will not transfer when
524524
exporting from Fossil to Git. GitHub adds some of these to stock
525525
Git, but because they're not part of Git proper,
526526
[./mirrortogithub.md|exporting a Fossil repository to GitHub] will
527527
still not include them; Fossil tickets do not become GitHub issues,
528
- for example.</p></li>
528
+ for example. See further discussion in the
529
+ [./mirrorlimitations.md|Limitations on Git Mirrors] document</p></li>
529530
530531
<li><p>Both Fossil and Git support
531532
[https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt>
532533
files], a common way to allow drive-by contributions, but it's a
533534
lossy contribution path for both systems. Unlike Git PRs and Fossil
534535
535536
ADDED www/mirrorlimitations.md
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -523,11 +523,12 @@
523 tech-note feature, so those elements will not transfer when
524 exporting from Fossil to Git. GitHub adds some of these to stock
525 Git, but because they're not part of Git proper,
526 [./mirrortogithub.md|exporting a Fossil repository to GitHub] will
527 still not include them; Fossil tickets do not become GitHub issues,
528 for example.</p></li>
 
529
530 <li><p>Both Fossil and Git support
531 [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt>
532 files], a common way to allow drive-by contributions, but it's a
533 lossy contribution path for both systems. Unlike Git PRs and Fossil
534
535 DDED www/mirrorlimitations.md
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -523,11 +523,12 @@
523 tech-note feature, so those elements will not transfer when
524 exporting from Fossil to Git. GitHub adds some of these to stock
525 Git, but because they're not part of Git proper,
526 [./mirrortogithub.md|exporting a Fossil repository to GitHub] will
527 still not include them; Fossil tickets do not become GitHub issues,
528 for example. See further discussion in the
529 [./mirrorlimitations.md|Limitations on Git Mirrors] document</p></li>
530
531 <li><p>Both Fossil and Git support
532 [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt>
533 files], a common way to allow drive-by contributions, but it's a
534 lossy contribution path for both systems. Unlike Git PRs and Fossil
535
536 DDED www/mirrorlimitations.md
--- a/www/mirrorlimitations.md
+++ b/www/mirrorlimitations.md
@@ -0,0 +1,30 @@
1
+# Limitations On Git Mirrors
2
+
3
+The "<tt>[fossil git export](/help?cmd=git)</tt>" command can be used to
4
+mirror a Fossil repository to Git.
5
+([Setup insctions](./mirrortogithub.md) and an
6
+[example](https://github.com/drhsqlite/fossil-mirror).)
7
+But the export to Git is not perfect. Some information is lost during
8
+export due to limitations in Git. This page describes what content of
9
+Fossil is not included in an export to Git.
10
+
11
+## (1) Wiki, Tickets, Technotes, Forum
12
+
13
+Git only supports version control. The additional features of Fossil such
14
+as Wiki, Tickets, Technotes, and the Forum are not supported in Git andions On Git Mirrors
15
+
16
+The# Limitations On Git MirroGit supports cherrypick merging, but the fact that a cherrypick merge occurred
17
+is not recorded in the Git blockchain. There is no way to record a cherrypick
18
+merge in the low-level Git file format.
19
+
20
+Fossil does tracklockchainck merges in cherlow-level file format, but that
21
+information must be discarded when exporting to Git as rrypicks cannot be
22
+represent it inot included file data.
23
+
24
+## (3) Named Branches
25
+
26
+Git has only limited support for named branches. Git identifies the head
27
+check-in of each branch. Depending on the check-in graph topology, this
28
+is sufficient to infer the branch for foras well.
29
+However, cthe branch names for historical che But some of this information
30
+caevery release check
--- a/www/mirrorlimitations.md
+++ b/www/mirrorlimitations.md
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
--- a/www/mirrorlimitations.md
+++ b/www/mirrorlimitations.md
@@ -0,0 +1,30 @@
1 # Limitations On Git Mirrors
2
3 The "<tt>[fossil git export](/help?cmd=git)</tt>" command can be used to
4 mirror a Fossil repository to Git.
5 ([Setup insctions](./mirrortogithub.md) and an
6 [example](https://github.com/drhsqlite/fossil-mirror).)
7 But the export to Git is not perfect. Some information is lost during
8 export due to limitations in Git. This page describes what content of
9 Fossil is not included in an export to Git.
10
11 ## (1) Wiki, Tickets, Technotes, Forum
12
13 Git only supports version control. The additional features of Fossil such
14 as Wiki, Tickets, Technotes, and the Forum are not supported in Git andions On Git Mirrors
15
16 The# Limitations On Git MirroGit supports cherrypick merging, but the fact that a cherrypick merge occurred
17 is not recorded in the Git blockchain. There is no way to record a cherrypick
18 merge in the low-level Git file format.
19
20 Fossil does tracklockchainck merges in cherlow-level file format, but that
21 information must be discarded when exporting to Git as rrypicks cannot be
22 represent it inot included file data.
23
24 ## (3) Named Branches
25
26 Git has only limited support for named branches. Git identifies the head
27 check-in of each branch. Depending on the check-in graph topology, this
28 is sufficient to infer the branch for foras well.
29 However, cthe branch names for historical che But some of this information
30 caevery release check
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -1,9 +1,10 @@
11
# How To Mirror A Fossil Repository On GitHub
22
33
Beginning with Fossil version 2.9, you can mirror a Fossil-based
4
-project on GitHub by following these steps:
4
+project on GitHub (with [limitations](./mirrorlimitations.md))
5
+by following these steps:
56
67
<ol>
78
<li><p>Create an account on GitHub if you do not have one already. Log
89
into that account.
910
1011
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -1,9 +1,10 @@
1 # How To Mirror A Fossil Repository On GitHub
2
3 Beginning with Fossil version 2.9, you can mirror a Fossil-based
4 project on GitHub by following these steps:
 
5
6 <ol>
7 <li><p>Create an account on GitHub if you do not have one already. Log
8 into that account.
9
10
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -1,9 +1,10 @@
1 # How To Mirror A Fossil Repository On GitHub
2
3 Beginning with Fossil version 2.9, you can mirror a Fossil-based
4 project on GitHub (with [limitations](./mirrorlimitations.md))
5 by following these steps:
6
7 <ol>
8 <li><p>Create an account on GitHub if you do not have one already. Log
9 into that account.
10
11
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -41,10 +41,11 @@
4141
fileformat.wiki {Fossil File Format}
4242
fiveminutes.wiki {Up and Running in 5 Minutes as a Single User}
4343
forum.wiki {Fossil Forums}
4444
foss-cklist.wiki {Checklist For Successful Open-Source Projects}
4545
fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
46
+ fossil_prompt.wiki {Fossilized Bash Prompt}
4647
fossil-v-git.wiki {Fossil Versus Git}
4748
globs.md {File Name Glob Patterns}
4849
grep.md {Fossil grep vs POSIX grep}
4950
hacker-howto.wiki {Hacker How-To}
5051
hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
@@ -52,10 +53,11 @@
5253
hints.wiki {Fossil Tips And Usage Hints}
5354
index.wiki {Home Page}
5455
inout.wiki {Import And Export To And From Git}
5556
image-format-vs-repo-size.md {Image Format vs Fossil Repo Size}
5657
makefile.wiki {The Fossil Build Process}
58
+ mirrorlimitations.md {Limitations On Git Mirrors}
5759
mirrortogithub.md {How To Mirror A Fossil Repository On GitHub}
5860
/md_rules {Markdown Formatting Rules}
5961
newrepo.wiki {How To Create A New Fossil Repository}
6062
password.wiki {Password Management And Authentication}
6163
pop.wiki {Principles Of Operation}
@@ -67,10 +69,12 @@
6769
../test/release-checklist.wiki {Pre-Release Testing Checklist}
6870
reviews.wiki {Reviews}
6971
selfcheck.wiki {Fossil Repository Integrity Self Checks}
7072
selfhost.wiki {Fossil Self Hosting Repositories}
7173
server.wiki {How To Configure A Fossil Server}
74
+ serverext.wiki {CGI Server Extensions}
75
+ serverext.wiki {Adding Extensions To A Fossil Server Using CGI Scripts}
7276
settings.wiki {Fossil Settings}
7377
/sitemap {Site Map}
7478
shunning.wiki {Shunning: Deleting Content From Fossil}
7579
stats.wiki {Performance Statistics}
7680
style.wiki {Source Code Style Guidelines}
7781
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -41,10 +41,11 @@
41 fileformat.wiki {Fossil File Format}
42 fiveminutes.wiki {Up and Running in 5 Minutes as a Single User}
43 forum.wiki {Fossil Forums}
44 foss-cklist.wiki {Checklist For Successful Open-Source Projects}
45 fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
 
46 fossil-v-git.wiki {Fossil Versus Git}
47 globs.md {File Name Glob Patterns}
48 grep.md {Fossil grep vs POSIX grep}
49 hacker-howto.wiki {Hacker How-To}
50 hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
@@ -52,10 +53,11 @@
52 hints.wiki {Fossil Tips And Usage Hints}
53 index.wiki {Home Page}
54 inout.wiki {Import And Export To And From Git}
55 image-format-vs-repo-size.md {Image Format vs Fossil Repo Size}
56 makefile.wiki {The Fossil Build Process}
 
57 mirrortogithub.md {How To Mirror A Fossil Repository On GitHub}
58 /md_rules {Markdown Formatting Rules}
59 newrepo.wiki {How To Create A New Fossil Repository}
60 password.wiki {Password Management And Authentication}
61 pop.wiki {Principles Of Operation}
@@ -67,10 +69,12 @@
67 ../test/release-checklist.wiki {Pre-Release Testing Checklist}
68 reviews.wiki {Reviews}
69 selfcheck.wiki {Fossil Repository Integrity Self Checks}
70 selfhost.wiki {Fossil Self Hosting Repositories}
71 server.wiki {How To Configure A Fossil Server}
 
 
72 settings.wiki {Fossil Settings}
73 /sitemap {Site Map}
74 shunning.wiki {Shunning: Deleting Content From Fossil}
75 stats.wiki {Performance Statistics}
76 style.wiki {Source Code Style Guidelines}
77
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -41,10 +41,11 @@
41 fileformat.wiki {Fossil File Format}
42 fiveminutes.wiki {Up and Running in 5 Minutes as a Single User}
43 forum.wiki {Fossil Forums}
44 foss-cklist.wiki {Checklist For Successful Open-Source Projects}
45 fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE}
46 fossil_prompt.wiki {Fossilized Bash Prompt}
47 fossil-v-git.wiki {Fossil Versus Git}
48 globs.md {File Name Glob Patterns}
49 grep.md {Fossil grep vs POSIX grep}
50 hacker-howto.wiki {Hacker How-To}
51 hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256}
@@ -52,10 +53,11 @@
53 hints.wiki {Fossil Tips And Usage Hints}
54 index.wiki {Home Page}
55 inout.wiki {Import And Export To And From Git}
56 image-format-vs-repo-size.md {Image Format vs Fossil Repo Size}
57 makefile.wiki {The Fossil Build Process}
58 mirrorlimitations.md {Limitations On Git Mirrors}
59 mirrortogithub.md {How To Mirror A Fossil Repository On GitHub}
60 /md_rules {Markdown Formatting Rules}
61 newrepo.wiki {How To Create A New Fossil Repository}
62 password.wiki {Password Management And Authentication}
63 pop.wiki {Principles Of Operation}
@@ -67,10 +69,12 @@
69 ../test/release-checklist.wiki {Pre-Release Testing Checklist}
70 reviews.wiki {Reviews}
71 selfcheck.wiki {Fossil Repository Integrity Self Checks}
72 selfhost.wiki {Fossil Self Hosting Repositories}
73 server.wiki {How To Configure A Fossil Server}
74 serverext.wiki {CGI Server Extensions}
75 serverext.wiki {Adding Extensions To A Fossil Server Using CGI Scripts}
76 settings.wiki {Fossil Settings}
77 /sitemap {Site Map}
78 shunning.wiki {Shunning: Deleting Content From Fossil}
79 stats.wiki {Performance Statistics}
80 style.wiki {Source Code Style Guidelines}
81
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -21,10 +21,11 @@
2121
<h2>Permuted Index:</h2>
2222
<ul>
2323
<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
2424
<li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
2525
<li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
26
+<li><a href="serverext.wiki"><b>Adding Extensions To A Fossil Server Using CGI Scripts</b></a></li>
2627
<li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
2728
<li><a href="admin-v-setup.md">Admin User Capabilities &mdash; The Differences Between the Setup and</a></li>
2829
<li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
2930
<li><a href="alerts.md">Alerts And Notifications &mdash; Email</a></li>
3031
<li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -32,10 +33,11 @@
3233
<li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil &mdash; The</a></li>
3334
<li><a href="customskin.md">Appearance of Web Pages &mdash; Theming: Customizing The</a></li>
3435
<li><a href="faq.wiki">Asked Questions &mdash; Frequently</a></li>
3536
<li><a href="password.wiki">Authentication &mdash; Password Management And</a></li>
3637
<li><a href="backoffice.md">Backoffice mechanism of Fossil &mdash; The</a></li>
38
+<li><a href="fossil_prompt.wiki">Bash Prompt &mdash; Fossilized</a></li>
3739
<li><a href="whyusefossil.wiki"><b>Benefits Of Version Control</b></a></li>
3840
<li><a href="hashpolicy.wiki">Between SHA1 and SHA3-256 &mdash; Hash Policy: Choosing</a></li>
3941
<li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities &mdash; The Differences</a></li>
4042
<li><a href="blockchain.md">Blockchain &mdash; Fossil As</a></li>
4143
<li><a href="antibot.wiki">Bots &mdash; Defense against Spiders and</a></li>
@@ -42,10 +44,12 @@
4244
<li><a href="private.wiki">Branches &mdash; Creating, Syncing, and Deleting Private</a></li>
4345
<li><a href="branching.wiki"><b>Branching, Forking, Merging, and Tagging</b></a></li>
4446
<li><a href="bugtheory.wiki"><b>Bug Tracking In Fossil</b></a></li>
4547
<li><a href="makefile.wiki">Build Process &mdash; The Fossil</a></li>
4648
<li><a href="admin-v-setup.md">Capabilities &mdash; The Differences Between the Setup and Admin User</a></li>
49
+<li><a href="serverext.wiki">CGI Scripts &mdash; Adding Extensions To A Fossil Server Using</a></li>
50
+<li><a href="serverext.wiki"><b>CGI Server Extensions</b></a></li>
4751
<li><a href="aboutcgi.wiki">CGI Works In Fossil &mdash; How</a></li>
4852
<li><a href="changes.wiki">Changelog &mdash; Fossil</a></li>
4953
<li><a href="checkin_names.wiki"><b>Check-in And Version Names</b></a></li>
5054
<li><a href="checkin.wiki"><b>Check-in Checklist</b></a></li>
5155
<li><a href="checkin.wiki">Checklist &mdash; Check-in</a></li>
@@ -93,10 +97,12 @@
9397
<li><a href="env-opts.md"><b>Environment Variables and Global Options</b></a></li>
9498
<li><a href="event.wiki"><b>Events</b></a></li>
9599
<li><a href="webpage-ex.md">Examples &mdash; Webpage</a></li>
96100
<li><a href="inout.wiki">Export To And From Git &mdash; Import And</a></li>
97101
<li><a href="fossil-from-msvc.wiki">Express 2010 IDE &mdash; Integrating Fossil in the Microsoft</a></li>
102
+<li><a href="serverext.wiki">Extensions &mdash; CGI Server</a></li>
103
+<li><a href="serverext.wiki">Extensions To A Fossil Server Using CGI Scripts &mdash; Adding</a></li>
98104
<li><a href="adding_code.wiki">Features To Fossil &mdash; Adding New</a></li>
99105
<li><a href="fileformat.wiki">File Format &mdash; Fossil</a></li>
100106
<li><a href="globs.md"><b>File Name Glob Patterns</b></a></li>
101107
<li><a href="unvers.wiki">Files &mdash; Unversioned</a></li>
102108
<li><a href="branching.wiki">Forking, Merging, and Tagging &mdash; Branching,</a></li>
@@ -119,14 +125,16 @@
119125
<li><a href="selfhost.wiki"><b>Fossil Self Hosting Repositories</b></a></li>
120126
<li><a href="settings.wiki"><b>Fossil Settings</b></a></li>
121127
<li><a href="hints.wiki"><b>Fossil Tips And Usage Hints</b></a></li>
122128
<li><a href="fossil-v-git.wiki"><b>Fossil Versus Git</b></a></li>
123129
<li><a href="quotes.wiki">Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are Saying About</a></li>
130
+<li><a href="fossil_prompt.wiki"><b>Fossilized Bash Prompt</b></a></li>
124131
<li><a href="faq.wiki"><b>Frequently Asked Questions</b></a></li>
125132
<li><a href="quotes.wiki">General &mdash; Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
126133
<li><a href="fossil-v-git.wiki">Git &mdash; Fossil Versus</a></li>
127134
<li><a href="inout.wiki">Git &mdash; Import And Export To And From</a></li>
135
+<li><a href="mirrorlimitations.md">Git Mirrors &mdash; Limitations On</a></li>
128136
<li><a href="quotes.wiki">Git, and DVCSes in General &mdash; Quotes: What People Are Saying About Fossil,</a></li>
129137
<li><a href="mirrortogithub.md">GitHub &mdash; How To Mirror A Fossil Repository On</a></li>
130138
<li><a href="globs.md">Glob Patterns &mdash; File Name</a></li>
131139
<li><a href="env-opts.md">Global Options &mdash; Environment Variables and</a></li>
132140
<li><a href="customgraph.md">Graph &mdash; Theming: Customizing the Timeline</a></li>
@@ -156,19 +164,21 @@
156164
<li><a href="fossil-from-msvc.wiki"><b>Integrating Fossil in the Microsoft Express 2010 IDE</b></a></li>
157165
<li><a href="selfcheck.wiki">Integrity Self Checks &mdash; Fossil Repository</a></li>
158166
<li><a href="webui.wiki">Interface &mdash; The Fossil Web</a></li>
159167
<li><a href="th1.md">Language &mdash; The TH1 Scripting</a></li>
160168
<li><a href="copyright-release.html">License Agreement &mdash; Contributor</a></li>
169
+<li><a href="mirrorlimitations.md"><b>Limitations On Git Mirrors</b></a></li>
161170
<li><a href="../../../help"><b>Lists of Commands and Webpages</b></a></li>
162171
<li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
163172
<li><a href="../../../sitemap">Map &mdash; Site</a></li>
164173
<li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
165174
<li><a href="backoffice.md">mechanism of Fossil &mdash; The Backoffice</a></li>
166175
<li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
167176
<li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
168177
<li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Up and Running in 5</a></li>
169178
<li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub &mdash; How To</a></li>
179
+<li><a href="mirrorlimitations.md">Mirrors &mdash; Limitations On Git</a></li>
170180
<li><a href="globs.md">Name Glob Patterns &mdash; File</a></li>
171181
<li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
172182
<li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
173183
<li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
174184
<li><a href="tls-nginx.md">nginx &mdash; Proxying Fossil via HTTPS with</a></li>
@@ -192,10 +202,11 @@
192202
<li><a href="makefile.wiki">Process &mdash; The Fossil Build</a></li>
193203
<li><a href="contribute.wiki">Project &mdash; Contributing Code or Documentation To The Fossil</a></li>
194204
<li><a href="embeddeddoc.wiki">Project Documentation &mdash; Embedded</a></li>
195205
<li><a href="foss-cklist.wiki">Projects &mdash; Checklist For Successful Open-Source</a></li>
196206
<li><a href="childprojects.wiki">Projects &mdash; Child</a></li>
207
+<li><a href="fossil_prompt.wiki">Prompt &mdash; Fossilized Bash</a></li>
197208
<li><a href="sync.wiki">Protocol &mdash; The Fossil Sync</a></li>
198209
<li><a href="tls-nginx.md"><b>Proxying Fossil via HTTPS with nginx</b></a></li>
199210
<li><a href="faq.wiki">Questions &mdash; Frequently Asked</a></li>
200211
<li><a href="qandc.wiki"><b>Questions And Criticisms</b></a></li>
201212
<li><a href="quickstart.wiki">Quick Start Guide &mdash; Fossil</a></li>
@@ -210,13 +221,16 @@
210221
<li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
211222
<li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
212223
<li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Up and</a></li>
213224
<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
214225
<li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
226
+<li><a href="serverext.wiki">Scripts &mdash; Adding Extensions To A Fossil Server Using CGI</a></li>
215227
<li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
216228
<li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
217229
<li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
230
+<li><a href="serverext.wiki">Server Extensions &mdash; CGI</a></li>
231
+<li><a href="serverext.wiki">Server Using CGI Scripts &mdash; Adding Extensions To A Fossil</a></li>
218232
<li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
219233
<li><a href="admin-v-setup.md">Setup and Admin User Capabilities &mdash; The Differences Between the</a></li>
220234
<li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
221235
<li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
222236
<li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
@@ -259,10 +273,11 @@
259273
<li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
260274
<li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li>
261275
<li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
262276
<li><a href="fiveminutes.wiki">User &mdash; Up and Running in 5 Minutes as a Single</a></li>
263277
<li><a href="admin-v-setup.md">User Capabilities &mdash; The Differences Between the Setup and Admin</a></li>
278
+<li><a href="serverext.wiki">Using CGI Scripts &mdash; Adding Extensions To A Fossil Server</a></li>
264279
<li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
265280
<li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
266281
<li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
267282
<li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
268283
<li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
269284
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -21,10 +21,11 @@
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 <li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
25 <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
 
26 <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
27 <li><a href="admin-v-setup.md">Admin User Capabilities &mdash; The Differences Between the Setup and</a></li>
28 <li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
29 <li><a href="alerts.md">Alerts And Notifications &mdash; Email</a></li>
30 <li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -32,10 +33,11 @@
32 <li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil &mdash; The</a></li>
33 <li><a href="customskin.md">Appearance of Web Pages &mdash; Theming: Customizing The</a></li>
34 <li><a href="faq.wiki">Asked Questions &mdash; Frequently</a></li>
35 <li><a href="password.wiki">Authentication &mdash; Password Management And</a></li>
36 <li><a href="backoffice.md">Backoffice mechanism of Fossil &mdash; The</a></li>
 
37 <li><a href="whyusefossil.wiki"><b>Benefits Of Version Control</b></a></li>
38 <li><a href="hashpolicy.wiki">Between SHA1 and SHA3-256 &mdash; Hash Policy: Choosing</a></li>
39 <li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities &mdash; The Differences</a></li>
40 <li><a href="blockchain.md">Blockchain &mdash; Fossil As</a></li>
41 <li><a href="antibot.wiki">Bots &mdash; Defense against Spiders and</a></li>
@@ -42,10 +44,12 @@
42 <li><a href="private.wiki">Branches &mdash; Creating, Syncing, and Deleting Private</a></li>
43 <li><a href="branching.wiki"><b>Branching, Forking, Merging, and Tagging</b></a></li>
44 <li><a href="bugtheory.wiki"><b>Bug Tracking In Fossil</b></a></li>
45 <li><a href="makefile.wiki">Build Process &mdash; The Fossil</a></li>
46 <li><a href="admin-v-setup.md">Capabilities &mdash; The Differences Between the Setup and Admin User</a></li>
 
 
47 <li><a href="aboutcgi.wiki">CGI Works In Fossil &mdash; How</a></li>
48 <li><a href="changes.wiki">Changelog &mdash; Fossil</a></li>
49 <li><a href="checkin_names.wiki"><b>Check-in And Version Names</b></a></li>
50 <li><a href="checkin.wiki"><b>Check-in Checklist</b></a></li>
51 <li><a href="checkin.wiki">Checklist &mdash; Check-in</a></li>
@@ -93,10 +97,12 @@
93 <li><a href="env-opts.md"><b>Environment Variables and Global Options</b></a></li>
94 <li><a href="event.wiki"><b>Events</b></a></li>
95 <li><a href="webpage-ex.md">Examples &mdash; Webpage</a></li>
96 <li><a href="inout.wiki">Export To And From Git &mdash; Import And</a></li>
97 <li><a href="fossil-from-msvc.wiki">Express 2010 IDE &mdash; Integrating Fossil in the Microsoft</a></li>
 
 
98 <li><a href="adding_code.wiki">Features To Fossil &mdash; Adding New</a></li>
99 <li><a href="fileformat.wiki">File Format &mdash; Fossil</a></li>
100 <li><a href="globs.md"><b>File Name Glob Patterns</b></a></li>
101 <li><a href="unvers.wiki">Files &mdash; Unversioned</a></li>
102 <li><a href="branching.wiki">Forking, Merging, and Tagging &mdash; Branching,</a></li>
@@ -119,14 +125,16 @@
119 <li><a href="selfhost.wiki"><b>Fossil Self Hosting Repositories</b></a></li>
120 <li><a href="settings.wiki"><b>Fossil Settings</b></a></li>
121 <li><a href="hints.wiki"><b>Fossil Tips And Usage Hints</b></a></li>
122 <li><a href="fossil-v-git.wiki"><b>Fossil Versus Git</b></a></li>
123 <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are Saying About</a></li>
 
124 <li><a href="faq.wiki"><b>Frequently Asked Questions</b></a></li>
125 <li><a href="quotes.wiki">General &mdash; Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
126 <li><a href="fossil-v-git.wiki">Git &mdash; Fossil Versus</a></li>
127 <li><a href="inout.wiki">Git &mdash; Import And Export To And From</a></li>
 
128 <li><a href="quotes.wiki">Git, and DVCSes in General &mdash; Quotes: What People Are Saying About Fossil,</a></li>
129 <li><a href="mirrortogithub.md">GitHub &mdash; How To Mirror A Fossil Repository On</a></li>
130 <li><a href="globs.md">Glob Patterns &mdash; File Name</a></li>
131 <li><a href="env-opts.md">Global Options &mdash; Environment Variables and</a></li>
132 <li><a href="customgraph.md">Graph &mdash; Theming: Customizing the Timeline</a></li>
@@ -156,19 +164,21 @@
156 <li><a href="fossil-from-msvc.wiki"><b>Integrating Fossil in the Microsoft Express 2010 IDE</b></a></li>
157 <li><a href="selfcheck.wiki">Integrity Self Checks &mdash; Fossil Repository</a></li>
158 <li><a href="webui.wiki">Interface &mdash; The Fossil Web</a></li>
159 <li><a href="th1.md">Language &mdash; The TH1 Scripting</a></li>
160 <li><a href="copyright-release.html">License Agreement &mdash; Contributor</a></li>
 
161 <li><a href="../../../help"><b>Lists of Commands and Webpages</b></a></li>
162 <li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
163 <li><a href="../../../sitemap">Map &mdash; Site</a></li>
164 <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
165 <li><a href="backoffice.md">mechanism of Fossil &mdash; The Backoffice</a></li>
166 <li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
167 <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
168 <li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Up and Running in 5</a></li>
169 <li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub &mdash; How To</a></li>
 
170 <li><a href="globs.md">Name Glob Patterns &mdash; File</a></li>
171 <li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
172 <li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
173 <li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
174 <li><a href="tls-nginx.md">nginx &mdash; Proxying Fossil via HTTPS with</a></li>
@@ -192,10 +202,11 @@
192 <li><a href="makefile.wiki">Process &mdash; The Fossil Build</a></li>
193 <li><a href="contribute.wiki">Project &mdash; Contributing Code or Documentation To The Fossil</a></li>
194 <li><a href="embeddeddoc.wiki">Project Documentation &mdash; Embedded</a></li>
195 <li><a href="foss-cklist.wiki">Projects &mdash; Checklist For Successful Open-Source</a></li>
196 <li><a href="childprojects.wiki">Projects &mdash; Child</a></li>
 
197 <li><a href="sync.wiki">Protocol &mdash; The Fossil Sync</a></li>
198 <li><a href="tls-nginx.md"><b>Proxying Fossil via HTTPS with nginx</b></a></li>
199 <li><a href="faq.wiki">Questions &mdash; Frequently Asked</a></li>
200 <li><a href="qandc.wiki"><b>Questions And Criticisms</b></a></li>
201 <li><a href="quickstart.wiki">Quick Start Guide &mdash; Fossil</a></li>
@@ -210,13 +221,16 @@
210 <li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
211 <li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
212 <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Up and</a></li>
213 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
214 <li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
 
215 <li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
216 <li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
217 <li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
 
 
218 <li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
219 <li><a href="admin-v-setup.md">Setup and Admin User Capabilities &mdash; The Differences Between the</a></li>
220 <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
221 <li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
222 <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
@@ -259,10 +273,11 @@
259 <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
260 <li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li>
261 <li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
262 <li><a href="fiveminutes.wiki">User &mdash; Up and Running in 5 Minutes as a Single</a></li>
263 <li><a href="admin-v-setup.md">User Capabilities &mdash; The Differences Between the Setup and Admin</a></li>
 
264 <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
265 <li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
266 <li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
267 <li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
268 <li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
269
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -21,10 +21,11 @@
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 <li><a href="fossil-from-msvc.wiki">2010 IDE &mdash; Integrating Fossil in the Microsoft Express</a></li>
25 <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li>
26 <li><a href="serverext.wiki"><b>Adding Extensions To A Fossil Server Using CGI Scripts</b></a></li>
27 <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li>
28 <li><a href="admin-v-setup.md">Admin User Capabilities &mdash; The Differences Between the Setup and</a></li>
29 <li><a href="copyright-release.html">Agreement &mdash; Contributor License</a></li>
30 <li><a href="alerts.md">Alerts And Notifications &mdash; Email</a></li>
31 <li><a href="delta_encoder_algorithm.wiki">Algorithm &mdash; Fossil Delta Encoding</a></li>
@@ -32,10 +33,11 @@
33 <li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil &mdash; The</a></li>
34 <li><a href="customskin.md">Appearance of Web Pages &mdash; Theming: Customizing The</a></li>
35 <li><a href="faq.wiki">Asked Questions &mdash; Frequently</a></li>
36 <li><a href="password.wiki">Authentication &mdash; Password Management And</a></li>
37 <li><a href="backoffice.md">Backoffice mechanism of Fossil &mdash; The</a></li>
38 <li><a href="fossil_prompt.wiki">Bash Prompt &mdash; Fossilized</a></li>
39 <li><a href="whyusefossil.wiki"><b>Benefits Of Version Control</b></a></li>
40 <li><a href="hashpolicy.wiki">Between SHA1 and SHA3-256 &mdash; Hash Policy: Choosing</a></li>
41 <li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities &mdash; The Differences</a></li>
42 <li><a href="blockchain.md">Blockchain &mdash; Fossil As</a></li>
43 <li><a href="antibot.wiki">Bots &mdash; Defense against Spiders and</a></li>
@@ -42,10 +44,12 @@
44 <li><a href="private.wiki">Branches &mdash; Creating, Syncing, and Deleting Private</a></li>
45 <li><a href="branching.wiki"><b>Branching, Forking, Merging, and Tagging</b></a></li>
46 <li><a href="bugtheory.wiki"><b>Bug Tracking In Fossil</b></a></li>
47 <li><a href="makefile.wiki">Build Process &mdash; The Fossil</a></li>
48 <li><a href="admin-v-setup.md">Capabilities &mdash; The Differences Between the Setup and Admin User</a></li>
49 <li><a href="serverext.wiki">CGI Scripts &mdash; Adding Extensions To A Fossil Server Using</a></li>
50 <li><a href="serverext.wiki"><b>CGI Server Extensions</b></a></li>
51 <li><a href="aboutcgi.wiki">CGI Works In Fossil &mdash; How</a></li>
52 <li><a href="changes.wiki">Changelog &mdash; Fossil</a></li>
53 <li><a href="checkin_names.wiki"><b>Check-in And Version Names</b></a></li>
54 <li><a href="checkin.wiki"><b>Check-in Checklist</b></a></li>
55 <li><a href="checkin.wiki">Checklist &mdash; Check-in</a></li>
@@ -93,10 +97,12 @@
97 <li><a href="env-opts.md"><b>Environment Variables and Global Options</b></a></li>
98 <li><a href="event.wiki"><b>Events</b></a></li>
99 <li><a href="webpage-ex.md">Examples &mdash; Webpage</a></li>
100 <li><a href="inout.wiki">Export To And From Git &mdash; Import And</a></li>
101 <li><a href="fossil-from-msvc.wiki">Express 2010 IDE &mdash; Integrating Fossil in the Microsoft</a></li>
102 <li><a href="serverext.wiki">Extensions &mdash; CGI Server</a></li>
103 <li><a href="serverext.wiki">Extensions To A Fossil Server Using CGI Scripts &mdash; Adding</a></li>
104 <li><a href="adding_code.wiki">Features To Fossil &mdash; Adding New</a></li>
105 <li><a href="fileformat.wiki">File Format &mdash; Fossil</a></li>
106 <li><a href="globs.md"><b>File Name Glob Patterns</b></a></li>
107 <li><a href="unvers.wiki">Files &mdash; Unversioned</a></li>
108 <li><a href="branching.wiki">Forking, Merging, and Tagging &mdash; Branching,</a></li>
@@ -119,14 +125,16 @@
125 <li><a href="selfhost.wiki"><b>Fossil Self Hosting Repositories</b></a></li>
126 <li><a href="settings.wiki"><b>Fossil Settings</b></a></li>
127 <li><a href="hints.wiki"><b>Fossil Tips And Usage Hints</b></a></li>
128 <li><a href="fossil-v-git.wiki"><b>Fossil Versus Git</b></a></li>
129 <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are Saying About</a></li>
130 <li><a href="fossil_prompt.wiki"><b>Fossilized Bash Prompt</b></a></li>
131 <li><a href="faq.wiki"><b>Frequently Asked Questions</b></a></li>
132 <li><a href="quotes.wiki">General &mdash; Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
133 <li><a href="fossil-v-git.wiki">Git &mdash; Fossil Versus</a></li>
134 <li><a href="inout.wiki">Git &mdash; Import And Export To And From</a></li>
135 <li><a href="mirrorlimitations.md">Git Mirrors &mdash; Limitations On</a></li>
136 <li><a href="quotes.wiki">Git, and DVCSes in General &mdash; Quotes: What People Are Saying About Fossil,</a></li>
137 <li><a href="mirrortogithub.md">GitHub &mdash; How To Mirror A Fossil Repository On</a></li>
138 <li><a href="globs.md">Glob Patterns &mdash; File Name</a></li>
139 <li><a href="env-opts.md">Global Options &mdash; Environment Variables and</a></li>
140 <li><a href="customgraph.md">Graph &mdash; Theming: Customizing the Timeline</a></li>
@@ -156,19 +164,21 @@
164 <li><a href="fossil-from-msvc.wiki"><b>Integrating Fossil in the Microsoft Express 2010 IDE</b></a></li>
165 <li><a href="selfcheck.wiki">Integrity Self Checks &mdash; Fossil Repository</a></li>
166 <li><a href="webui.wiki">Interface &mdash; The Fossil Web</a></li>
167 <li><a href="th1.md">Language &mdash; The TH1 Scripting</a></li>
168 <li><a href="copyright-release.html">License Agreement &mdash; Contributor</a></li>
169 <li><a href="mirrorlimitations.md"><b>Limitations On Git Mirrors</b></a></li>
170 <li><a href="../../../help"><b>Lists of Commands and Webpages</b></a></li>
171 <li><a href="password.wiki">Management And Authentication &mdash; Password</a></li>
172 <li><a href="../../../sitemap">Map &mdash; Site</a></li>
173 <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li>
174 <li><a href="backoffice.md">mechanism of Fossil &mdash; The Backoffice</a></li>
175 <li><a href="branching.wiki">Merging, and Tagging &mdash; Branching, Forking,</a></li>
176 <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE &mdash; Integrating Fossil in the</a></li>
177 <li><a href="fiveminutes.wiki">Minutes as a Single User &mdash; Up and Running in 5</a></li>
178 <li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub &mdash; How To</a></li>
179 <li><a href="mirrorlimitations.md">Mirrors &mdash; Limitations On Git</a></li>
180 <li><a href="globs.md">Name Glob Patterns &mdash; File</a></li>
181 <li><a href="checkin_names.wiki">Names &mdash; Check-in And Version</a></li>
182 <li><a href="adding_code.wiki">New Features To Fossil &mdash; Adding</a></li>
183 <li><a href="newrepo.wiki">New Fossil Repository &mdash; How To Create A</a></li>
184 <li><a href="tls-nginx.md">nginx &mdash; Proxying Fossil via HTTPS with</a></li>
@@ -192,10 +202,11 @@
202 <li><a href="makefile.wiki">Process &mdash; The Fossil Build</a></li>
203 <li><a href="contribute.wiki">Project &mdash; Contributing Code or Documentation To The Fossil</a></li>
204 <li><a href="embeddeddoc.wiki">Project Documentation &mdash; Embedded</a></li>
205 <li><a href="foss-cklist.wiki">Projects &mdash; Checklist For Successful Open-Source</a></li>
206 <li><a href="childprojects.wiki">Projects &mdash; Child</a></li>
207 <li><a href="fossil_prompt.wiki">Prompt &mdash; Fossilized Bash</a></li>
208 <li><a href="sync.wiki">Protocol &mdash; The Fossil Sync</a></li>
209 <li><a href="tls-nginx.md"><b>Proxying Fossil via HTTPS with nginx</b></a></li>
210 <li><a href="faq.wiki">Questions &mdash; Frequently Asked</a></li>
211 <li><a href="qandc.wiki"><b>Questions And Criticisms</b></a></li>
212 <li><a href="quickstart.wiki">Quick Start Guide &mdash; Fossil</a></li>
@@ -210,13 +221,16 @@
221 <li><a href="../../../md_rules">Rules &mdash; Markdown Formatting</a></li>
222 <li><a href="../../../wiki_rules">Rules &mdash; Wiki Formatting</a></li>
223 <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User &mdash; Up and</a></li>
224 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &mdash; Quotes: What People Are</a></li>
225 <li><a href="th1.md">Scripting Language &mdash; The TH1</a></li>
226 <li><a href="serverext.wiki">Scripts &mdash; Adding Extensions To A Fossil Server Using CGI</a></li>
227 <li><a href="selfcheck.wiki">Self Checks &mdash; Fossil Repository Integrity</a></li>
228 <li><a href="selfhost.wiki">Self Hosting Repositories &mdash; Fossil</a></li>
229 <li><a href="server.wiki">Server &mdash; How To Configure A Fossil</a></li>
230 <li><a href="serverext.wiki">Server Extensions &mdash; CGI</a></li>
231 <li><a href="serverext.wiki">Server Using CGI Scripts &mdash; Adding Extensions To A Fossil</a></li>
232 <li><a href="settings.wiki">Settings &mdash; Fossil</a></li>
233 <li><a href="admin-v-setup.md">Setup and Admin User Capabilities &mdash; The Differences Between the</a></li>
234 <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 &mdash; Hash Policy: Choosing Between</a></li>
235 <li><a href="hashpolicy.wiki">SHA3-256 &mdash; Hash Policy: Choosing Between SHA1 and</a></li>
236 <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li>
@@ -259,10 +273,11 @@
273 <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li>
274 <li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li>
275 <li><a href="hints.wiki">Usage Hints &mdash; Fossil Tips And</a></li>
276 <li><a href="fiveminutes.wiki">User &mdash; Up and Running in 5 Minutes as a Single</a></li>
277 <li><a href="admin-v-setup.md">User Capabilities &mdash; The Differences Between the Setup and Admin</a></li>
278 <li><a href="serverext.wiki">Using CGI Scripts &mdash; Adding Extensions To A Fossil Server</a></li>
279 <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li>
280 <li><a href="env-opts.md">Variables and Global Options &mdash; Environment</a></li>
281 <li><a href="whyusefossil.wiki">Version Control &mdash; Benefits Of</a></li>
282 <li><a href="checkin_names.wiki">Version Names &mdash; Check-in And</a></li>
283 <li><a href="fossil-v-git.wiki">Versus Git &mdash; Fossil</a></li>
284

Keyboard Shortcuts

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