Fossil SCM
Fix minor typos and add helpful hyperlinks in some of the documentation.
Commit
a0ce33c90b7194ada52072d3b8047651c5977aa48c9e8b8341c454f09109d72b
Parent
39d6fc72a58f998…
4 files changed
+5
-1
+1
-1
+6
-6
+2
-2
+5
-1
| --- www/antibot.wiki | ||
| +++ www/antibot.wiki | ||
| @@ -89,11 +89,11 @@ | ||
| 89 | 89 | the anchor tags with the hyperlink targets, thus enabling the hyperlinks. |
| 90 | 90 | This extra step of using javascript to enable the hyperlink targets |
| 91 | 91 | is a security measure against spiders that forge a human-looking |
| 92 | 92 | UserAgent string. Most spiders do not bother to run javascript and |
| 93 | 93 | so to the spider the empty anchor tag will be useless. But all modern |
| 94 | -web browsers implement javascript, so hyperlinks will appears | |
| 94 | +web browsers implement javascript, so hyperlinks will show up | |
| 95 | 95 | normally for human users. |
| 96 | 96 | |
| 97 | 97 | <h2>Further defenses</h2> |
| 98 | 98 | |
| 99 | 99 | Recently (as of this writing, in the spring of 2013) the Fossil server |
| @@ -129,10 +129,14 @@ | ||
| 129 | 129 | to be run, thus will never enable the hyperlinks. |
| 130 | 130 | |
| 131 | 131 | These two subsettings can be used separately or together. If used together, |
| 132 | 132 | then the delay timer does not start until after the first mouse movement |
| 133 | 133 | is detected. |
| 134 | + | |
| 135 | +See also [./server.wiki#loadmgmt|Managing Server Load] for a description | |
| 136 | +of how expensive pages can be disabled when the server is under heavy | |
| 137 | +load. | |
| 134 | 138 | |
| 135 | 139 | <h2>The ongoing struggle</h2> |
| 136 | 140 | |
| 137 | 141 | Fossil currently does a very good job of providing easy access to humans |
| 138 | 142 | while keeping out troublesome robots and spiders. However, spiders and |
| 139 | 143 |
| --- www/antibot.wiki | |
| +++ www/antibot.wiki | |
| @@ -89,11 +89,11 @@ | |
| 89 | the anchor tags with the hyperlink targets, thus enabling the hyperlinks. |
| 90 | This extra step of using javascript to enable the hyperlink targets |
| 91 | is a security measure against spiders that forge a human-looking |
| 92 | UserAgent string. Most spiders do not bother to run javascript and |
| 93 | so to the spider the empty anchor tag will be useless. But all modern |
| 94 | web browsers implement javascript, so hyperlinks will appears |
| 95 | normally for human users. |
| 96 | |
| 97 | <h2>Further defenses</h2> |
| 98 | |
| 99 | Recently (as of this writing, in the spring of 2013) the Fossil server |
| @@ -129,10 +129,14 @@ | |
| 129 | to be run, thus will never enable the hyperlinks. |
| 130 | |
| 131 | These two subsettings can be used separately or together. If used together, |
| 132 | then the delay timer does not start until after the first mouse movement |
| 133 | is detected. |
| 134 | |
| 135 | <h2>The ongoing struggle</h2> |
| 136 | |
| 137 | Fossil currently does a very good job of providing easy access to humans |
| 138 | while keeping out troublesome robots and spiders. However, spiders and |
| 139 |
| --- www/antibot.wiki | |
| +++ www/antibot.wiki | |
| @@ -89,11 +89,11 @@ | |
| 89 | the anchor tags with the hyperlink targets, thus enabling the hyperlinks. |
| 90 | This extra step of using javascript to enable the hyperlink targets |
| 91 | is a security measure against spiders that forge a human-looking |
| 92 | UserAgent string. Most spiders do not bother to run javascript and |
| 93 | so to the spider the empty anchor tag will be useless. But all modern |
| 94 | web browsers implement javascript, so hyperlinks will show up |
| 95 | normally for human users. |
| 96 | |
| 97 | <h2>Further defenses</h2> |
| 98 | |
| 99 | Recently (as of this writing, in the spring of 2013) the Fossil server |
| @@ -129,10 +129,14 @@ | |
| 129 | to be run, thus will never enable the hyperlinks. |
| 130 | |
| 131 | These two subsettings can be used separately or together. If used together, |
| 132 | then the delay timer does not start until after the first mouse movement |
| 133 | is detected. |
| 134 | |
| 135 | See also [./server.wiki#loadmgmt|Managing Server Load] for a description |
| 136 | of how expensive pages can be disabled when the server is under heavy |
| 137 | load. |
| 138 | |
| 139 | <h2>The ongoing struggle</h2> |
| 140 | |
| 141 | Fossil currently does a very good job of providing easy access to humans |
| 142 | while keeping out troublesome robots and spiders. However, spiders and |
| 143 |
+1
-1
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -32,11 +32,11 @@ | ||
| 32 | 32 | encryptedrepos.wiki {How To Use Encrypted Repositories} |
| 33 | 33 | env-opts.md {Environment Variables and Global Options} |
| 34 | 34 | event.wiki {Events} |
| 35 | 35 | faq.wiki {Frequently Asked Questions} |
| 36 | 36 | fileformat.wiki {Fossil File Format} |
| 37 | - fiveminutes.wiki {Update and Running in 5 Minutes as a Single User} | |
| 37 | + fiveminutes.wiki {Up and Running in 5 Minutes as a Single User} | |
| 38 | 38 | foss-cklist.wiki {Checklist For Successful Open-Source Projects} |
| 39 | 39 | fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE} |
| 40 | 40 | fossil-v-git.wiki {Fossil Versus Git} |
| 41 | 41 | hacker-howto.wiki {Hacker How-To} |
| 42 | 42 | hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256} |
| 43 | 43 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -32,11 +32,11 @@ | |
| 32 | encryptedrepos.wiki {How To Use Encrypted Repositories} |
| 33 | env-opts.md {Environment Variables and Global Options} |
| 34 | event.wiki {Events} |
| 35 | faq.wiki {Frequently Asked Questions} |
| 36 | fileformat.wiki {Fossil File Format} |
| 37 | fiveminutes.wiki {Update and Running in 5 Minutes as a Single User} |
| 38 | foss-cklist.wiki {Checklist For Successful Open-Source Projects} |
| 39 | fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE} |
| 40 | fossil-v-git.wiki {Fossil Versus Git} |
| 41 | hacker-howto.wiki {Hacker How-To} |
| 42 | hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256} |
| 43 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -32,11 +32,11 @@ | |
| 32 | encryptedrepos.wiki {How To Use Encrypted Repositories} |
| 33 | env-opts.md {Environment Variables and Global Options} |
| 34 | event.wiki {Events} |
| 35 | faq.wiki {Frequently Asked Questions} |
| 36 | fileformat.wiki {Fossil File Format} |
| 37 | fiveminutes.wiki {Up and Running in 5 Minutes as a Single User} |
| 38 | foss-cklist.wiki {Checklist For Successful Open-Source Projects} |
| 39 | fossil-from-msvc.wiki {Integrating Fossil in the Microsoft Express 2010 IDE} |
| 40 | fossil-v-git.wiki {Fossil Versus Git} |
| 41 | hacker-howto.wiki {Hacker How-To} |
| 42 | hashpolicy.wiki {Hash Policy: Choosing Between SHA1 and SHA3-256} |
| 43 |
+6
-6
| --- www/permutedindex.html | ||
| +++ www/permutedindex.html | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | <li> <a href='$ROOT/help'>Command-line help</a> |
| 18 | 18 | </ul> |
| 19 | 19 | <a name="pindex"></a> |
| 20 | 20 | <h2>Permuted Index:</h2> |
| 21 | 21 | <ul> |
| 22 | -<li><a href="fiveminutes.wiki">5 Minutes as a Single User — Update and Running in</a></li> | |
| 22 | +<li><a href="fiveminutes.wiki">5 Minutes as a Single User — Up and Running in</a></li> | |
| 23 | 23 | <li><a href="fossil-from-msvc.wiki">2010 IDE — Integrating Fossil in the Microsoft Express</a></li> |
| 24 | 24 | <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li> |
| 25 | 25 | <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li> |
| 26 | 26 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 27 | 27 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -139,11 +139,11 @@ | ||
| 139 | 139 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 140 | 140 | <li><a href="../../../sitemap">Map — Site</a></li> |
| 141 | 141 | <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li> |
| 142 | 142 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 143 | 143 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 144 | -<li><a href="fiveminutes.wiki">Minutes as a Single User — Update and Running in 5</a></li> | |
| 144 | +<li><a href="fiveminutes.wiki">Minutes as a Single User — Up and Running in 5</a></li> | |
| 145 | 145 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 146 | 146 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 147 | 147 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 148 | 148 | <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> |
| 149 | 149 | <li><a href="pop.wiki">Operation — Principles Of</a></li> |
| @@ -174,21 +174,21 @@ | ||
| 174 | 174 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 175 | 175 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 176 | 176 | <li><a href="reviews.wiki"><b>Reviews</b></a></li> |
| 177 | 177 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 178 | 178 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 179 | -<li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Update and</a></li> | |
| 179 | +<li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Up and</a></li> | |
| 180 | 180 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 181 | 181 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 182 | 182 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 183 | 183 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 184 | 184 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 185 | 185 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 186 | 186 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 187 | 187 | <li><a href="hashpolicy.wiki">SHA3-256 — Hash Policy: Choosing Between SHA1 and</a></li> |
| 188 | 188 | <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li> |
| 189 | -<li><a href="fiveminutes.wiki">Single User — Update and Running in 5 Minutes as a</a></li> | |
| 189 | +<li><a href="fiveminutes.wiki">Single User — Up and Running in 5 Minutes as a</a></li> | |
| 190 | 190 | <li><a href="../../../sitemap"><b>Site Map</b></a></li> |
| 191 | 191 | <li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li> |
| 192 | 192 | <li><a href="antibot.wiki">Spiders and Bots — Defense against</a></li> |
| 193 | 193 | <li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li> |
| 194 | 194 | <li><a href="ssl.wiki">SSL with Fossil — Using</a></li> |
| @@ -217,13 +217,13 @@ | ||
| 217 | 217 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 218 | 218 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 219 | 219 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 220 | 220 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 221 | 221 | <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li> |
| 222 | -<li><a href="fiveminutes.wiki"><b>Update and Running in 5 Minutes as a Single User</b></a></li> | |
| 222 | +<li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li> | |
| 223 | 223 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 224 | -<li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> | |
| 224 | +<li><a href="fiveminutes.wiki">User — Up and Running in 5 Minutes as a Single</a></li> | |
| 225 | 225 | <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li> |
| 226 | 226 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 227 | 227 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 228 | 228 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 229 | 229 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 230 | 230 |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -17,11 +17,11 @@ | |
| 17 | <li> <a href='$ROOT/help'>Command-line help</a> |
| 18 | </ul> |
| 19 | <a name="pindex"></a> |
| 20 | <h2>Permuted Index:</h2> |
| 21 | <ul> |
| 22 | <li><a href="fiveminutes.wiki">5 Minutes as a Single User — Update and Running in</a></li> |
| 23 | <li><a href="fossil-from-msvc.wiki">2010 IDE — Integrating Fossil in the Microsoft Express</a></li> |
| 24 | <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li> |
| 25 | <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li> |
| 26 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 27 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -139,11 +139,11 @@ | |
| 139 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 140 | <li><a href="../../../sitemap">Map — Site</a></li> |
| 141 | <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li> |
| 142 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 143 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 144 | <li><a href="fiveminutes.wiki">Minutes as a Single User — Update and Running in 5</a></li> |
| 145 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 146 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 147 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 148 | <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> |
| 149 | <li><a href="pop.wiki">Operation — Principles Of</a></li> |
| @@ -174,21 +174,21 @@ | |
| 174 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 175 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 176 | <li><a href="reviews.wiki"><b>Reviews</b></a></li> |
| 177 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 178 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 179 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Update and</a></li> |
| 180 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 181 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 182 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 183 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 184 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 185 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 186 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 187 | <li><a href="hashpolicy.wiki">SHA3-256 — Hash Policy: Choosing Between SHA1 and</a></li> |
| 188 | <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li> |
| 189 | <li><a href="fiveminutes.wiki">Single User — Update and Running in 5 Minutes as a</a></li> |
| 190 | <li><a href="../../../sitemap"><b>Site Map</b></a></li> |
| 191 | <li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li> |
| 192 | <li><a href="antibot.wiki">Spiders and Bots — Defense against</a></li> |
| 193 | <li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li> |
| 194 | <li><a href="ssl.wiki">SSL with Fossil — Using</a></li> |
| @@ -217,13 +217,13 @@ | |
| 217 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 218 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 219 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 220 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 221 | <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li> |
| 222 | <li><a href="fiveminutes.wiki"><b>Update and Running in 5 Minutes as a Single User</b></a></li> |
| 223 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 224 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 225 | <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li> |
| 226 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 227 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 228 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 229 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 230 |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -17,11 +17,11 @@ | |
| 17 | <li> <a href='$ROOT/help'>Command-line help</a> |
| 18 | </ul> |
| 19 | <a name="pindex"></a> |
| 20 | <h2>Permuted Index:</h2> |
| 21 | <ul> |
| 22 | <li><a href="fiveminutes.wiki">5 Minutes as a Single User — Up and Running in</a></li> |
| 23 | <li><a href="fossil-from-msvc.wiki">2010 IDE — Integrating Fossil in the Microsoft Express</a></li> |
| 24 | <li><a href="tech_overview.wiki"><b>A Technical Overview Of The Design And Implementation Of Fossil</b></a></li> |
| 25 | <li><a href="adding_code.wiki"><b>Adding New Features To Fossil</b></a></li> |
| 26 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 27 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| @@ -139,11 +139,11 @@ | |
| 139 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 140 | <li><a href="../../../sitemap">Map — Site</a></li> |
| 141 | <li><a href="../../../md_rules"><b>Markdown Formatting Rules</b></a></li> |
| 142 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 143 | <li><a href="fossil-from-msvc.wiki">Microsoft Express 2010 IDE — Integrating Fossil in the</a></li> |
| 144 | <li><a href="fiveminutes.wiki">Minutes as a Single User — Up and Running in 5</a></li> |
| 145 | <li><a href="checkin_names.wiki">Names — Check-in And Version</a></li> |
| 146 | <li><a href="adding_code.wiki">New Features To Fossil — Adding</a></li> |
| 147 | <li><a href="newrepo.wiki">New Fossil Repository — How To Create A</a></li> |
| 148 | <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> |
| 149 | <li><a href="pop.wiki">Operation — Principles Of</a></li> |
| @@ -174,21 +174,21 @@ | |
| 174 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 175 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 176 | <li><a href="reviews.wiki"><b>Reviews</b></a></li> |
| 177 | <li><a href="../../../md_rules">Rules — Markdown Formatting</a></li> |
| 178 | <li><a href="../../../wiki_rules">Rules — Wiki Formatting</a></li> |
| 179 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Up and</a></li> |
| 180 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 181 | <li><a href="th1.md">Scripting Language — The TH1</a></li> |
| 182 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 183 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 184 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 185 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 186 | <li><a href="hashpolicy.wiki">SHA1 and SHA3-256 — Hash Policy: Choosing Between</a></li> |
| 187 | <li><a href="hashpolicy.wiki">SHA3-256 — Hash Policy: Choosing Between SHA1 and</a></li> |
| 188 | <li><a href="shunning.wiki"><b>Shunning: Deleting Content From Fossil</b></a></li> |
| 189 | <li><a href="fiveminutes.wiki">Single User — Up and Running in 5 Minutes as a</a></li> |
| 190 | <li><a href="../../../sitemap"><b>Site Map</b></a></li> |
| 191 | <li><a href="style.wiki"><b>Source Code Style Guidelines</b></a></li> |
| 192 | <li><a href="antibot.wiki">Spiders and Bots — Defense against</a></li> |
| 193 | <li><a href="tech_overview.wiki"><b>SQLite Databases Used By Fossil</b></a></li> |
| 194 | <li><a href="ssl.wiki">SSL with Fossil — Using</a></li> |
| @@ -217,13 +217,13 @@ | |
| 217 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 218 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 219 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 220 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 221 | <li><a href="unvers.wiki"><b>Unversioned Files</b></a></li> |
| 222 | <li><a href="fiveminutes.wiki"><b>Up and Running in 5 Minutes as a Single User</b></a></li> |
| 223 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 224 | <li><a href="fiveminutes.wiki">User — Up and Running in 5 Minutes as a Single</a></li> |
| 225 | <li><a href="ssl.wiki"><b>Using SSL with Fossil</b></a></li> |
| 226 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 227 | <li><a href="whyusefossil.wiki">Version Control — Benefits Of</a></li> |
| 228 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 229 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 230 |
+2
-2
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -349,12 +349,12 @@ | ||
| 349 | 349 | this interface, but Windows does not, so the feature will not work on Windows. |
| 350 | 350 | Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg" |
| 351 | 351 | file in the "proc" virtual filesystem. If you are running a Fossil instance |
| 352 | 352 | inside a chroot() jail on Linux, you will need to make the "/proc" file |
| 353 | 353 | system available inside that jail in order for this feature to work. On |
| 354 | -the self-hosting Fossil repository, this was accomplished by adding a line | |
| 355 | -to the "/etc/fstab" file that looks like: | |
| 354 | +the [./selfhost.wiki|self-hosting Fossil repositories], this was accomplished | |
| 355 | +by adding a line to the "/etc/fstab" file that looks like: | |
| 356 | 356 | <blockquote><pre> |
| 357 | 357 | chroot_jail_proc /home/www/proc proc ro 0 0 |
| 358 | 358 | </pre></blockquote> |
| 359 | 359 | The /home/www/proc pathname should be adjusted so that the "/proc" component is |
| 360 | 360 | in the root of the chroot jail, of course. |
| 361 | 361 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -349,12 +349,12 @@ | |
| 349 | this interface, but Windows does not, so the feature will not work on Windows. |
| 350 | Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg" |
| 351 | file in the "proc" virtual filesystem. If you are running a Fossil instance |
| 352 | inside a chroot() jail on Linux, you will need to make the "/proc" file |
| 353 | system available inside that jail in order for this feature to work. On |
| 354 | the self-hosting Fossil repository, this was accomplished by adding a line |
| 355 | to the "/etc/fstab" file that looks like: |
| 356 | <blockquote><pre> |
| 357 | chroot_jail_proc /home/www/proc proc ro 0 0 |
| 358 | </pre></blockquote> |
| 359 | The /home/www/proc pathname should be adjusted so that the "/proc" component is |
| 360 | in the root of the chroot jail, of course. |
| 361 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -349,12 +349,12 @@ | |
| 349 | this interface, but Windows does not, so the feature will not work on Windows. |
| 350 | Note also that Linux implements "getloadavg()" by accessing the "/proc/loadavg" |
| 351 | file in the "proc" virtual filesystem. If you are running a Fossil instance |
| 352 | inside a chroot() jail on Linux, you will need to make the "/proc" file |
| 353 | system available inside that jail in order for this feature to work. On |
| 354 | the [./selfhost.wiki|self-hosting Fossil repositories], this was accomplished |
| 355 | by adding a line to the "/etc/fstab" file that looks like: |
| 356 | <blockquote><pre> |
| 357 | chroot_jail_proc /home/www/proc proc ro 0 0 |
| 358 | </pre></blockquote> |
| 359 | The /home/www/proc pathname should be adjusted so that the "/proc" component is |
| 360 | in the root of the chroot jail, of course. |
| 361 |