Fossil SCM

Documentation updates.

drh 2008-02-03 02:38 trunk
Commit c403f9dc403c8900a4dc3d8c174ab02fb8ebb504
2 files changed +4 -4 +5 -1
+4 -4
--- www/build.html
+++ www/build.html
@@ -15,21 +15,21 @@
1515
a snapshot of the latest version directly from fossil's own fossil
1616
repository. Follow these steps:</p>
1717
1818
<ol>
1919
<li><p>Pointer your webbrowser at
20
-<a href="http://fossil-scm.hwaci.com/fossil/login">
21
-http://fossil-scm.hwaci.com/fossil/login</a>.</p></li>
20
+<a href="http://www.fossil-scm.org/fossil/login">
21
+http://www.fossil-scm.org/fossil/login</a>.</p></li>
2222
2323
<li><p>Log in as anonymous. The password is shown on screen.
2424
The reason for requiring this login is to prevent spiders from
2525
walking the entire website, downloading ZIP archives
2626
of every historical version, and thereby soaking up all our bandwidth.</p></li>
2727
2828
<li><p>Click on the
29
-<a href="http://fossil-scm.hwaci.com/fossil/timeline">Timeline</a> or
30
-<a href="http://fossil-scm.hwaci.com/fossil/leaves">Leaves</a> link at
29
+<a href="http://www.fossil-scm.org/fossil/timeline">Timeline</a> or
30
+<a href="http://www.fossil-scm.org/fossil/leaves">Leaves</a> link at
3131
the top of the page.</p></li>
3232
3333
<li><p>Select a version of of fossil you want to download. Click on its
3434
link. Note that you must successfully log in as "anonymous" in step 1
3535
above in order to see the link to the detailed version information.</p></li>
3636
--- www/build.html
+++ www/build.html
@@ -15,21 +15,21 @@
15 a snapshot of the latest version directly from fossil's own fossil
16 repository. Follow these steps:</p>
17
18 <ol>
19 <li><p>Pointer your webbrowser at
20 <a href="http://fossil-scm.hwaci.com/fossil/login">
21 http://fossil-scm.hwaci.com/fossil/login</a>.</p></li>
22
23 <li><p>Log in as anonymous. The password is shown on screen.
24 The reason for requiring this login is to prevent spiders from
25 walking the entire website, downloading ZIP archives
26 of every historical version, and thereby soaking up all our bandwidth.</p></li>
27
28 <li><p>Click on the
29 <a href="http://fossil-scm.hwaci.com/fossil/timeline">Timeline</a> or
30 <a href="http://fossil-scm.hwaci.com/fossil/leaves">Leaves</a> link at
31 the top of the page.</p></li>
32
33 <li><p>Select a version of of fossil you want to download. Click on its
34 link. Note that you must successfully log in as "anonymous" in step 1
35 above in order to see the link to the detailed version information.</p></li>
36
--- www/build.html
+++ www/build.html
@@ -15,21 +15,21 @@
15 a snapshot of the latest version directly from fossil's own fossil
16 repository. Follow these steps:</p>
17
18 <ol>
19 <li><p>Pointer your webbrowser at
20 <a href="http://www.fossil-scm.org/fossil/login">
21 http://www.fossil-scm.org/fossil/login</a>.</p></li>
22
23 <li><p>Log in as anonymous. The password is shown on screen.
24 The reason for requiring this login is to prevent spiders from
25 walking the entire website, downloading ZIP archives
26 of every historical version, and thereby soaking up all our bandwidth.</p></li>
27
28 <li><p>Click on the
29 <a href="http://www.fossil-scm.org/fossil/timeline">Timeline</a> or
30 <a href="http://www.fossil-scm.org/fossil/leaves">Leaves</a> link at
31 the top of the page.</p></li>
32
33 <li><p>Select a version of of fossil you want to download. Click on its
34 link. Note that you must successfully log in as "anonymous" in step 1
35 above in order to see the link to the detailed version information.</p></li>
36
+5 -1
--- www/index.html
+++ www/index.html
@@ -7,11 +7,11 @@
77
88
<p>
99
This is a preliminary homepage for a new software configuration
1010
management system called "Fossil".
1111
The system is
12
-<a href="http://fossil-scm.hwaci.com/fossil/timeline">self-hosting</a> on
12
+<a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on
1313
<a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
1414
You can download the lastest sources
1515
compile it yourself using the instructions below.
1616
</p>
1717
@@ -91,9 +91,13 @@
9191
<li>The <a href="delta_format.html">format of deltas</a> used to
9292
efficiently store changes between file revisions.</li>
9393
<li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to
9494
efficiently generate deltas.</li>
9595
<li>The <a href="sync.html">synchronization protocol</a>.
96
+<li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users">
97
+ mailing list</a> available for discussing fossil issues.</li>
98
+<li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting
99
+ fossil wiki</a>.
96100
</ul>
97101
98102
</body>
99103
</html>
100104
--- www/index.html
+++ www/index.html
@@ -7,11 +7,11 @@
7
8 <p>
9 This is a preliminary homepage for a new software configuration
10 management system called "Fossil".
11 The system is
12 <a href="http://fossil-scm.hwaci.com/fossil/timeline">self-hosting</a> on
13 <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
14 You can download the lastest sources
15 compile it yourself using the instructions below.
16 </p>
17
@@ -91,9 +91,13 @@
91 <li>The <a href="delta_format.html">format of deltas</a> used to
92 efficiently store changes between file revisions.</li>
93 <li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to
94 efficiently generate deltas.</li>
95 <li>The <a href="sync.html">synchronization protocol</a>.
 
 
 
 
96 </ul>
97
98 </body>
99 </html>
100
--- www/index.html
+++ www/index.html
@@ -7,11 +7,11 @@
7
8 <p>
9 This is a preliminary homepage for a new software configuration
10 management system called "Fossil".
11 The system is
12 <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on
13 <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
14 You can download the lastest sources
15 compile it yourself using the instructions below.
16 </p>
17
@@ -91,9 +91,13 @@
91 <li>The <a href="delta_format.html">format of deltas</a> used to
92 efficiently store changes between file revisions.</li>
93 <li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to
94 efficiently generate deltas.</li>
95 <li>The <a href="sync.html">synchronization protocol</a>.
96 <li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users">
97 mailing list</a> available for discussing fossil issues.</li>
98 <li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting
99 fossil wiki</a>.
100 </ul>
101
102 </body>
103 </html>
104

Keyboard Shortcuts

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