Fossil SCM
Add documentation on unversioned content.
Commit
f187ada69767db892615aeeae18f35b7d105bbfc
Parent
a5d8548f61512c4…
4 files changed
+5
-6
+1
+2
+13
+5
-6
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -35,19 +35,18 @@ | ||
| 35 | 35 | 2. <b>Built-in Web Interface</b> - |
| 36 | 36 | Fossil has a built-in and intuitive [./webui.wiki | web interface] |
| 37 | 37 | with a rich assortment of information pages |
| 38 | 38 | ([./webpage-ex.md|examples]) designed to promote situational awareness. |
| 39 | 39 | |
| 40 | - This entire website¹ | |
| 41 | - is just a running instance of Fossil. The pages you see here | |
| 42 | - are all [./wikitheory.wiki | wiki] or | |
| 43 | - [./embeddeddoc.wiki | embedded documentation]. | |
| 40 | + This entire website is just a running instance of Fossil. | |
| 41 | + The pages you see here are all [./wikitheory.wiki | wiki] or | |
| 42 | + [./embeddeddoc.wiki | embedded documentation] or (in the case of | |
| 43 | + the [/uv/download.html|download] page) | |
| 44 | + [./unvers.wiki | unversioned files]. | |
| 44 | 45 | When you clone Fossil from one of its |
| 45 | 46 | [./selfhost.wiki | self-hosting repositories], |
| 46 | 47 | you get more than just source code - you get this entire website. |
| 47 | - <span style='font-size:75%;'>(¹except the | |
| 48 | - [http://www.fossil-scm.org/download.html | download] page)</span> | |
| 49 | 48 | |
| 50 | 49 | 3. <b>Self-Contained</b> - |
| 51 | 50 | Fossil is a single self-contained stand-alone executable. |
| 52 | 51 | To install, simply download a |
| 53 | 52 | <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 54 | 53 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -35,19 +35,18 @@ | |
| 35 | 2. <b>Built-in Web Interface</b> - |
| 36 | Fossil has a built-in and intuitive [./webui.wiki | web interface] |
| 37 | with a rich assortment of information pages |
| 38 | ([./webpage-ex.md|examples]) designed to promote situational awareness. |
| 39 | |
| 40 | This entire website¹ |
| 41 | is just a running instance of Fossil. The pages you see here |
| 42 | are all [./wikitheory.wiki | wiki] or |
| 43 | [./embeddeddoc.wiki | embedded documentation]. |
| 44 | When you clone Fossil from one of its |
| 45 | [./selfhost.wiki | self-hosting repositories], |
| 46 | you get more than just source code - you get this entire website. |
| 47 | <span style='font-size:75%;'>(¹except the |
| 48 | [http://www.fossil-scm.org/download.html | download] page)</span> |
| 49 | |
| 50 | 3. <b>Self-Contained</b> - |
| 51 | Fossil is a single self-contained stand-alone executable. |
| 52 | To install, simply download a |
| 53 | <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 54 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -35,19 +35,18 @@ | |
| 35 | 2. <b>Built-in Web Interface</b> - |
| 36 | Fossil has a built-in and intuitive [./webui.wiki | web interface] |
| 37 | with a rich assortment of information pages |
| 38 | ([./webpage-ex.md|examples]) designed to promote situational awareness. |
| 39 | |
| 40 | This entire website is just a running instance of Fossil. |
| 41 | The pages you see here are all [./wikitheory.wiki | wiki] or |
| 42 | [./embeddeddoc.wiki | embedded documentation] or (in the case of |
| 43 | the [/uv/download.html|download] page) |
| 44 | [./unvers.wiki | unversioned files]. |
| 45 | When you clone Fossil from one of its |
| 46 | [./selfhost.wiki | self-hosting repositories], |
| 47 | you get more than just source code - you get this entire website. |
| 48 | |
| 49 | 3. <b>Self-Contained</b> - |
| 50 | Fossil is a single self-contained stand-alone executable. |
| 51 | To install, simply download a |
| 52 | <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 53 |
+1
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -65,10 +65,11 @@ | ||
| 65 | 65 | Of Fossil} |
| 66 | 66 | tech_overview.wiki {SQLite Databases Used By Fossil} |
| 67 | 67 | th1.md {The TH1 Scripting Language} |
| 68 | 68 | tickets.wiki {The Fossil Ticket System} |
| 69 | 69 | theory1.wiki {Thoughts On The Design Of The Fossil DVCS} |
| 70 | + unvers.wiki {Unversioned Files} | |
| 70 | 71 | webpage-ex.md {Webpage Examples} |
| 71 | 72 | webui.wiki {The Fossil Web Interface} |
| 72 | 73 | wikitheory.wiki {Wiki In Fossil} |
| 73 | 74 | } |
| 74 | 75 | |
| 75 | 76 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -65,10 +65,11 @@ | |
| 65 | Of Fossil} |
| 66 | tech_overview.wiki {SQLite Databases Used By Fossil} |
| 67 | th1.md {The TH1 Scripting Language} |
| 68 | tickets.wiki {The Fossil Ticket System} |
| 69 | theory1.wiki {Thoughts On The Design Of The Fossil DVCS} |
| 70 | webpage-ex.md {Webpage Examples} |
| 71 | webui.wiki {The Fossil Web Interface} |
| 72 | wikitheory.wiki {Wiki In Fossil} |
| 73 | } |
| 74 | |
| 75 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -65,10 +65,11 @@ | |
| 65 | Of Fossil} |
| 66 | tech_overview.wiki {SQLite Databases Used By Fossil} |
| 67 | th1.md {The TH1 Scripting Language} |
| 68 | tickets.wiki {The Fossil Ticket System} |
| 69 | theory1.wiki {Thoughts On The Design Of The Fossil DVCS} |
| 70 | unvers.wiki {Unversioned Files} |
| 71 | webpage-ex.md {Webpage Examples} |
| 72 | webui.wiki {The Fossil Web Interface} |
| 73 | wikitheory.wiki {Wiki In Fossil} |
| 74 | } |
| 75 | |
| 76 |
| --- www/permutedindex.html | ||
| +++ www/permutedindex.html | ||
| @@ -81,10 +81,11 @@ | ||
| 81 | 81 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 82 | 82 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 83 | 83 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 84 | 84 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 85 | 85 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 86 | +<li><a href="unvers.wiki">Files — Unversioned</a></li> | |
| 86 | 87 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| 87 | 88 | <li><a href="delta_format.wiki">Format — Fossil Delta</a></li> |
| 88 | 89 | <li><a href="fileformat.wiki">Format — Fossil File</a></li> |
| 89 | 90 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 90 | 91 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| @@ -199,10 +200,11 @@ | ||
| 199 | 200 | <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> |
| 200 | 201 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 201 | 202 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 202 | 203 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 203 | 204 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 205 | +<li><a href="unvers.wiki">Unversioned Files</a></li> | |
| 204 | 206 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 205 | 207 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 206 | 208 | <li><a href="encryptedrepos.wiki">Use Encrypted Repositories — How To</a></li> |
| 207 | 209 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 208 | 210 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 209 | 211 | |
| 210 | 212 | ADDED www/unvers.wiki |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -81,10 +81,11 @@ | |
| 81 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 82 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 83 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 84 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 85 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 86 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| 87 | <li><a href="delta_format.wiki">Format — Fossil Delta</a></li> |
| 88 | <li><a href="fileformat.wiki">Format — Fossil File</a></li> |
| 89 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 90 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| @@ -199,10 +200,11 @@ | |
| 199 | <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> |
| 200 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 201 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 202 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 203 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 204 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 205 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 206 | <li><a href="encryptedrepos.wiki">Use Encrypted Repositories — How To</a></li> |
| 207 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 208 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 209 | |
| 210 | DDED www/unvers.wiki |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -81,10 +81,11 @@ | |
| 81 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 82 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 83 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| 84 | <li><a href="adding_code.wiki">Features To Fossil — Adding New</a></li> |
| 85 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 86 | <li><a href="unvers.wiki">Files — Unversioned</a></li> |
| 87 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| 88 | <li><a href="delta_format.wiki">Format — Fossil Delta</a></li> |
| 89 | <li><a href="fileformat.wiki">Format — Fossil File</a></li> |
| 90 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 91 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| @@ -199,10 +200,11 @@ | |
| 200 | <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> |
| 201 | <li><a href="tickets.wiki">Ticket System — The Fossil</a></li> |
| 202 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 203 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 204 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 205 | <li><a href="unvers.wiki">Unversioned Files</a></li> |
| 206 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 207 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 208 | <li><a href="encryptedrepos.wiki">Use Encrypted Repositories — How To</a></li> |
| 209 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 210 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 211 | |
| 212 | DDED www/unvers.wiki |
+13
| --- a/www/unvers.wiki | ||
| +++ b/www/unvers.wiki | ||
| @@ -0,0 +1,13 @@ | ||
| 1 | +<title>Unversioned Content</title> | |
| 2 | +<h1 align="center">Utle>Unversio. | |
| 3 | +Only is retained. | |
| 4 | +is syncedthe most recent | |
| 5 | + of each is retained and ol | |
| 6 | +Tis storedis synced between repositories, though not by default. | |
| 7 | +Special commands or commandcan be synced | |
| 8 | + is supplied. Tioned sync] co does nost necessarily exist. | |
| 9 | +Asince there is nexchanged between servers as whole, uncompressed | |
| 10 | +files (though the content does get compressed when the overall HTTP message | |
| 11 | +payload is compressed). are used to avoid sending | |
| 12 | + See the | |
| 13 | +www.fossil-scm.org/fossilmimesname TEXT PRIMARY KEY, WITHOUT ROWID; is |
| --- a/www/unvers.wiki | |
| +++ b/www/unvers.wiki | |
| @@ -0,0 +1,13 @@ | |
| --- a/www/unvers.wiki | |
| +++ b/www/unvers.wiki | |
| @@ -0,0 +1,13 @@ | |
| 1 | <title>Unversioned Content</title> |
| 2 | <h1 align="center">Utle>Unversio. |
| 3 | Only is retained. |
| 4 | is syncedthe most recent |
| 5 | of each is retained and ol |
| 6 | Tis storedis synced between repositories, though not by default. |
| 7 | Special commands or commandcan be synced |
| 8 | is supplied. Tioned sync] co does nost necessarily exist. |
| 9 | Asince there is nexchanged between servers as whole, uncompressed |
| 10 | files (though the content does get compressed when the overall HTTP message |
| 11 | payload is compressed). are used to avoid sending |
| 12 | See the |
| 13 | www.fossil-scm.org/fossilmimesname TEXT PRIMARY KEY, WITHOUT ROWID; is |