Fossil SCM
Add the mirrorlimitations.md document. Update cross-references.
Commit
41d6540d27cc3655489903cb022bb5c33878fdb023cfc9da238cf7ff1ea222fa
Parent
e2cad541ff972ac…
5 files changed
+2
-1
+30
+2
-1
+4
+15
+2
-1
| --- www/fossil-v-git.wiki | ||
| +++ www/fossil-v-git.wiki | ||
| @@ -523,11 +523,12 @@ | ||
| 523 | 523 | tech-note feature, so those elements will not transfer when |
| 524 | 524 | exporting from Fossil to Git. GitHub adds some of these to stock |
| 525 | 525 | Git, but because they're not part of Git proper, |
| 526 | 526 | [./mirrortogithub.md|exporting a Fossil repository to GitHub] will |
| 527 | 527 | 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> | |
| 529 | 530 | |
| 530 | 531 | <li><p>Both Fossil and Git support |
| 531 | 532 | [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt> |
| 532 | 533 | files], a common way to allow drive-by contributions, but it's a |
| 533 | 534 | lossy contribution path for both systems. Unlike Git PRs and Fossil |
| 534 | 535 | |
| 535 | 536 | 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 |
+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 |
| --- 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 |
+2
-1
| --- www/mirrortogithub.md | ||
| +++ www/mirrortogithub.md | ||
| @@ -1,9 +1,10 @@ | ||
| 1 | 1 | # How To Mirror A Fossil Repository On GitHub |
| 2 | 2 | |
| 3 | 3 | 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: | |
| 5 | 6 | |
| 6 | 7 | <ol> |
| 7 | 8 | <li><p>Create an account on GitHub if you do not have one already. Log |
| 8 | 9 | into that account. |
| 9 | 10 | |
| 10 | 11 |
| --- 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 |
+4
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -41,10 +41,11 @@ | ||
| 41 | 41 | fileformat.wiki {Fossil File Format} |
| 42 | 42 | fiveminutes.wiki {Up and Running in 5 Minutes as a Single User} |
| 43 | 43 | forum.wiki {Fossil Forums} |
| 44 | 44 | foss-cklist.wiki {Checklist For Successful Open-Source Projects} |
| 45 | 45 | fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE} |
| 46 | + fossil_prompt.wiki {Fossilized Bash Prompt} | |
| 46 | 47 | fossil-v-git.wiki {Fossil Versus Git} |
| 47 | 48 | globs.md {File Name Glob Patterns} |
| 48 | 49 | grep.md {Fossil grep vs POSIX grep} |
| 49 | 50 | hacker-howto.wiki {Hacker How-To} |
| 50 | 51 | hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256} |
| @@ -52,10 +53,11 @@ | ||
| 52 | 53 | hints.wiki {Fossil Tips And Usage Hints} |
| 53 | 54 | index.wiki {Home Page} |
| 54 | 55 | inout.wiki {Import And Export To And From Git} |
| 55 | 56 | image-format-vs-repo-size.md {Image Format vs Fossil Repo Size} |
| 56 | 57 | makefile.wiki {The Fossil Build Process} |
| 58 | + mirrorlimitations.md {Limitations On Git Mirrors} | |
| 57 | 59 | mirrortogithub.md {How To Mirror A Fossil Repository On GitHub} |
| 58 | 60 | /md_rules {Markdown Formatting Rules} |
| 59 | 61 | newrepo.wiki {How To Create A New Fossil Repository} |
| 60 | 62 | password.wiki {Password Management And Authentication} |
| 61 | 63 | pop.wiki {Principles Of Operation} |
| @@ -67,10 +69,12 @@ | ||
| 67 | 69 | ../test/release-checklist.wiki {Pre-Release Testing Checklist} |
| 68 | 70 | reviews.wiki {Reviews} |
| 69 | 71 | selfcheck.wiki {Fossil Repository Integrity Self Checks} |
| 70 | 72 | selfhost.wiki {Fossil Self Hosting Repositories} |
| 71 | 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} | |
| 72 | 76 | settings.wiki {Fossil Settings} |
| 73 | 77 | /sitemap {Site Map} |
| 74 | 78 | shunning.wiki {Shunning: Deleting Content From Fossil} |
| 75 | 79 | stats.wiki {Performance Statistics} |
| 76 | 80 | style.wiki {Source Code Style Guidelines} |
| 77 | 81 |
| --- 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 |
+15
| --- www/permutedindex.html | ||
| +++ www/permutedindex.html | ||
| @@ -21,10 +21,11 @@ | ||
| 21 | 21 | <h2>Permuted Index:</h2> |
| 22 | 22 | <ul> |
| 23 | 23 | <li><a href="fiveminutes.wiki">5 Minutes as a Single User — Up and Running in</a></li> |
| 24 | 24 | <li><a href="fossil-from-msvc.wiki">2010 IDE — Integrating Fossil in the Microsoft Express</a></li> |
| 25 | 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> | |
| 26 | 27 | <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li> |
| 27 | 28 | <li><a href="admin-v-setup.md">Admin User Capabilities — The Differences Between the Setup and</a></li> |
| 28 | 29 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 29 | 30 | <li><a href="alerts.md">Alerts And Notifications — Email</a></li> |
| 30 | 31 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -32,10 +33,11 @@ | ||
| 32 | 33 | <li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil — The</a></li> |
| 33 | 34 | <li><a href="customskin.md">Appearance of Web Pages — Theming: Customizing The</a></li> |
| 34 | 35 | <li><a href="faq.wiki">Asked Questions — Frequently</a></li> |
| 35 | 36 | <li><a href="password.wiki">Authentication — Password Management And</a></li> |
| 36 | 37 | <li><a href="backoffice.md">Backoffice mechanism of Fossil — The</a></li> |
| 38 | +<li><a href="fossil_prompt.wiki">Bash Prompt — Fossilized</a></li> | |
| 37 | 39 | <li><a href="whyusefossil.wiki"><b>Benefits Of Version Control</b></a></li> |
| 38 | 40 | <li><a href="hashpolicy.wiki">Between SHA1 and SHA3-256 — Hash Policy: Choosing</a></li> |
| 39 | 41 | <li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities — The Differences</a></li> |
| 40 | 42 | <li><a href="blockchain.md">Blockchain — Fossil As</a></li> |
| 41 | 43 | <li><a href="antibot.wiki">Bots — Defense against Spiders and</a></li> |
| @@ -42,10 +44,12 @@ | ||
| 42 | 44 | <li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li> |
| 43 | 45 | <li><a href="branching.wiki"><b>Branching, Forking, Merging, and Tagging</b></a></li> |
| 44 | 46 | <li><a href="bugtheory.wiki"><b>Bug Tracking In Fossil</b></a></li> |
| 45 | 47 | <li><a href="makefile.wiki">Build Process — The Fossil</a></li> |
| 46 | 48 | <li><a href="admin-v-setup.md">Capabilities — The Differences Between the Setup and Admin User</a></li> |
| 49 | +<li><a href="serverext.wiki">CGI Scripts — Adding Extensions To A Fossil Server Using</a></li> | |
| 50 | +<li><a href="serverext.wiki"><b>CGI Server Extensions</b></a></li> | |
| 47 | 51 | <li><a href="aboutcgi.wiki">CGI Works In Fossil — How</a></li> |
| 48 | 52 | <li><a href="changes.wiki">Changelog — Fossil</a></li> |
| 49 | 53 | <li><a href="checkin_names.wiki"><b>Check-in And Version Names</b></a></li> |
| 50 | 54 | <li><a href="checkin.wiki"><b>Check-in Checklist</b></a></li> |
| 51 | 55 | <li><a href="checkin.wiki">Checklist — Check-in</a></li> |
| @@ -93,10 +97,12 @@ | ||
| 93 | 97 | <li><a href="env-opts.md"><b>Environment Variables and Global Options</b></a></li> |
| 94 | 98 | <li><a href="event.wiki"><b>Events</b></a></li> |
| 95 | 99 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 96 | 100 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 97 | 101 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 102 | +<li><a href="serverext.wiki">Extensions — CGI Server</a></li> | |
| 103 | +<li><a href="serverext.wiki">Extensions To A Fossil Server Using CGI Scripts — Adding</a></li> | |
| 98 | 104 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 99 | 105 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 100 | 106 | <li><a href="globs.md"><b>File Name Glob Patterns</b></a></li> |
| 101 | 107 | <li><a href="unvers.wiki">Files — Unversioned</a></li> |
| 102 | 108 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| @@ -119,14 +125,16 @@ | ||
| 119 | 125 | <li><a href="selfhost.wiki"><b>Fossil Self Hosting Repositories</b></a></li> |
| 120 | 126 | <li><a href="settings.wiki"><b>Fossil Settings</b></a></li> |
| 121 | 127 | <li><a href="hints.wiki"><b>Fossil Tips And Usage Hints</b></a></li> |
| 122 | 128 | <li><a href="fossil-v-git.wiki"><b>Fossil Versus Git</b></a></li> |
| 123 | 129 | <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li> |
| 130 | +<li><a href="fossil_prompt.wiki"><b>Fossilized Bash Prompt</b></a></li> | |
| 124 | 131 | <li><a href="faq.wiki"><b>Frequently Asked Questions</b></a></li> |
| 125 | 132 | <li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> |
| 126 | 133 | <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> |
| 127 | 134 | <li><a href="inout.wiki">Git — Import And Export To And From</a></li> |
| 135 | +<li><a href="mirrorlimitations.md">Git Mirrors — Limitations On</a></li> | |
| 128 | 136 | <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> |
| 129 | 137 | <li><a href="mirrortogithub.md">GitHub — How To Mirror A Fossil Repository On</a></li> |
| 130 | 138 | <li><a href="globs.md">Glob Patterns — File Name</a></li> |
| 131 | 139 | <li><a href="env-opts.md">Global Options — Environment Variables and</a></li> |
| 132 | 140 | <li><a href="customgraph.md">Graph — Theming: Customizing the Timeline</a></li> |
| @@ -156,19 +164,21 @@ | ||
| 156 | 164 | <li><a href="fossil-from-msvc.wiki"><b>Integrating Fossil in the Microsoft Express 2010 IDE</b></a></li> |
| 157 | 165 | <li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li> |
| 158 | 166 | <li><a href="webui.wiki">Interface — The Fossil Web</a></li> |
| 159 | 167 | <li><a href="th1.md">Language — The TH1 Scripting</a></li> |
| 160 | 168 | <li><a href="copyright-release.html">License Agreement — Contributor</a></li> |
| 169 | +<li><a href="mirrorlimitations.md"><b>Limitations On Git Mirrors</b></a></li> | |
| 161 | 170 | <li><a href="../../../help"><b>Lists of Commands and Webpages</b></a></li> |
| 162 | 171 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 163 | 172 | <li><a href="../../../sitemap">Map — Site</a></li> |
| 164 | 173 | <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li> |
| 165 | 174 | <li><a href="backoffice.md">mechanism of Fossil — The Backoffice</a></li> |
| 166 | 175 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 167 | 176 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 168 | 177 | <li><a href="fiveminutes.wiki">Minutes as a Single User — Up and Running in 5</a></li> |
| 169 | 178 | <li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub — How To</a></li> |
| 179 | +<li><a href="mirrorlimitations.md">Mirrors — Limitations On Git</a></li> | |
| 170 | 180 | <li><a href="globs.md">Name Glob Patterns — File</a></li> |
| 171 | 181 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 172 | 182 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 173 | 183 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 174 | 184 | <li><a href="tls-nginx.md">nginx — Proxying Fossil via HTTPS with</a></li> |
| @@ -192,10 +202,11 @@ | ||
| 192 | 202 | <li><a href="makefile.wiki">Process — The Fossil Build</a></li> |
| 193 | 203 | <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> |
| 194 | 204 | <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> |
| 195 | 205 | <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> |
| 196 | 206 | <li><a href="childprojects.wiki">Projects — Child</a></li> |
| 207 | +<li><a href="fossil_prompt.wiki">Prompt — Fossilized Bash</a></li> | |
| 197 | 208 | <li><a href="sync.wiki">Protocol — The Fossil Sync</a></li> |
| 198 | 209 | <li><a href="tls-nginx.md"><b>Proxying Fossil via HTTPS with nginx</b></a></li> |
| 199 | 210 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 200 | 211 | <li><a href="qandc.wiki"><b>Questions And Criticisms</b></a></li> |
| 201 | 212 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| @@ -210,13 +221,16 @@ | ||
| 210 | 221 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 211 | 222 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 212 | 223 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Up and</a></li> |
| 213 | 224 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 214 | 225 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 226 | +<li><a href="serverext.wiki">Scripts — Adding Extensions To A Fossil Server Using CGI</a></li> | |
| 215 | 227 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 216 | 228 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 217 | 229 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 230 | +<li><a href="serverext.wiki">Server Extensions — CGI</a></li> | |
| 231 | +<li><a href="serverext.wiki">Server Using CGI Scripts — Adding Extensions To A Fossil</a></li> | |
| 218 | 232 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 219 | 233 | <li><a href="admin-v-setup.md">Setup and Admin User Capabilities — The Differences Between the</a></li> |
| 220 | 234 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 221 | 235 | <li><a href="hashpolicy.wiki">SHA3-256 — Hash Policy: Choosing Between SHA1 and</a></li> |
| 222 | 236 | <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li> |
| @@ -259,10 +273,11 @@ | ||
| 259 | 273 | <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li> |
| 260 | 274 | <li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li> |
| 261 | 275 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 262 | 276 | <li><a href="fiveminutes.wiki">User — Up and Running in 5 Minutes as a Single</a></li> |
| 263 | 277 | <li><a href="admin-v-setup.md">User Capabilities — The Differences Between the Setup and Admin</a></li> |
| 278 | +<li><a href="serverext.wiki">Using CGI Scripts — Adding Extensions To A Fossil Server</a></li> | |
| 264 | 279 | <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li> |
| 265 | 280 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 266 | 281 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 267 | 282 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 268 | 283 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 269 | 284 |
| --- 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 — Up and Running in</a></li> |
| 24 | <li><a href="fossil-from-msvc.wiki">2010 IDE — 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 — The Differences Between the Setup and</a></li> |
| 28 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 29 | <li><a href="alerts.md">Alerts And Notifications — Email</a></li> |
| 30 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -32,10 +33,11 @@ | |
| 32 | <li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil — The</a></li> |
| 33 | <li><a href="customskin.md">Appearance of Web Pages — Theming: Customizing The</a></li> |
| 34 | <li><a href="faq.wiki">Asked Questions — Frequently</a></li> |
| 35 | <li><a href="password.wiki">Authentication — Password Management And</a></li> |
| 36 | <li><a href="backoffice.md">Backoffice mechanism of Fossil — 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 — Hash Policy: Choosing</a></li> |
| 39 | <li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities — The Differences</a></li> |
| 40 | <li><a href="blockchain.md">Blockchain — Fossil As</a></li> |
| 41 | <li><a href="antibot.wiki">Bots — Defense against Spiders and</a></li> |
| @@ -42,10 +44,12 @@ | |
| 42 | <li><a href="private.wiki">Branches — 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 — The Fossil</a></li> |
| 46 | <li><a href="admin-v-setup.md">Capabilities — The Differences Between the Setup and Admin User</a></li> |
| 47 | <li><a href="aboutcgi.wiki">CGI Works In Fossil — How</a></li> |
| 48 | <li><a href="changes.wiki">Changelog — 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 — 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 — Webpage</a></li> |
| 96 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 97 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 98 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 99 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 100 | <li><a href="globs.md"><b>File Name Glob Patterns</b></a></li> |
| 101 | <li><a href="unvers.wiki">Files — Unversioned</a></li> |
| 102 | <li><a href="branching.wiki">Forking, Merging, and Tagging — 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 — 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 — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> |
| 126 | <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> |
| 127 | <li><a href="inout.wiki">Git — Import And Export To And From</a></li> |
| 128 | <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> |
| 129 | <li><a href="mirrortogithub.md">GitHub — How To Mirror A Fossil Repository On</a></li> |
| 130 | <li><a href="globs.md">Glob Patterns — File Name</a></li> |
| 131 | <li><a href="env-opts.md">Global Options — Environment Variables and</a></li> |
| 132 | <li><a href="customgraph.md">Graph — 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 — Fossil Repository</a></li> |
| 158 | <li><a href="webui.wiki">Interface — The Fossil Web</a></li> |
| 159 | <li><a href="th1.md">Language — The TH1 Scripting</a></li> |
| 160 | <li><a href="copyright-release.html">License Agreement — 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 — Password</a></li> |
| 163 | <li><a href="../../../sitemap">Map — 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 — The Backoffice</a></li> |
| 166 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 167 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 168 | <li><a href="fiveminutes.wiki">Minutes as a Single User — Up and Running in 5</a></li> |
| 169 | <li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub — How To</a></li> |
| 170 | <li><a href="globs.md">Name Glob Patterns — File</a></li> |
| 171 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 172 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 173 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 174 | <li><a href="tls-nginx.md">nginx — Proxying Fossil via HTTPS with</a></li> |
| @@ -192,10 +202,11 @@ | |
| 192 | <li><a href="makefile.wiki">Process — The Fossil Build</a></li> |
| 193 | <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> |
| 194 | <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> |
| 195 | <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> |
| 196 | <li><a href="childprojects.wiki">Projects — Child</a></li> |
| 197 | <li><a href="sync.wiki">Protocol — 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 — 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 — Fossil</a></li> |
| @@ -210,13 +221,16 @@ | |
| 210 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 211 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 212 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Up and</a></li> |
| 213 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 214 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 215 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 216 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 217 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 218 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 219 | <li><a href="admin-v-setup.md">Setup and Admin User Capabilities — The Differences Between the</a></li> |
| 220 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 221 | <li><a href="hashpolicy.wiki">SHA3-256 — 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 — Fossil Tips And</a></li> |
| 262 | <li><a href="fiveminutes.wiki">User — Up and Running in 5 Minutes as a Single</a></li> |
| 263 | <li><a href="admin-v-setup.md">User Capabilities — 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 — Environment</a></li> |
| 266 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 267 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 268 | <li><a href="fossil-v-git.wiki">Versus Git — 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 — Up and Running in</a></li> |
| 24 | <li><a href="fossil-from-msvc.wiki">2010 IDE — 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 — The Differences Between the Setup and</a></li> |
| 29 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 30 | <li><a href="alerts.md">Alerts And Notifications — Email</a></li> |
| 31 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -32,10 +33,11 @@ | |
| 33 | <li><a href="blame.wiki">Annotate/Blame Algorithm Of Fossil — The</a></li> |
| 34 | <li><a href="customskin.md">Appearance of Web Pages — Theming: Customizing The</a></li> |
| 35 | <li><a href="faq.wiki">Asked Questions — Frequently</a></li> |
| 36 | <li><a href="password.wiki">Authentication — Password Management And</a></li> |
| 37 | <li><a href="backoffice.md">Backoffice mechanism of Fossil — The</a></li> |
| 38 | <li><a href="fossil_prompt.wiki">Bash Prompt — 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 — Hash Policy: Choosing</a></li> |
| 41 | <li><a href="admin-v-setup.md">Between the Setup and Admin User Capabilities — The Differences</a></li> |
| 42 | <li><a href="blockchain.md">Blockchain — Fossil As</a></li> |
| 43 | <li><a href="antibot.wiki">Bots — Defense against Spiders and</a></li> |
| @@ -42,10 +44,12 @@ | |
| 44 | <li><a href="private.wiki">Branches — 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 — The Fossil</a></li> |
| 48 | <li><a href="admin-v-setup.md">Capabilities — The Differences Between the Setup and Admin User</a></li> |
| 49 | <li><a href="serverext.wiki">CGI Scripts — 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 — How</a></li> |
| 52 | <li><a href="changes.wiki">Changelog — 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 — 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 — Webpage</a></li> |
| 100 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 101 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 102 | <li><a href="serverext.wiki">Extensions — CGI Server</a></li> |
| 103 | <li><a href="serverext.wiki">Extensions To A Fossil Server Using CGI Scripts — Adding</a></li> |
| 104 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 105 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 106 | <li><a href="globs.md"><b>File Name Glob Patterns</b></a></li> |
| 107 | <li><a href="unvers.wiki">Files — Unversioned</a></li> |
| 108 | <li><a href="branching.wiki">Forking, Merging, and Tagging — 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 — 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 — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> |
| 133 | <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> |
| 134 | <li><a href="inout.wiki">Git — Import And Export To And From</a></li> |
| 135 | <li><a href="mirrorlimitations.md">Git Mirrors — Limitations On</a></li> |
| 136 | <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> |
| 137 | <li><a href="mirrortogithub.md">GitHub — How To Mirror A Fossil Repository On</a></li> |
| 138 | <li><a href="globs.md">Glob Patterns — File Name</a></li> |
| 139 | <li><a href="env-opts.md">Global Options — Environment Variables and</a></li> |
| 140 | <li><a href="customgraph.md">Graph — 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 — Fossil Repository</a></li> |
| 166 | <li><a href="webui.wiki">Interface — The Fossil Web</a></li> |
| 167 | <li><a href="th1.md">Language — The TH1 Scripting</a></li> |
| 168 | <li><a href="copyright-release.html">License Agreement — 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 — Password</a></li> |
| 172 | <li><a href="../../../sitemap">Map — 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 — The Backoffice</a></li> |
| 175 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 176 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 177 | <li><a href="fiveminutes.wiki">Minutes as a Single User — Up and Running in 5</a></li> |
| 178 | <li><a href="mirrortogithub.md">Mirror A Fossil Repository On GitHub — How To</a></li> |
| 179 | <li><a href="mirrorlimitations.md">Mirrors — Limitations On Git</a></li> |
| 180 | <li><a href="globs.md">Name Glob Patterns — File</a></li> |
| 181 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 182 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 183 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 184 | <li><a href="tls-nginx.md">nginx — Proxying Fossil via HTTPS with</a></li> |
| @@ -192,10 +202,11 @@ | |
| 202 | <li><a href="makefile.wiki">Process — The Fossil Build</a></li> |
| 203 | <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> |
| 204 | <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> |
| 205 | <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> |
| 206 | <li><a href="childprojects.wiki">Projects — Child</a></li> |
| 207 | <li><a href="fossil_prompt.wiki">Prompt — Fossilized Bash</a></li> |
| 208 | <li><a href="sync.wiki">Protocol — 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 — 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 — Fossil</a></li> |
| @@ -210,13 +221,16 @@ | |
| 221 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 222 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 223 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Up and</a></li> |
| 224 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 225 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 226 | <li><a href="serverext.wiki">Scripts — Adding Extensions To A Fossil Server Using CGI</a></li> |
| 227 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 228 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 229 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 230 | <li><a href="serverext.wiki">Server Extensions — CGI</a></li> |
| 231 | <li><a href="serverext.wiki">Server Using CGI Scripts — Adding Extensions To A Fossil</a></li> |
| 232 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 233 | <li><a href="admin-v-setup.md">Setup and Admin User Capabilities — The Differences Between the</a></li> |
| 234 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 235 | <li><a href="hashpolicy.wiki">SHA3-256 — 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 — Fossil Tips And</a></li> |
| 276 | <li><a href="fiveminutes.wiki">User — Up and Running in 5 Minutes as a Single</a></li> |
| 277 | <li><a href="admin-v-setup.md">User Capabilities — The Differences Between the Setup and Admin</a></li> |
| 278 | <li><a href="serverext.wiki">Using CGI Scripts — 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 — Environment</a></li> |
| 281 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 282 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 283 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 284 |