Fossil SCM

Typos in the new selfhost.wiki document.

drh 2009-08-24 18:02 trunk
Commit 93d0646830d85089ef9e23ebaac1438caf206b2e
1 file changed +7 -7
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,44 +1,44 @@
11
<title>Fossil Self-Hosting Repositories</title>
22
<h1 align="center">Fossil Self-Hosting Repositories</h1>
33
44
Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
5
-there are three publicly accessible repositories for he Fossil source code:
5
+there are three publicly accessible repositories for the Fossil source code:
66
77
1. [http://www.fossil-scm.org/]
88
2. [http://www.hwaci.com/cgi-bin/fossil]
99
3. [http://www2.fossil-scm.org/]
1010
1111
1212
The canonical repository is (1). Repositories (2) and (3) automatically
1313
stay in synchronization with (1) via a
14
-<a href="http://en.wikipedia.org/wiki/Cron">cron</a> job that invokes
15
-"fossil sync" on a daily basis.
14
+<a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes
15
+"fossil sync" at regular intervals.
1616
1717
Note that the two secondary repositories are more than just read-only mirrors.
1818
All three servers support full read/write capabilities.
1919
Changes (such as new tickets or wiki or check-ins) can be implemented
2020
on any of the three servers and those changes automatically propagate to the
2121
other two servers.
2222
2323
Server (1) runs as a CGI script on a
2424
<a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX
25
-- on the same virtual
26
-machine hosts <a href="http://www.sqlite.org/">SQLite</a> and over a
25
+- on the same virtual machine that
26
+hosts <a href="http://www.sqlite.org/">SQLite</a> and over a
2727
dozen other smaller projects. This demonstrates that Fossil does not
2828
require much server power.
29
-Multiple fossil-based projects an easily be hosted on the same machine,
29
+Multiple fossil-based projects can easily be hosted on the same machine,
3030
even if that machine is itself one of several dozen virtual machines on
3131
single physical box. The CGI script that runs the canonical Fossil
3232
self-hosting repository is as follows:
3333
3434
<blockquote><pre>
3535
#!/usr/bin/fossil
3636
repository: /fossil/fossil.fossil
3737
</pre></blockquote>
3838
39
-Server (2) run as a CGI script on a shared hosting account at
39
+Server (2) runs as a CGI script on a shared hosting account at
4040
<a href="http://www.he.net/">Hurricane Electric</a> in San Jose and
4141
Fremont, CA. This server demonstrates the ability of
4242
Fossil to run on an economical shared-host web account with no
4343
privileges beyond port 80 HTTP access and CGI. It is not necessary
4444
to have a dedicated server to run Fossil. As far as we are aware,
4545
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,44 +1,44 @@
1 <title>Fossil Self-Hosting Repositories</title>
2 <h1 align="center">Fossil Self-Hosting Repositories</h1>
3
4 Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
5 there are three publicly accessible repositories for he Fossil source code:
6
7 1. [http://www.fossil-scm.org/]
8 2. [http://www.hwaci.com/cgi-bin/fossil]
9 3. [http://www2.fossil-scm.org/]
10
11
12 The canonical repository is (1). Repositories (2) and (3) automatically
13 stay in synchronization with (1) via a
14 <a href="http://en.wikipedia.org/wiki/Cron">cron</a> job that invokes
15 "fossil sync" on a daily basis.
16
17 Note that the two secondary repositories are more than just read-only mirrors.
18 All three servers support full read/write capabilities.
19 Changes (such as new tickets or wiki or check-ins) can be implemented
20 on any of the three servers and those changes automatically propagate to the
21 other two servers.
22
23 Server (1) runs as a CGI script on a
24 <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX
25 - on the same virtual
26 machine hosts <a href="http://www.sqlite.org/">SQLite</a> and over a
27 dozen other smaller projects. This demonstrates that Fossil does not
28 require much server power.
29 Multiple fossil-based projects an easily be hosted on the same machine,
30 even if that machine is itself one of several dozen virtual machines on
31 single physical box. The CGI script that runs the canonical Fossil
32 self-hosting repository is as follows:
33
34 <blockquote><pre>
35 #!/usr/bin/fossil
36 repository: /fossil/fossil.fossil
37 </pre></blockquote>
38
39 Server (2) run as a CGI script on a shared hosting account at
40 <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and
41 Fremont, CA. This server demonstrates the ability of
42 Fossil to run on an economical shared-host web account with no
43 privileges beyond port 80 HTTP access and CGI. It is not necessary
44 to have a dedicated server to run Fossil. As far as we are aware,
45
--- www/selfhost.wiki
+++ www/selfhost.wiki
@@ -1,44 +1,44 @@
1 <title>Fossil Self-Hosting Repositories</title>
2 <h1 align="center">Fossil Self-Hosting Repositories</h1>
3
4 Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24)
5 there are three publicly accessible repositories for the Fossil source code:
6
7 1. [http://www.fossil-scm.org/]
8 2. [http://www.hwaci.com/cgi-bin/fossil]
9 3. [http://www2.fossil-scm.org/]
10
11
12 The canonical repository is (1). Repositories (2) and (3) automatically
13 stay in synchronization with (1) via a
14 <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes
15 "fossil sync" at regular intervals.
16
17 Note that the two secondary repositories are more than just read-only mirrors.
18 All three servers support full read/write capabilities.
19 Changes (such as new tickets or wiki or check-ins) can be implemented
20 on any of the three servers and those changes automatically propagate to the
21 other two servers.
22
23 Server (1) runs as a CGI script on a
24 <a href="http://www.linode.com/">Linode 720</a> located in Dallas, TX
25 - on the same virtual machine that
26 hosts <a href="http://www.sqlite.org/">SQLite</a> and over a
27 dozen other smaller projects. This demonstrates that Fossil does not
28 require much server power.
29 Multiple fossil-based projects can easily be hosted on the same machine,
30 even if that machine is itself one of several dozen virtual machines on
31 single physical box. The CGI script that runs the canonical Fossil
32 self-hosting repository is as follows:
33
34 <blockquote><pre>
35 #!/usr/bin/fossil
36 repository: /fossil/fossil.fossil
37 </pre></blockquote>
38
39 Server (2) runs as a CGI script on a shared hosting account at
40 <a href="http://www.he.net/">Hurricane Electric</a> in San Jose and
41 Fremont, CA. This server demonstrates the ability of
42 Fossil to run on an economical shared-host web account with no
43 privileges beyond port 80 HTTP access and CGI. It is not necessary
44 to have a dedicated server to run Fossil. As far as we are aware,
45

Keyboard Shortcuts

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