Fossil SCM

Fix missing parenthesis on index page, remove trailing spaces. Other minor improvements.

mistachkin 2015-06-13 18:47 trunk
Commit 09fee8934881f2d172bf860eb0420051b05e507b
1 file changed +13 -12
+13 -12
--- www/index.wiki
+++ www/index.wiki
@@ -30,28 +30,28 @@
3030
In addition to doing [./concepts.wiki | distributed version control]
3131
like Git and Mercurial,
3232
Fossil also supports [./bugtheory.wiki | bug tracking],
3333
[./wikitheory.wiki | wiki], and [./event.wiki | technotes].
3434
35
- 2. <b>Built-in Web Interface</b> -
35
+ 2. <b>Built-in Web Interface</b> -
3636
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
3838
([./webpage-ex.md|examples]) designed to promote situational awareness.
3939
4040
This entire website&#185;
4141
is just a running instance of Fossil. The pages you see here
4242
are all [./wikitheory.wiki | wiki] or
4343
[./embeddeddoc.wiki | embedded documentation].
4444
When you clone Fossil from one of its
45
- [./selfhost.wiki | self-hosting repositories],
45
+ [./selfhost.wiki | self-hosting repositories],
4646
you get more than just source code - you get this entire website.
47
- <span style='font-size:75%;'>(&#185;except the
47
+ <span style='font-size:75%;'>(&#185;except the
4848
[http://www.fossil-scm.org/download.html | download] page)</span>
4949
5050
3. <b>Self-Contained</b> -
5151
Fossil is a single self-contained stand-alone executable.
52
- To install, simply download a
52
+ To install, simply download a
5353
<a href="http://www.fossil-scm.org/download.html">precompiled binary</a>
5454
for Linux, Mac, OpenBSD, or Windows and put it on your $PATH.
5555
[./build.wiki | Easy-to-compile source code] is also available.
5656
5757
4. <b>Simple Networking</b> -
@@ -68,11 +68,11 @@
6868
[./server.wiki | server configurations].
6969
7070
6. <b>Autosync</b> -
7171
Fossil supports [./concepts.wiki#workflow | "autosync" mode]
7272
which helps to keep projects moving
73
- forward by reducing the amount of needless
73
+ forward by reducing the amount of needless
7474
[./branching.wiki | forking and merging] often
7575
associated with distributed projects.
7676
7777
7. <b>Robust &amp; Reliable</b> -
7878
Fossil stores content using an [./fileformat.wiki | enduring file format]
@@ -85,11 +85,11 @@
8585
8686
<hr>
8787
<h3>Links For Fossil Users:</h3>
8888
8989
* "Fuel" is cross-platform GUI front-end for Fossil
90
- written in Qt. [http://fuelscm.org/].
90
+ written in Qt. [http://fuelscm.org/].
9191
Fuel is an independent project run by a different group of
9292
developers.
9393
* [./reviews.wiki | Testimonials] from satisfied fossil users and
9494
[./quotes.wiki | Quotes] about Fossil and other DVCSes.
9595
* [./faq.wiki | FAQ]
@@ -97,11 +97,11 @@
9797
* [./quickstart.wiki | Quick Start] guide to using fossil
9898
* [./qandc.wiki | Questions &amp; Criticisms] directed at fossil.
9999
* [./build.wiki | Compiling and Installing]
100100
* Fossil supports [./embeddeddoc.wiki | embedded documentation]
101101
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
103103
designed to be readable, searchable, and extensible by people
104104
not yet born.
105105
* A tutorial on [./branching.wiki | branching], what it means and how
106106
to do it using fossil.
107107
* The [./selfcheck.wiki | automatic self-check] mechanism
@@ -111,21 +111,22 @@
111111
with a point in time rather than a name.
112112
* [./settings.wiki | Settings] control the behaviour of fossil.
113113
* [./ssl.wiki | Use SSL] to encrypt communication with the server.
114114
* There is a
115115
[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])
118118
available for discussing fossil issues.
119119
* [./stats.wiki | Performance statistics] taken from real-world projects
120120
hosted on fossil.
121121
* How to [./shunning.wiki | delete content] from a fossil repository.
122122
* How Fossil does [./password.wiki | password management].
123123
* On-line [/help | help].
124124
* 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.
127128
* A free hosting server for Fossil repositories is available at
128129
[http://chiselapp.com/].
129130
* How to [./server.wiki | set up a server] for your repository.
130131
* Customizing the [./custom_ticket.wiki | ticket system].
131132
* Methods to [./checkin_names.wiki | identify a specific check-in].
132133
--- 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&#185;
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%;'>(&#185;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 &amp; 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 &amp; 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&#185;
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%;'>(&#185;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 &amp; 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 &amp; 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

Keyboard Shortcuts

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