Fossil SCM

Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.)

drh 2008-07-20 17:37 trunk
Commit 6ecc392f1caa77a3fb3665801a62d46e13a24213
--- a/www/bugtheory.wiki
+++ b/www/bugtheory.wiki
@@ -0,0 +1,7 @@
1
+<Every (baselines)(a.k.a. "baselines")sCLaUUUUUUID. The ticket UUUUUUUUd try
2
+to make sens has merely to insert awith a randomly generated ticketNew
3
+ticket UUIDs should be chosen using good randomness so that two
4
+ore more users do not accidently cause a conflict by generating
5
+the same UUIDU<Every (baselines)(a.k.a. "baselines")sCLaUUUUUUID. The ticket UUUUUUUU
6
+
7
+ach
--- a/www/bugtheory.wiki
+++ b/www/bugtheory.wiki
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
--- a/www/bugtheory.wiki
+++ b/www/bugtheory.wiki
@@ -0,0 +1,7 @@
1 <Every (baselines)(a.k.a. "baselines")sCLaUUUUUUID. The ticket UUUUUUUUd try
2 to make sens has merely to insert awith a randomly generated ticketNew
3 ticket UUIDs should be chosen using good randomness so that two
4 ore more users do not accidently cause a conflict by generating
5 the same UUIDU<Every (baselines)(a.k.a. "baselines")sCLaUUUUUUID. The ticket UUUUUUUU
6
7 ach
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -297,10 +297,11 @@
297297
argument to the W card is an integer which is the number of bytes
298298
of text in the wiki page. That text follows the newline character
299299
that terminates the W card. The wiki text is always followed by one
300300
extra newline.</p>
301301
302
+<a name="tktchng"></a>
302303
<h2>5.0 Ticket Changes</h2>
303304
304305
<p>A ticket-change artifact represents a change to a trouble ticket.
305306
The following cards are allowed on a ticket change artifact:</p>
306307
307308
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -297,10 +297,11 @@
297 argument to the W card is an integer which is the number of bytes
298 of text in the wiki page. That text follows the newline character
299 that terminates the W card. The wiki text is always followed by one
300 extra newline.</p>
301
 
302 <h2>5.0 Ticket Changes</h2>
303
304 <p>A ticket-change artifact represents a change to a trouble ticket.
305 The following cards are allowed on a ticket change artifact:</p>
306
307
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -297,10 +297,11 @@
297 argument to the W card is an integer which is the number of bytes
298 of text in the wiki page. That text follows the newline character
299 that terminates the W card. The wiki text is always followed by one
300 extra newline.</p>
301
302 <a name="tktchng"></a>
303 <h2>5.0 Ticket Changes</h2>
304
305 <p>A ticket-change artifact represents a change to a trouble ticket.
306 The following cards are allowed on a ticket change artifact:</p>
307
308
+14 -14
--- www/index.wiki
+++ www/index.wiki
@@ -2,27 +2,24 @@
22
33
<p>
44
Fossil is a new
55
<a href="http://en.wikipedia.org/wiki/Revision_control">
66
distributed software revision control system</a> that includes an integrated
7
-<a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated
8
-<a href="http://en.wikipedia.org/wiki/Bugtracker">
9
-bug-tracking system</a> all in a single, easy-to-use, stand-alone
10
-executable.
11
-(NB: The bug-tracker component is not yet completely functional, but
12
-we expect it to be available soon.)
7
+<a href="../../../wiki_rules">wiki</a> and an integrated
8
+<a href="bugtheory.wiki">bug-tracking system</a> all in a single,
9
+easy-to-use, stand-alone executable.
1310
Fossil is
1411
<a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a>
1512
since 2007-07-21 on
1613
<a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
17
-You can download the lastest sources and
18
-compile it yourself using the instructions below.
14
+You can download the <a href="../../../timeline">lastest sources</a> and
15
+<a href="build.wiki">compile it yourself</a>.
1916
Or you can grab
2017
<a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>.
2118
</p>
2219
23
-<p>Design Goals For Fossil:</p>
20
+<p>Features Of Fossil:</p>
2421
2522
<ul>
2623
<li>Supports disconnected, distributed development (like
2724
<a href="http://kerneltrap.org/node/4982">git</a>,
2825
<a href="http://www.monotone.ca/">monotone</a>,
@@ -31,18 +28,21 @@
3128
or client/server operation (like
3229
<a href="http://www.nongnu.org/cvs/">CVS</a> or
3330
<a href="http://subversion.tigris.org/">subversion</a>),
3431
or operations on local repositories,
3532
or all three at the same time</li>
36
-<li>Integrated bug tracking and wiki, along the lines of
33
+<li>Integrated <a href="bugtheory.wiki">bug tracking</a> and
34
+<a href="../../../wiki_rules">wiki</a>, inspired by
3735
<a href="http://www.cvstrac.org/">CVSTrac</a> and
38
-<a href="http://www.edgewall.com/trac/">Trac</a>.</li>
36
+<a href="http://www.edgewall.com/trac/">Trac</a> but enhanced to
37
+support distributed, disconnected operation.</li>
3938
<li>Built-in web interface that supports deep archaeological digs through
4039
the project history.</li>
4140
<li>All network communication via
42
-<a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>
43
-(so that everything works from behind restrictive firewalls).</li>
41
+<a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a> with
42
+<a href="quickstart.wiki#proxy">proxy support</a>
43
+so that everything works from behind restrictive firewalls.</li>
4444
<li>Everything (client, server, and utilities) is included in a
4545
single self-contained executable - trivial to install</li>
4646
<li>Server runs as <a href="http://www.w3.org/CGI/">CGI</a>, using
4747
<a href="http://en.wikipedia.org/wiki/inetd">inetd</a>/<a
4848
href="http://www.xinetd.org/">xinetd</a>, or using its own built-in,
@@ -91,11 +91,11 @@
9191
<li><a href="quickstart.wiki">Quick Start</a> guide to using fossil
9292
<li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a>
9393
that is versioned along with project source code.</li>
9494
<li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism
9595
helps insure project integrity.</li>
96
-<li>Fossil contains a [/wiki | built-in wiki].</li>
96
+<li>Fossil contains a <a href="../../../wiki">built-in wiki</a>.</li>
9797
<li>There is a
9898
<a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users">
9999
mailing list</a> available for discussing fossil issues.</li>
100100
</ul>
101101
102102
--- www/index.wiki
+++ www/index.wiki
@@ -2,27 +2,24 @@
2
3 <p>
4 Fossil is a new
5 <a href="http://en.wikipedia.org/wiki/Revision_control">
6 distributed software revision control system</a> that includes an integrated
7 <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated
8 <a href="http://en.wikipedia.org/wiki/Bugtracker">
9 bug-tracking system</a> all in a single, easy-to-use, stand-alone
10 executable.
11 (NB: The bug-tracker component is not yet completely functional, but
12 we expect it to be available soon.)
13 Fossil is
14 <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a>
15 since 2007-07-21 on
16 <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
17 You can download the lastest sources and
18 compile it yourself using the instructions below.
19 Or you can grab
20 <a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>.
21 </p>
22
23 <p>Design Goals For Fossil:</p>
24
25 <ul>
26 <li>Supports disconnected, distributed development (like
27 <a href="http://kerneltrap.org/node/4982">git</a>,
28 <a href="http://www.monotone.ca/">monotone</a>,
@@ -31,18 +28,21 @@
31 or client/server operation (like
32 <a href="http://www.nongnu.org/cvs/">CVS</a> or
33 <a href="http://subversion.tigris.org/">subversion</a>),
34 or operations on local repositories,
35 or all three at the same time</li>
36 <li>Integrated bug tracking and wiki, along the lines of
 
37 <a href="http://www.cvstrac.org/">CVSTrac</a> and
38 <a href="http://www.edgewall.com/trac/">Trac</a>.</li>
 
39 <li>Built-in web interface that supports deep archaeological digs through
40 the project history.</li>
41 <li>All network communication via
42 <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>
43 (so that everything works from behind restrictive firewalls).</li>
 
44 <li>Everything (client, server, and utilities) is included in a
45 single self-contained executable - trivial to install</li>
46 <li>Server runs as <a href="http://www.w3.org/CGI/">CGI</a>, using
47 <a href="http://en.wikipedia.org/wiki/inetd">inetd</a>/<a
48 href="http://www.xinetd.org/">xinetd</a>, or using its own built-in,
@@ -91,11 +91,11 @@
91 <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil
92 <li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a>
93 that is versioned along with project source code.</li>
94 <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism
95 helps insure project integrity.</li>
96 <li>Fossil contains a [/wiki | built-in wiki].</li>
97 <li>There is a
98 <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users">
99 mailing list</a> available for discussing fossil issues.</li>
100 </ul>
101
102
--- www/index.wiki
+++ www/index.wiki
@@ -2,27 +2,24 @@
2
3 <p>
4 Fossil is a new
5 <a href="http://en.wikipedia.org/wiki/Revision_control">
6 distributed software revision control system</a> that includes an integrated
7 <a href="../../../wiki_rules">wiki</a> and an integrated
8 <a href="bugtheory.wiki">bug-tracking system</a> all in a single,
9 easy-to-use, stand-alone executable.
 
 
 
10 Fossil is
11 <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a>
12 since 2007-07-21 on
13 <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>.
14 You can download the <a href="../../../timeline">lastest sources</a> and
15 <a href="build.wiki">compile it yourself</a>.
16 Or you can grab
17 <a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>.
18 </p>
19
20 <p>Features Of Fossil:</p>
21
22 <ul>
23 <li>Supports disconnected, distributed development (like
24 <a href="http://kerneltrap.org/node/4982">git</a>,
25 <a href="http://www.monotone.ca/">monotone</a>,
@@ -31,18 +28,21 @@
28 or client/server operation (like
29 <a href="http://www.nongnu.org/cvs/">CVS</a> or
30 <a href="http://subversion.tigris.org/">subversion</a>),
31 or operations on local repositories,
32 or all three at the same time</li>
33 <li>Integrated <a href="bugtheory.wiki">bug tracking</a> and
34 <a href="../../../wiki_rules">wiki</a>, inspired by
35 <a href="http://www.cvstrac.org/">CVSTrac</a> and
36 <a href="http://www.edgewall.com/trac/">Trac</a> but enhanced to
37 support distributed, disconnected operation.</li>
38 <li>Built-in web interface that supports deep archaeological digs through
39 the project history.</li>
40 <li>All network communication via
41 <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a> with
42 <a href="quickstart.wiki#proxy">proxy support</a>
43 so that everything works from behind restrictive firewalls.</li>
44 <li>Everything (client, server, and utilities) is included in a
45 single self-contained executable - trivial to install</li>
46 <li>Server runs as <a href="http://www.w3.org/CGI/">CGI</a>, using
47 <a href="http://en.wikipedia.org/wiki/inetd">inetd</a>/<a
48 href="http://www.xinetd.org/">xinetd</a>, or using its own built-in,
@@ -91,11 +91,11 @@
91 <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil
92 <li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a>
93 that is versioned along with project source code.</li>
94 <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism
95 helps insure project integrity.</li>
96 <li>Fossil contains a <a href="../../../wiki">built-in wiki</a>.</li>
97 <li>There is a
98 <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users">
99 mailing list</a> available for discussing fossil issues.</li>
100 </ul>
101
102

Keyboard Shortcuts

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