Fossil SCM

Minor wording tweaks to various documentation files.

drh 2021-01-17 23:36 trunk
Commit 5aa71f59b709ae09c108a0e5049bfd997944c9e77058f9596e937baea35453f2
+2 -2
--- www/history.md
+++ www/history.md
@@ -25,11 +25,11 @@
2525
2626
[300]: https://en.wikipedia.org/wiki/Concurrent_Versions_System
2727
2828
Though innovative and much loved in its time, CVS was not without problems.
2929
Among those was a lack of visibility into the project history and the
30
-lack of integrated bug tracking. To try to address these deficiencies,
30
+lack of integrated bug tracking. To address these deficiencies,
3131
the SQLite author developed the [CVSTrac][305] wrapper for CVS beginning
3232
in [2002][310].
3333
3434
[305]: http://cvstrac.org/
3535
[310]: http://cvstrac.org/fossil/timeline?a=19700101&n1=10
@@ -65,11 +65,11 @@
6565
for SQLite began to become evident. The SQLite architect looked
6666
around for a suitable replacement. Monotone, Git, and Mercurial were
6767
all considered. But at that time, none of these supported sync
6868
over ordinary HTTP, none could be run from an inexpensive shell
6969
account on a leased server (this was before the widespread availability
70
-of affordable virtual machines), and none of them supported anything
70
+of affordable virtual private servers), and none of them supported anything
7171
resembling the wiki and ticket features of CVSTrac that had been
7272
found to be so useful. And so, the SQLite architect began writing
7373
his own DVCS.
7474
7575
Early prototypes were done in [TCL][340]. As experiments proceeded,
7676
--- www/history.md
+++ www/history.md
@@ -25,11 +25,11 @@
25
26 [300]: https://en.wikipedia.org/wiki/Concurrent_Versions_System
27
28 Though innovative and much loved in its time, CVS was not without problems.
29 Among those was a lack of visibility into the project history and the
30 lack of integrated bug tracking. To try to address these deficiencies,
31 the SQLite author developed the [CVSTrac][305] wrapper for CVS beginning
32 in [2002][310].
33
34 [305]: http://cvstrac.org/
35 [310]: http://cvstrac.org/fossil/timeline?a=19700101&n1=10
@@ -65,11 +65,11 @@
65 for SQLite began to become evident. The SQLite architect looked
66 around for a suitable replacement. Monotone, Git, and Mercurial were
67 all considered. But at that time, none of these supported sync
68 over ordinary HTTP, none could be run from an inexpensive shell
69 account on a leased server (this was before the widespread availability
70 of affordable virtual machines), and none of them supported anything
71 resembling the wiki and ticket features of CVSTrac that had been
72 found to be so useful. And so, the SQLite architect began writing
73 his own DVCS.
74
75 Early prototypes were done in [TCL][340]. As experiments proceeded,
76
--- www/history.md
+++ www/history.md
@@ -25,11 +25,11 @@
25
26 [300]: https://en.wikipedia.org/wiki/Concurrent_Versions_System
27
28 Though innovative and much loved in its time, CVS was not without problems.
29 Among those was a lack of visibility into the project history and the
30 lack of integrated bug tracking. To address these deficiencies,
31 the SQLite author developed the [CVSTrac][305] wrapper for CVS beginning
32 in [2002][310].
33
34 [305]: http://cvstrac.org/
35 [310]: http://cvstrac.org/fossil/timeline?a=19700101&n1=10
@@ -65,11 +65,11 @@
65 for SQLite began to become evident. The SQLite architect looked
66 around for a suitable replacement. Monotone, Git, and Mercurial were
67 all considered. But at that time, none of these supported sync
68 over ordinary HTTP, none could be run from an inexpensive shell
69 account on a leased server (this was before the widespread availability
70 of affordable virtual private servers), and none of them supported anything
71 resembling the wiki and ticket features of CVSTrac that had been
72 found to be so useful. And so, the SQLite architect began writing
73 his own DVCS.
74
75 Early prototypes were done in [TCL][340]. As experiments proceeded,
76
+3 -3
--- www/index.wiki
+++ www/index.wiki
@@ -20,11 +20,11 @@
2020
</div>
2121
2222
<p>Fossil is a simple, high-reliability, distributed software configuration
2323
management system with these advanced features:
2424
25
- 1. <b>Integrated Project Management</b> -
25
+ 1. <b>Project Management</b> -
2626
In addition to doing [./concepts.wiki | distributed version control]
2727
like Git and Mercurial,
2828
Fossil also supports [./bugtheory.wiki | bug tracking],
2929
[./wikitheory.wiki | wiki], [./forum.wiki | forum], [./chat.md | chat], and
3030
[./event.wiki | technotes].
@@ -44,12 +44,12 @@
4444
[./unvers.wiki | unversioned files].
4545
When you clone Fossil from one of its
4646
[./selfhost.wiki | self-hosting repositories],
4747
you get more than just source code - you get this entire website.
4848
49
- 3. <b>Self-Contained</b> -
50
- Fossil is a single stand-alone executable.
49
+ 3. <b>All-in-one</b> -
50
+ Fossil is a single self-contained, stand-alone executable.
5151
To install, simply download a
5252
[/uv/download.html | precompiled binary]
5353
for Linux, Mac, or Windows and put it on your $PATH.
5454
[./build.wiki | Easy-to-compile source code] is also available.
5555
5656
--- www/index.wiki
+++ www/index.wiki
@@ -20,11 +20,11 @@
20 </div>
21
22 <p>Fossil is a simple, high-reliability, distributed software configuration
23 management system with these advanced features:
24
25 1. <b>Integrated Project Management</b> -
26 In addition to doing [./concepts.wiki | distributed version control]
27 like Git and Mercurial,
28 Fossil also supports [./bugtheory.wiki | bug tracking],
29 [./wikitheory.wiki | wiki], [./forum.wiki | forum], [./chat.md | chat], and
30 [./event.wiki | technotes].
@@ -44,12 +44,12 @@
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 stand-alone executable.
51 To install, simply download a
52 [/uv/download.html | precompiled binary]
53 for Linux, Mac, or Windows and put it on your $PATH.
54 [./build.wiki | Easy-to-compile source code] is also available.
55
56
--- www/index.wiki
+++ www/index.wiki
@@ -20,11 +20,11 @@
20 </div>
21
22 <p>Fossil is a simple, high-reliability, distributed software configuration
23 management system with these advanced features:
24
25 1. <b>Project Management</b> -
26 In addition to doing [./concepts.wiki | distributed version control]
27 like Git and Mercurial,
28 Fossil also supports [./bugtheory.wiki | bug tracking],
29 [./wikitheory.wiki | wiki], [./forum.wiki | forum], [./chat.md | chat], and
30 [./event.wiki | technotes].
@@ -44,12 +44,12 @@
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>All-in-one</b> -
50 Fossil is a single self-contained, stand-alone executable.
51 To install, simply download a
52 [/uv/download.html | precompiled binary]
53 for Linux, Mac, or Windows and put it on your $PATH.
54 [./build.wiki | Easy-to-compile source code] is also available.
55
56
--- www/webui.wiki
+++ www/webui.wiki
@@ -7,10 +7,11 @@
77
* [./bugtheory.wiki | Ticketing and bug tracking]
88
* [./wikitheory.wiki | Wiki]
99
* [./embeddeddoc.wiki | On-line documentation]
1010
* [./event.wiki | Technical notes]
1111
* [./forum.wiki | Forum]
12
+ * [./chat.md | Chatroom]
1213
* Timelines
1314
* Full text search over all of the above
1415
* Status information
1516
* Graphs of revision and branching history
1617
* File and version lists and differences
1718
--- www/webui.wiki
+++ www/webui.wiki
@@ -7,10 +7,11 @@
7 * [./bugtheory.wiki | Ticketing and bug tracking]
8 * [./wikitheory.wiki | Wiki]
9 * [./embeddeddoc.wiki | On-line documentation]
10 * [./event.wiki | Technical notes]
11 * [./forum.wiki | Forum]
 
12 * Timelines
13 * Full text search over all of the above
14 * Status information
15 * Graphs of revision and branching history
16 * File and version lists and differences
17
--- www/webui.wiki
+++ www/webui.wiki
@@ -7,10 +7,11 @@
7 * [./bugtheory.wiki | Ticketing and bug tracking]
8 * [./wikitheory.wiki | Wiki]
9 * [./embeddeddoc.wiki | On-line documentation]
10 * [./event.wiki | Technical notes]
11 * [./forum.wiki | Forum]
12 * [./chat.md | Chatroom]
13 * Timelines
14 * Full text search over all of the above
15 * Status information
16 * Graphs of revision and branching history
17 * File and version lists and differences
18

Keyboard Shortcuts

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