Fossil SCM
Fix missing parenthesis on index page, remove trailing spaces. Other minor improvements.
Commit
09fee8934881f2d172bf860eb0420051b05e507b
Parent
18fc492a95b0ce4…
1 file changed
+13
-12
+13
-12
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -30,28 +30,28 @@ | ||
| 30 | 30 | In addition to doing [./concepts.wiki | distributed version control] |
| 31 | 31 | like Git and Mercurial, |
| 32 | 32 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 33 | 33 | [./wikitheory.wiki | wiki], and [./event.wiki | technotes]. |
| 34 | 34 | |
| 35 | - 2. <b>Built-in Web Interface</b> - | |
| 35 | + 2. <b>Built-in Web Interface</b> - | |
| 36 | 36 | Fossil has a built-in and intuitive [./webui.wiki | web interface] |
| 37 | - with a rich assortment of information pages | |
| 37 | + with a rich assortment of information pages | |
| 38 | 38 | ([./webpage-ex.md|examples]) designed to promote situational awareness. |
| 39 | 39 | |
| 40 | 40 | This entire website¹ |
| 41 | 41 | is just a running instance of Fossil. The pages you see here |
| 42 | 42 | are all [./wikitheory.wiki | wiki] or |
| 43 | 43 | [./embeddeddoc.wiki | embedded documentation]. |
| 44 | 44 | When you clone Fossil from one of its |
| 45 | - [./selfhost.wiki | self-hosting repositories], | |
| 45 | + [./selfhost.wiki | self-hosting repositories], | |
| 46 | 46 | you get more than just source code - you get this entire website. |
| 47 | - <span style='font-size:75%;'>(¹except the | |
| 47 | + <span style='font-size:75%;'>(¹except the | |
| 48 | 48 | [http://www.fossil-scm.org/download.html | download] page)</span> |
| 49 | 49 | |
| 50 | 50 | 3. <b>Self-Contained</b> - |
| 51 | 51 | Fossil is a single self-contained stand-alone executable. |
| 52 | - To install, simply download a | |
| 52 | + To install, simply download a | |
| 53 | 53 | <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 54 | 54 | for Linux, Mac, OpenBSD, or Windows and put it on your $PATH. |
| 55 | 55 | [./build.wiki | Easy-to-compile source code] is also available. |
| 56 | 56 | |
| 57 | 57 | 4. <b>Simple Networking</b> - |
| @@ -68,11 +68,11 @@ | ||
| 68 | 68 | [./server.wiki | server configurations]. |
| 69 | 69 | |
| 70 | 70 | 6. <b>Autosync</b> - |
| 71 | 71 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 72 | 72 | which helps to keep projects moving |
| 73 | - forward by reducing the amount of needless | |
| 73 | + forward by reducing the amount of needless | |
| 74 | 74 | [./branching.wiki | forking and merging] often |
| 75 | 75 | associated with distributed projects. |
| 76 | 76 | |
| 77 | 77 | 7. <b>Robust & Reliable</b> - |
| 78 | 78 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| @@ -85,11 +85,11 @@ | ||
| 85 | 85 | |
| 86 | 86 | <hr> |
| 87 | 87 | <h3>Links For Fossil Users:</h3> |
| 88 | 88 | |
| 89 | 89 | * "Fuel" is cross-platform GUI front-end for Fossil |
| 90 | - written in Qt. [http://fuelscm.org/]. | |
| 90 | + written in Qt. [http://fuelscm.org/]. | |
| 91 | 91 | Fuel is an independent project run by a different group of |
| 92 | 92 | developers. |
| 93 | 93 | * [./reviews.wiki | Testimonials] from satisfied fossil users and |
| 94 | 94 | [./quotes.wiki | Quotes] about Fossil and other DVCSes. |
| 95 | 95 | * [./faq.wiki | FAQ] |
| @@ -97,11 +97,11 @@ | ||
| 97 | 97 | * [./quickstart.wiki | Quick Start] guide to using fossil |
| 98 | 98 | * [./qandc.wiki | Questions & Criticisms] directed at fossil. |
| 99 | 99 | * [./build.wiki | Compiling and Installing] |
| 100 | 100 | * Fossil supports [./embeddeddoc.wiki | embedded documentation] |
| 101 | 101 | that is versioned along with project source code. |
| 102 | - * Fossil uses an [./fileformat.wiki | enduring file format] that is | |
| 102 | + * Fossil uses an [./fileformat.wiki | enduring file format] that is | |
| 103 | 103 | designed to be readable, searchable, and extensible by people |
| 104 | 104 | not yet born. |
| 105 | 105 | * A tutorial on [./branching.wiki | branching], what it means and how |
| 106 | 106 | to do it using fossil. |
| 107 | 107 | * The [./selfcheck.wiki | automatic self-check] mechanism |
| @@ -111,21 +111,22 @@ | ||
| 111 | 111 | with a point in time rather than a name. |
| 112 | 112 | * [./settings.wiki | Settings] control the behaviour of fossil. |
| 113 | 113 | * [./ssl.wiki | Use SSL] to encrypt communication with the server. |
| 114 | 114 | * There is a |
| 115 | 115 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 116 | - (with publicly readable | |
| 117 | - [http://www.mail-archive.com/[email protected] | archives] | |
| 116 | + (with publicly readable | |
| 117 | + [http://www.mail-archive.com/[email protected] | archives]) | |
| 118 | 118 | available for discussing fossil issues. |
| 119 | 119 | * [./stats.wiki | Performance statistics] taken from real-world projects |
| 120 | 120 | hosted on fossil. |
| 121 | 121 | * How to [./shunning.wiki | delete content] from a fossil repository. |
| 122 | 122 | * How Fossil does [./password.wiki | password management]. |
| 123 | 123 | * On-line [/help | help]. |
| 124 | 124 | * Documentation on the |
| 125 | - [http://www.sqliteconcepts.org/THManual.pdf | TH1 Script Language] used | |
| 126 | - to configure the ticketing subsystem. | |
| 125 | + [http://www.sqliteconcepts.org/THManual.pdf | TH1 scripting language] used | |
| 126 | + to configure the ticketing subsystem and [./th1.md | extra commands] | |
| 127 | + provided by Fossil itself. | |
| 127 | 128 | * A free hosting server for Fossil repositories is available at |
| 128 | 129 | [http://chiselapp.com/]. |
| 129 | 130 | * How to [./server.wiki | set up a server] for your repository. |
| 130 | 131 | * Customizing the [./custom_ticket.wiki | ticket system]. |
| 131 | 132 | * Methods to [./checkin_names.wiki | identify a specific check-in]. |
| 132 | 133 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -30,28 +30,28 @@ | |
| 30 | In addition to doing [./concepts.wiki | distributed version control] |
| 31 | like Git and Mercurial, |
| 32 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 33 | [./wikitheory.wiki | wiki], and [./event.wiki | technotes]. |
| 34 | |
| 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 | for Linux, Mac, OpenBSD, or Windows and put it on your $PATH. |
| 55 | [./build.wiki | Easy-to-compile source code] is also available. |
| 56 | |
| 57 | 4. <b>Simple Networking</b> - |
| @@ -68,11 +68,11 @@ | |
| 68 | [./server.wiki | server configurations]. |
| 69 | |
| 70 | 6. <b>Autosync</b> - |
| 71 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 72 | which helps to keep projects moving |
| 73 | forward by reducing the amount of needless |
| 74 | [./branching.wiki | forking and merging] often |
| 75 | associated with distributed projects. |
| 76 | |
| 77 | 7. <b>Robust & Reliable</b> - |
| 78 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| @@ -85,11 +85,11 @@ | |
| 85 | |
| 86 | <hr> |
| 87 | <h3>Links For Fossil Users:</h3> |
| 88 | |
| 89 | * "Fuel" is cross-platform GUI front-end for Fossil |
| 90 | written in Qt. [http://fuelscm.org/]. |
| 91 | Fuel is an independent project run by a different group of |
| 92 | developers. |
| 93 | * [./reviews.wiki | Testimonials] from satisfied fossil users and |
| 94 | [./quotes.wiki | Quotes] about Fossil and other DVCSes. |
| 95 | * [./faq.wiki | FAQ] |
| @@ -97,11 +97,11 @@ | |
| 97 | * [./quickstart.wiki | Quick Start] guide to using fossil |
| 98 | * [./qandc.wiki | Questions & Criticisms] directed at fossil. |
| 99 | * [./build.wiki | Compiling and Installing] |
| 100 | * Fossil supports [./embeddeddoc.wiki | embedded documentation] |
| 101 | that is versioned along with project source code. |
| 102 | * Fossil uses an [./fileformat.wiki | enduring file format] that is |
| 103 | designed to be readable, searchable, and extensible by people |
| 104 | not yet born. |
| 105 | * A tutorial on [./branching.wiki | branching], what it means and how |
| 106 | to do it using fossil. |
| 107 | * The [./selfcheck.wiki | automatic self-check] mechanism |
| @@ -111,21 +111,22 @@ | |
| 111 | with a point in time rather than a name. |
| 112 | * [./settings.wiki | Settings] control the behaviour of fossil. |
| 113 | * [./ssl.wiki | Use SSL] to encrypt communication with the server. |
| 114 | * There is a |
| 115 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 116 | (with publicly readable |
| 117 | [http://www.mail-archive.com/[email protected] | archives] |
| 118 | available for discussing fossil issues. |
| 119 | * [./stats.wiki | Performance statistics] taken from real-world projects |
| 120 | hosted on fossil. |
| 121 | * How to [./shunning.wiki | delete content] from a fossil repository. |
| 122 | * How Fossil does [./password.wiki | password management]. |
| 123 | * On-line [/help | help]. |
| 124 | * Documentation on the |
| 125 | [http://www.sqliteconcepts.org/THManual.pdf | TH1 Script Language] used |
| 126 | to configure the ticketing subsystem. |
| 127 | * A free hosting server for Fossil repositories is available at |
| 128 | [http://chiselapp.com/]. |
| 129 | * How to [./server.wiki | set up a server] for your repository. |
| 130 | * Customizing the [./custom_ticket.wiki | ticket system]. |
| 131 | * Methods to [./checkin_names.wiki | identify a specific check-in]. |
| 132 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -30,28 +30,28 @@ | |
| 30 | In addition to doing [./concepts.wiki | distributed version control] |
| 31 | like Git and Mercurial, |
| 32 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 33 | [./wikitheory.wiki | wiki], and [./event.wiki | technotes]. |
| 34 | |
| 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 | for Linux, Mac, OpenBSD, or Windows and put it on your $PATH. |
| 55 | [./build.wiki | Easy-to-compile source code] is also available. |
| 56 | |
| 57 | 4. <b>Simple Networking</b> - |
| @@ -68,11 +68,11 @@ | |
| 68 | [./server.wiki | server configurations]. |
| 69 | |
| 70 | 6. <b>Autosync</b> - |
| 71 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 72 | which helps to keep projects moving |
| 73 | forward by reducing the amount of needless |
| 74 | [./branching.wiki | forking and merging] often |
| 75 | associated with distributed projects. |
| 76 | |
| 77 | 7. <b>Robust & Reliable</b> - |
| 78 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| @@ -85,11 +85,11 @@ | |
| 85 | |
| 86 | <hr> |
| 87 | <h3>Links For Fossil Users:</h3> |
| 88 | |
| 89 | * "Fuel" is cross-platform GUI front-end for Fossil |
| 90 | written in Qt. [http://fuelscm.org/]. |
| 91 | Fuel is an independent project run by a different group of |
| 92 | developers. |
| 93 | * [./reviews.wiki | Testimonials] from satisfied fossil users and |
| 94 | [./quotes.wiki | Quotes] about Fossil and other DVCSes. |
| 95 | * [./faq.wiki | FAQ] |
| @@ -97,11 +97,11 @@ | |
| 97 | * [./quickstart.wiki | Quick Start] guide to using fossil |
| 98 | * [./qandc.wiki | Questions & Criticisms] directed at fossil. |
| 99 | * [./build.wiki | Compiling and Installing] |
| 100 | * Fossil supports [./embeddeddoc.wiki | embedded documentation] |
| 101 | that is versioned along with project source code. |
| 102 | * Fossil uses an [./fileformat.wiki | enduring file format] that is |
| 103 | designed to be readable, searchable, and extensible by people |
| 104 | not yet born. |
| 105 | * A tutorial on [./branching.wiki | branching], what it means and how |
| 106 | to do it using fossil. |
| 107 | * The [./selfcheck.wiki | automatic self-check] mechanism |
| @@ -111,21 +111,22 @@ | |
| 111 | with a point in time rather than a name. |
| 112 | * [./settings.wiki | Settings] control the behaviour of fossil. |
| 113 | * [./ssl.wiki | Use SSL] to encrypt communication with the server. |
| 114 | * There is a |
| 115 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 116 | (with publicly readable |
| 117 | [http://www.mail-archive.com/[email protected] | archives]) |
| 118 | available for discussing fossil issues. |
| 119 | * [./stats.wiki | Performance statistics] taken from real-world projects |
| 120 | hosted on fossil. |
| 121 | * How to [./shunning.wiki | delete content] from a fossil repository. |
| 122 | * How Fossil does [./password.wiki | password management]. |
| 123 | * On-line [/help | help]. |
| 124 | * Documentation on the |
| 125 | [http://www.sqliteconcepts.org/THManual.pdf | TH1 scripting language] used |
| 126 | to configure the ticketing subsystem and [./th1.md | extra commands] |
| 127 | provided by Fossil itself. |
| 128 | * A free hosting server for Fossil repositories is available at |
| 129 | [http://chiselapp.com/]. |
| 130 | * How to [./server.wiki | set up a server] for your repository. |
| 131 | * Customizing the [./custom_ticket.wiki | ticket system]. |
| 132 | * Methods to [./checkin_names.wiki | identify a specific check-in]. |
| 133 |