Fossil SCM
Added the "Performance Statistics" page to the embedded documentation.
Commit
2cc95180a0a430447a11a5b181708a37a2de8efe
Parent
ac03d433483d337…
2 files changed
+5
-1
+2
+5
-1
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -35,17 +35,19 @@ | ||
| 35 | 35 | * Built-in [./webui.wiki | web interface] that supports deep |
| 36 | 36 | archaeological digs through the project history. |
| 37 | 37 | * All network communication via HTTP with |
| 38 | 38 | [./quickstart.wiki#proxy | proxy support] |
| 39 | 39 | so that everything works from behind restrictive firewalls. |
| 40 | + Communication is [./stats.wiki | bandwidth-efficient]. | |
| 40 | 41 | * Everything (client, server, and utilities) is included in a |
| 41 | 42 | single self-contained executable - trivial to install |
| 42 | 43 | * Server runs as [./quickstart.wiki#cgiserver | CGI], using |
| 43 | 44 | [./quickstart.wiki#inetdserver | inetd/xinetd] |
| 44 | 45 | or using its own |
| 45 | 46 | [./quickstart.wiki#serversetup | built-in, stand alone web server]. |
| 46 | - * An entire project contained in single disk file | |
| 47 | + * An entire project contained in single | |
| 48 | + [./stats.wiki | compact] disk file | |
| 47 | 49 | (an [http://www.sqlite.org/ | SQLite] database.) |
| 48 | 50 | * Uses an [./fileformat.wiki | enduring file format] that is |
| 49 | 51 | designed to be readable, searchable, and extensible by people |
| 50 | 52 | not yet born. |
| 51 | 53 | * Automatic [./selfcheck.wiki | self-check] |
| @@ -71,10 +73,12 @@ | ||
| 71 | 73 | helps insure project integrity. |
| 72 | 74 | * Fossil contains a [./wikitheory.wiki | built-in wiki]. |
| 73 | 75 | * There is a |
| 74 | 76 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 75 | 77 | available for discussing fossil issues. |
| 78 | + * [./stats.wiki | Performance statistics] taken from real-world projects | |
| 79 | + hosted on fossil. | |
| 76 | 80 | * Some (unfinished but expanding) extended |
| 77 | 81 | [./reference.wiki | reference documentation] for the fossil command line. |
| 78 | 82 | |
| 79 | 83 | <b>Developer Links:</b> |
| 80 | 84 | |
| 81 | 85 | |
| 82 | 86 | ADDED www/stats.wiki |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -35,17 +35,19 @@ | |
| 35 | * Built-in [./webui.wiki | web interface] that supports deep |
| 36 | archaeological digs through the project history. |
| 37 | * All network communication via HTTP with |
| 38 | [./quickstart.wiki#proxy | proxy support] |
| 39 | so that everything works from behind restrictive firewalls. |
| 40 | * Everything (client, server, and utilities) is included in a |
| 41 | single self-contained executable - trivial to install |
| 42 | * Server runs as [./quickstart.wiki#cgiserver | CGI], using |
| 43 | [./quickstart.wiki#inetdserver | inetd/xinetd] |
| 44 | or using its own |
| 45 | [./quickstart.wiki#serversetup | built-in, stand alone web server]. |
| 46 | * An entire project contained in single disk file |
| 47 | (an [http://www.sqlite.org/ | SQLite] database.) |
| 48 | * Uses an [./fileformat.wiki | enduring file format] that is |
| 49 | designed to be readable, searchable, and extensible by people |
| 50 | not yet born. |
| 51 | * Automatic [./selfcheck.wiki | self-check] |
| @@ -71,10 +73,12 @@ | |
| 71 | helps insure project integrity. |
| 72 | * Fossil contains a [./wikitheory.wiki | built-in wiki]. |
| 73 | * There is a |
| 74 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 75 | available for discussing fossil issues. |
| 76 | * Some (unfinished but expanding) extended |
| 77 | [./reference.wiki | reference documentation] for the fossil command line. |
| 78 | |
| 79 | <b>Developer Links:</b> |
| 80 | |
| 81 | |
| 82 | DDED www/stats.wiki |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -35,17 +35,19 @@ | |
| 35 | * Built-in [./webui.wiki | web interface] that supports deep |
| 36 | archaeological digs through the project history. |
| 37 | * All network communication via HTTP with |
| 38 | [./quickstart.wiki#proxy | proxy support] |
| 39 | so that everything works from behind restrictive firewalls. |
| 40 | Communication is [./stats.wiki | bandwidth-efficient]. |
| 41 | * Everything (client, server, and utilities) is included in a |
| 42 | single self-contained executable - trivial to install |
| 43 | * Server runs as [./quickstart.wiki#cgiserver | CGI], using |
| 44 | [./quickstart.wiki#inetdserver | inetd/xinetd] |
| 45 | or using its own |
| 46 | [./quickstart.wiki#serversetup | built-in, stand alone web server]. |
| 47 | * An entire project contained in single |
| 48 | [./stats.wiki | compact] disk file |
| 49 | (an [http://www.sqlite.org/ | SQLite] database.) |
| 50 | * Uses an [./fileformat.wiki | enduring file format] that is |
| 51 | designed to be readable, searchable, and extensible by people |
| 52 | not yet born. |
| 53 | * Automatic [./selfcheck.wiki | self-check] |
| @@ -71,10 +73,12 @@ | |
| 73 | helps insure project integrity. |
| 74 | * Fossil contains a [./wikitheory.wiki | built-in wiki]. |
| 75 | * There is a |
| 76 | [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list] |
| 77 | available for discussing fossil issues. |
| 78 | * [./stats.wiki | Performance statistics] taken from real-world projects |
| 79 | hosted on fossil. |
| 80 | * Some (unfinished but expanding) extended |
| 81 | [./reference.wiki | reference documentation] for the fossil command line. |
| 82 | |
| 83 | <b>Developer Links:</b> |
| 84 | |
| 85 | |
| 86 | DDED www/stats.wiki |
+2
| --- a/www/stats.wiki | ||
| +++ b/www/stats.wiki | ||
| @@ -0,0 +1,2 @@ | ||
| 1 | +<h1asuri.tk total, hardly | |
| 2 | +worth meas oall of thsbase |
| --- a/www/stats.wiki | |
| +++ b/www/stats.wiki | |
| @@ -0,0 +1,2 @@ | |
| --- a/www/stats.wiki | |
| +++ b/www/stats.wiki | |
| @@ -0,0 +1,2 @@ | |
| 1 | <h1asuri.tk total, hardly |
| 2 | worth meas oall of thsbase |