Fossil SCM
Update documentation to include links to the mailing list and mailing list archives and to Paul Ruizendaal's TH1 documentation.
Commit
109114baf4826a9d766622fc374dcd1b13bc9b63
Parent
fe57da72abef9d9…
2 files changed
+3
-2
+10
-1
+3
-2
| --- www/bugtheory.wiki | ||
| +++ www/bugtheory.wiki | ||
| @@ -113,12 +113,13 @@ | ||
| 113 | 113 | |
| 114 | 114 | Each repository also defines scripts used to generate web pages for |
| 115 | 115 | creating new tickets, viewing existing tickets, and modifying an |
| 116 | 116 | existing ticket. These scripts consist of HTML with an embedded |
| 117 | 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 | |
| 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 | |
| 120 | 121 | customize their ticket entry, viewing, and editing screens should |
| 121 | 122 | modify the default scripts to suit their needs. These screen generator |
| 122 | 123 | scripts are part of the local state of a repository and are not shared |
| 123 | 124 | with other repositories during a sync, push, or pull. |
| 124 | 125 | |
| 125 | 126 |
| --- 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 @@ | ||
| 21 | 21 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 22 | 22 | <li> [./build.wiki | Install] |
| 23 | 23 | <li> [../COPYRIGHT-GPL2.txt | License] |
| 24 | 24 | <li> [/timeline | Recent changes] |
| 25 | 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> | |
| 26 | 31 | </ul> |
| 27 | 32 | </td></tr> |
| 28 | 33 | <tr><td> |
| 29 | 34 | <center><img src="fossil3.gif"></center> |
| 30 | 35 | </td></tr> |
| @@ -106,17 +111,21 @@ | ||
| 106 | 111 | to do it using fossil. |
| 107 | 112 | * The [./selfcheck.wiki | automatic self-check] mechanism |
| 108 | 113 | helps insure project integrity. |
| 109 | 114 | * Fossil contains a [./wikitheory.wiki | built-in wiki]. |
| 110 | 115 | * 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] | |
| 112 | 118 | available for discussing fossil issues. |
| 113 | 119 | * [./stats.wiki | Performance statistics] taken from real-world projects |
| 114 | 120 | hosted on fossil. |
| 115 | 121 | * How to [./shunning.wiki | delete content] from a fossil repository. |
| 116 | 122 | * Some (unfinished but expanding) extended |
| 117 | 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. | |
| 118 | 127 | |
| 119 | 128 | <h3>Links For Fossil Developer:</h3> |
| 120 | 129 | |
| 121 | 130 | * [./pop.wiki | Principles Of Operation] |
| 122 | 131 | * The [./fileformat.wiki | file format] used by every content |
| 123 | 132 |
| --- 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 |