Fossil SCM

Update documentation to include links to the mailing list and mailing list archives and to Paul Ruizendaal's TH1 documentation.

drh 2009-09-21 15:08 trunk
Commit 109114baf4826a9d766622fc374dcd1b13bc9b63
2 files changed +3 -2 +10 -1
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -113,12 +113,13 @@
113113
114114
Each repository also defines scripts used to generate web pages for
115115
creating new tickets, viewing existing tickets, and modifying an
116116
existing ticket. These scripts consist of HTML with an embedded
117117
scripts written an a Tcl-like language called "TH1". Every new fossil
118
-repository is created with default scripts. There is currently no
119
-documentation on the TH1 language. Administrators wishing to
118
+repository is created with default scripts. Paul Ruizendaal has written
119
+documentation on the TH1 language that is available at
120
+[http://www.sqliteconcepts.org/THManual.pdf]. Administrators wishing to
120121
customize their ticket entry, viewing, and editing screens should
121122
modify the default scripts to suit their needs. These screen generator
122123
scripts are part of the local state of a repository and are not shared
123124
with other repositories during a sync, push, or pull.
124125
125126
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -113,12 +113,13 @@
113
114 Each repository also defines scripts used to generate web pages for
115 creating new tickets, viewing existing tickets, and modifying an
116 existing ticket. These scripts consist of HTML with an embedded
117 scripts written an a Tcl-like language called "TH1". Every new fossil
118 repository is created with default scripts. There is currently no
119 documentation on the TH1 language. Administrators wishing to
 
120 customize their ticket entry, viewing, and editing screens should
121 modify the default scripts to suit their needs. These screen generator
122 scripts are part of the local state of a repository and are not shared
123 with other repositories during a sync, push, or pull.
124
125
--- www/bugtheory.wiki
+++ www/bugtheory.wiki
@@ -113,12 +113,13 @@
113
114 Each repository also defines scripts used to generate web pages for
115 creating new tickets, viewing existing tickets, and modifying an
116 existing ticket. These scripts consist of HTML with an embedded
117 scripts written an a Tcl-like language called "TH1". Every new fossil
118 repository is created with default scripts. Paul Ruizendaal has written
119 documentation on the TH1 language that is available at
120 [http://www.sqliteconcepts.org/THManual.pdf]. Administrators wishing to
121 customize their ticket entry, viewing, and editing screens should
122 modify the default scripts to suit their needs. These screen generator
123 scripts are part of the local state of a repository and are not shared
124 with other repositories during a sync, push, or pull.
125
126
+10 -1
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,15 @@
2121
<li> [http://www.fossil-scm.org/download.html | Download]
2222
<li> [./build.wiki | Install]
2323
<li> [../COPYRIGHT-GPL2.txt | License]
2424
<li> [/timeline | Recent changes]
2525
<li> [./faq.wiki | FAQ]
26
+<li> Mailing list
27
+ <ul>
28
+ <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up]
29
+ <li> [http://www.mail-archive.com/[email protected] | archives]
30
+ <ul>
2631
</ul>
2732
</td></tr>
2833
<tr><td>
2934
<center><img src="fossil3.gif"></center>
3035
</td></tr>
@@ -106,17 +111,21 @@
106111
to do it using fossil.
107112
* The [./selfcheck.wiki | automatic self-check] mechanism
108113
helps insure project integrity.
109114
* Fossil contains a [./wikitheory.wiki | built-in wiki].
110115
* There is a
111
- [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list]
116
+ [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] (with publically readable
117
+ [http://www.mail-archive.com/[email protected] | archives]
112118
available for discussing fossil issues.
113119
* [./stats.wiki | Performance statistics] taken from real-world projects
114120
hosted on fossil.
115121
* How to [./shunning.wiki | delete content] from a fossil repository.
116122
* Some (unfinished but expanding) extended
117123
[./reference.wiki | reference documentation] for the fossil command line.
124
+ * Documentation on the
125
+ [http://www.sqliteconcepts.org/THManual.pdf | TH1 Script Language] used
126
+ to configure the ticketing subsystem.
118127
119128
<h3>Links For Fossil Developer:</h3>
120129
121130
* [./pop.wiki | Principles Of Operation]
122131
* The [./fileformat.wiki | file format] used by every content
123132
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,15 @@
21 <li> [http://www.fossil-scm.org/download.html | Download]
22 <li> [./build.wiki | Install]
23 <li> [../COPYRIGHT-GPL2.txt | License]
24 <li> [/timeline | Recent changes]
25 <li> [./faq.wiki | FAQ]
 
 
 
 
 
26 </ul>
27 </td></tr>
28 <tr><td>
29 <center><img src="fossil3.gif"></center>
30 </td></tr>
@@ -106,17 +111,21 @@
106 to do it using fossil.
107 * The [./selfcheck.wiki | automatic self-check] mechanism
108 helps insure project integrity.
109 * Fossil contains a [./wikitheory.wiki | built-in wiki].
110 * There is a
111 [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list]
 
112 available for discussing fossil issues.
113 * [./stats.wiki | Performance statistics] taken from real-world projects
114 hosted on fossil.
115 * How to [./shunning.wiki | delete content] from a fossil repository.
116 * Some (unfinished but expanding) extended
117 [./reference.wiki | reference documentation] for the fossil command line.
 
 
 
118
119 <h3>Links For Fossil Developer:</h3>
120
121 * [./pop.wiki | Principles Of Operation]
122 * The [./fileformat.wiki | file format] used by every content
123
--- www/index.wiki
+++ www/index.wiki
@@ -21,10 +21,15 @@
21 <li> [http://www.fossil-scm.org/download.html | Download]
22 <li> [./build.wiki | Install]
23 <li> [../COPYRIGHT-GPL2.txt | License]
24 <li> [/timeline | Recent changes]
25 <li> [./faq.wiki | FAQ]
26 <li> Mailing list
27 <ul>
28 <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up]
29 <li> [http://www.mail-archive.com/[email protected] | archives]
30 <ul>
31 </ul>
32 </td></tr>
33 <tr><td>
34 <center><img src="fossil3.gif"></center>
35 </td></tr>
@@ -106,17 +111,21 @@
111 to do it using fossil.
112 * The [./selfcheck.wiki | automatic self-check] mechanism
113 helps insure project integrity.
114 * Fossil contains a [./wikitheory.wiki | built-in wiki].
115 * There is a
116 [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] (with publically 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 * Some (unfinished but expanding) extended
123 [./reference.wiki | reference documentation] for the fossil command line.
124 * Documentation on the
125 [http://www.sqliteconcepts.org/THManual.pdf | TH1 Script Language] used
126 to configure the ticketing subsystem.
127
128 <h3>Links For Fossil Developer:</h3>
129
130 * [./pop.wiki | Principles Of Operation]
131 * The [./fileformat.wiki | file format] used by every content
132

Keyboard Shortcuts

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