Fossil SCM
Added a permuted documentation index.
Commit
169a10dd5e2d4589925c08765bef7c320d0ca9f4
Parent
bbbb35a3c68f96f…
13 files changed
+2
-4
+2
-2
+2
-1
+2
-3
+2
-3
+1
+3
+23
-1
+1
-1
+1
-1
+2
-1
+2
-1
+2
-4
| --- www/branching.wiki | ||
| +++ www/branching.wiki | ||
| @@ -1,9 +1,7 @@ | ||
| 1 | -<title>Fossil Documentation</title> | |
| 2 | -<h1 align="center"> | |
| 3 | -Branching, Forking, Merging, and Tagging | |
| 4 | -</h1> | |
| 1 | +<title>Branching, Forking, Merging, and Tagging</title> | |
| 2 | +<h2>Background</h2> | |
| 5 | 3 | |
| 6 | 4 | In a simple and perfect world, the development of a project would proceed |
| 7 | 5 | linearly, as shown in figure 1. |
| 8 | 6 | |
| 9 | 7 | <center><table border=1 cellpadding=10 hspace=10 vspace=10> |
| 10 | 8 |
| --- www/branching.wiki | |
| +++ www/branching.wiki | |
| @@ -1,9 +1,7 @@ | |
| 1 | <title>Fossil Documentation</title> |
| 2 | <h1 align="center"> |
| 3 | Branching, Forking, Merging, and Tagging |
| 4 | </h1> |
| 5 | |
| 6 | In a simple and perfect world, the development of a project would proceed |
| 7 | linearly, as shown in figure 1. |
| 8 | |
| 9 | <center><table border=1 cellpadding=10 hspace=10 vspace=10> |
| 10 |
| --- www/branching.wiki | |
| +++ www/branching.wiki | |
| @@ -1,9 +1,7 @@ | |
| 1 | <title>Branching, Forking, Merging, and Tagging</title> |
| 2 | <h2>Background</h2> |
| 3 | |
| 4 | In a simple and perfect world, the development of a project would proceed |
| 5 | linearly, as shown in figure 1. |
| 6 | |
| 7 | <center><table border=1 cellpadding=10 hspace=10 vspace=10> |
| 8 |
+2
-2
| --- www/bugtheory.wiki | ||
| +++ www/bugtheory.wiki | ||
| @@ -1,7 +1,7 @@ | ||
| 1 | -<title>Fossil Documentation</title> | |
| 2 | -<h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1> | |
| 1 | +<title>Bug-Tracking In Fossil</title> | |
| 2 | +<h2>Introduction</h2> | |
| 3 | 3 | |
| 4 | 4 | A bug-report in fossil is called a "ticket". Tickets are tracked |
| 5 | 5 | separately from code check-ins. |
| 6 | 6 | |
| 7 | 7 | Some other distributed bug-tracking systems store tickets as files within |
| 8 | 8 |
| --- www/bugtheory.wiki | |
| +++ www/bugtheory.wiki | |
| @@ -1,7 +1,7 @@ | |
| 1 | <title>Fossil Documentation</title> |
| 2 | <h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1> |
| 3 | |
| 4 | A bug-report in fossil is called a "ticket". Tickets are tracked |
| 5 | separately from code check-ins. |
| 6 | |
| 7 | Some other distributed bug-tracking systems store tickets as files within |
| 8 |
| --- www/bugtheory.wiki | |
| +++ www/bugtheory.wiki | |
| @@ -1,7 +1,7 @@ | |
| 1 | <title>Bug-Tracking In Fossil</title> |
| 2 | <h2>Introduction</h2> |
| 3 | |
| 4 | A bug-report in fossil is called a "ticket". Tickets are tracked |
| 5 | separately from code check-ins. |
| 6 | |
| 7 | Some other distributed bug-tracking systems store tickets as files within |
| 8 |
+2
-1
| --- www/custom_ticket.wiki | ||
| +++ www/custom_ticket.wiki | ||
| @@ -1,7 +1,8 @@ | ||
| 1 | +<title>Customizing The Ticket System</title> | |
| 1 | 2 | <nowiki> |
| 2 | -<h1 align="center">Customizing The Ticket System</h1> | |
| 3 | +<h2>Introduction</h2> | |
| 3 | 4 | <p> |
| 4 | 5 | This guide will explain how to add the "assigned_to" and "submitted_by" fields |
| 5 | 6 | to the ticket system in Fossil, as well as making the system more useful. You |
| 6 | 7 | must have "admin" access to the repository to implement these instructions. |
| 7 | 8 | </p> |
| 8 | 9 |
| --- www/custom_ticket.wiki | |
| +++ www/custom_ticket.wiki | |
| @@ -1,7 +1,8 @@ | |
| 1 | <nowiki> |
| 2 | <h1 align="center">Customizing The Ticket System</h1> |
| 3 | <p> |
| 4 | This guide will explain how to add the "assigned_to" and "submitted_by" fields |
| 5 | to the ticket system in Fossil, as well as making the system more useful. You |
| 6 | must have "admin" access to the repository to implement these instructions. |
| 7 | </p> |
| 8 |
| --- www/custom_ticket.wiki | |
| +++ www/custom_ticket.wiki | |
| @@ -1,7 +1,8 @@ | |
| 1 | <title>Customizing The Ticket System</title> |
| 2 | <nowiki> |
| 3 | <h2>Introduction</h2> |
| 4 | <p> |
| 5 | This guide will explain how to add the "assigned_to" and "submitted_by" fields |
| 6 | to the ticket system in Fossil, as well as making the system more useful. You |
| 7 | must have "admin" access to the repository to implement these instructions. |
| 8 | </p> |
| 9 |
+2
-3
| --- www/delta_encoder_algorithm.wiki | ||
| +++ www/delta_encoder_algorithm.wiki | ||
| @@ -1,9 +1,8 @@ | ||
| 1 | +<title>Fossil Delta Encoding Algorithm</title> | |
| 1 | 2 | <nowiki> |
| 2 | -<h1 align="center"> | |
| 3 | -Fossil Delta Encoding Algorithm | |
| 4 | -</h1> | |
| 3 | +<h2>Abstract</h2> | |
| 5 | 4 | |
| 6 | 5 | <p>A key component for the efficient storage of multiple revisions of |
| 7 | 6 | a file in fossil repositories is the use of delta-compression, i.e. to |
| 8 | 7 | store only the changes between revisions instead of the whole |
| 9 | 8 | file.</p> |
| 10 | 9 |
| --- www/delta_encoder_algorithm.wiki | |
| +++ www/delta_encoder_algorithm.wiki | |
| @@ -1,9 +1,8 @@ | |
| 1 | <nowiki> |
| 2 | <h1 align="center"> |
| 3 | Fossil Delta Encoding Algorithm |
| 4 | </h1> |
| 5 | |
| 6 | <p>A key component for the efficient storage of multiple revisions of |
| 7 | a file in fossil repositories is the use of delta-compression, i.e. to |
| 8 | store only the changes between revisions instead of the whole |
| 9 | file.</p> |
| 10 |
| --- www/delta_encoder_algorithm.wiki | |
| +++ www/delta_encoder_algorithm.wiki | |
| @@ -1,9 +1,8 @@ | |
| 1 | <title>Fossil Delta Encoding Algorithm</title> |
| 2 | <nowiki> |
| 3 | <h2>Abstract</h2> |
| 4 | |
| 5 | <p>A key component for the efficient storage of multiple revisions of |
| 6 | a file in fossil repositories is the use of delta-compression, i.e. to |
| 7 | store only the changes between revisions instead of the whole |
| 8 | file.</p> |
| 9 |
+2
-3
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -1,9 +1,8 @@ | ||
| 1 | +<title>Fossil Delta Format</title> | |
| 1 | 2 | <nowiki> |
| 2 | -<h1 align="center"> | |
| 3 | -Fossil Delta Format | |
| 4 | -</h1> | |
| 3 | +<h2>Abstract</h2> | |
| 5 | 4 | |
| 6 | 5 | <p>Fossil achieves efficient storage and low-bandwidth synchronization |
| 7 | 6 | through the use of delta-compression. Instead of storing |
| 8 | 7 | or transmitting the complete content of an artifact, fossil stores or |
| 9 | 8 | transmits only the changes relative to a related artifact. |
| 10 | 9 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -1,9 +1,8 @@ | |
| 1 | <nowiki> |
| 2 | <h1 align="center"> |
| 3 | Fossil Delta Format |
| 4 | </h1> |
| 5 | |
| 6 | <p>Fossil achieves efficient storage and low-bandwidth synchronization |
| 7 | through the use of delta-compression. Instead of storing |
| 8 | or transmitting the complete content of an artifact, fossil stores or |
| 9 | transmits only the changes relative to a related artifact. |
| 10 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -1,9 +1,8 @@ | |
| 1 | <title>Fossil Delta Format</title> |
| 2 | <nowiki> |
| 3 | <h2>Abstract</h2> |
| 4 | |
| 5 | <p>Fossil achieves efficient storage and low-bandwidth synchronization |
| 6 | through the use of delta-compression. Instead of storing |
| 7 | or transmitting the complete content of an artifact, fossil stores or |
| 8 | transmits only the changes relative to a related artifact. |
| 9 |
+1
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -21,10 +21,11 @@ | ||
| 21 | 21 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 22 | 22 | <li> [./build.wiki | Install] |
| 23 | 23 | <li> [../COPYRIGHT-BSD2.txt | License] |
| 24 | 24 | <li> [/timeline | Recent changes] |
| 25 | 25 | <li> [./faq.wiki | FAQ] |
| 26 | +<li> [./permutedindex.wiki | Doc Index] | |
| 26 | 27 | <li> Mailing list |
| 27 | 28 | <ul> |
| 28 | 29 | <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up] |
| 29 | 30 | <li> [http://www.mail-archive.com/[email protected] | archives] |
| 30 | 31 | <ul> |
| 31 | 32 | |
| 32 | 33 | ADDED www/mkindex.tcl |
| 33 | 34 | ADDED www/permutedindex.wiki |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -21,10 +21,11 @@ | |
| 21 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 22 | <li> [./build.wiki | Install] |
| 23 | <li> [../COPYRIGHT-BSD2.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 | |
| 32 | DDED www/mkindex.tcl |
| 33 | DDED www/permutedindex.wiki |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -21,10 +21,11 @@ | |
| 21 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 22 | <li> [./build.wiki | Install] |
| 23 | <li> [../COPYRIGHT-BSD2.txt | License] |
| 24 | <li> [/timeline | Recent changes] |
| 25 | <li> [./faq.wiki | FAQ] |
| 26 | <li> [./permutedindex.wiki | Doc Index] |
| 27 | <li> Mailing list |
| 28 | <ul> |
| 29 | <li> [http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | sign-up] |
| 30 | <li> [http://www.mail-archive.com/[email protected] | archives] |
| 31 | <ul> |
| 32 | |
| 33 | DDED www/mkindex.tcl |
| 34 | DDED www/permutedindex.wiki |
+3
| --- a/www/mkindex.tcl | ||
| +++ b/www/mkindex.tcl | ||
| @@ -0,0 +1,3 @@ | ||
| 1 | +—puts"<nowiki>" | |
| 2 | +puts"</ul>" | |
| 3 | +ync |
| --- a/www/mkindex.tcl | |
| +++ b/www/mkindex.tcl | |
| @@ -0,0 +1,3 @@ | |
| --- a/www/mkindex.tcl | |
| +++ b/www/mkindex.tcl | |
| @@ -0,0 +1,3 @@ | |
| 1 | —puts"<nowiki>" |
| 2 | puts"</ul>" |
| 3 | ync |
+23
| --- a/www/permutedindex.wiki | ||
| +++ b/www/permutedindex.wiki | ||
| @@ -0,0 +1,23 @@ | ||
| 1 | +<title>Permuted ildbuildBui<nowiki | |
| 2 | + Of———————foss-Checklist muted ildbuildBui<nowiki | |
| 3 | + riticisms —— SQLite�� From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki | |
| 4 | + Of———�<title>title>Permuted ildbuildBui<nowiki | |
| 5 | + Of——> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——.wiki">Asked Questions —>Permuted ildbuildBui<nowiki | |
| 6 | + ld— Fossil Fil—— From Gileting —BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticm Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki | |
| 7 | + Of———�<title>title>Permuted ildbuildBui<nowiki | |
| 8 | + Of———————foss-CheckDeletmentation —theory1.wiki"�� Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA Builui<dbuildBui<nowmentation —theory1.wimuted ildbuildBui<nowiki | |
| 9 | + "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— I>Asked Questions —>Permuted ildbuildBui<nowiki | |
| 10 | + Of———�<title>title>Permuted ildbuildBui<nowiki | |
| 11 | + l—— From Gileting —— —— —<title>Permuted ildbuildBui<nowiki | |
| 12 | + Of———————foss-Checklist — <ttA BuildbuChecks — Self�ingDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki | |
| 13 | + Of———�<title>title>Permuted ildbuildBui<nowiki | |
| 14 | + Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki | |
| 15 | + Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<dbuildBui<nowiki | |
| 16 | + Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —�Bui<nowiki | |
| 17 | + "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— I>Asked Questions —>Permuted ildbuildBui<nowiki | |
| 18 | + � SQLitehunningDeletitle>Permuted iluildBui<nowiki | |
| 19 | + Of———————foss-Checklist mutedtion —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki | |
| 20 | + Of———�<title>title>Permuted ildbuildBui<nowiki | |
| 21 | + Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki | |
| 22 | + Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<dbuildBui<nowiki | |
| 23 | + Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQ1;�———foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc—————Documentateory1.wiki">DVCS—�foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— FldBuildBuildild— F |
| --- a/www/permutedindex.wiki | |
| +++ b/www/permutedindex.wiki | |
| @@ -0,0 +1,23 @@ | |
| --- a/www/permutedindex.wiki | |
| +++ b/www/permutedindex.wiki | |
| @@ -0,0 +1,23 @@ | |
| 1 | <title>Permuted ildbuildBui<nowiki |
| 2 | Of———————foss-Checklist muted ildbuildBui<nowiki |
| 3 | riticisms —— SQLite�� From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki |
| 4 | Of———�<title>title>Permuted ildbuildBui<nowiki |
| 5 | Of——> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——.wiki">Asked Questions —>Permuted ildbuildBui<nowiki |
| 6 | ld— Fossil Fil—— From Gileting —BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticm Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki |
| 7 | Of———�<title>title>Permuted ildbuildBui<nowiki |
| 8 | Of———————foss-CheckDeletmentation —theory1.wiki"�� Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA Builui<dbuildBui<nowmentation —theory1.wimuted ildbuildBui<nowiki |
| 9 | "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— I>Asked Questions —>Permuted ildbuildBui<nowiki |
| 10 | Of———�<title>title>Permuted ildbuildBui<nowiki |
| 11 | l—— From Gileting —— —— —<title>Permuted ildbuildBui<nowiki |
| 12 | Of———————foss-Checklist — <ttA BuildbuChecks — Self�ingDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki |
| 13 | Of———�<title>title>Permuted ildbuildBui<nowiki |
| 14 | Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki |
| 15 | Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<dbuildBui<nowiki |
| 16 | Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —�Bui<nowiki |
| 17 | "> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— I>Asked Questions —>Permuted ildbuildBui<nowiki |
| 18 | � SQLitehunningDeletitle>Permuted iluildBui<nowiki |
| 19 | Of———————foss-Checklist mutedtion —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<nowiki |
| 20 | Of———�<title>title>Permuted ildbuildBui<nowiki |
| 21 | Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunowiki |
| 22 | Of———————foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— Fossil Fil—— From Git �— aq.wiki">Asked Questions —>Permuted ildbuildBui<dbuildBui<nowiki |
| 23 | Cods-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQ1;�———foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc—————Documentateory1.wiki">DVCS—�foss-Checklist — <ttA BuildbuChecks — Self— Contribut— Sourc————private.wiki"> BranchqandcCriticisms —— SQLitehunningDeleting —— —— ———Documentation —theory1.wiki">DVCS—�——— Import——<ttA BuildbuildBuildBuildild— FldBuildBuildild— F |
-1
| --- www/selfhost.wiki | ||
| +++ www/selfhost.wiki | ||
| @@ -1,7 +1,6 @@ | ||
| 1 | 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | -<h1 align="center">Fossil Self-Hosting Repositories</h1> | |
| 3 | 2 | |
| 4 | 3 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 5 | 4 | there are three publicly accessible repositories for the Fossil source code: |
| 6 | 5 | |
| 7 | 6 | 1. [http://www.fossil-scm.org/] |
| 8 | 7 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -1,7 +1,6 @@ | |
| 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | <h1 align="center">Fossil Self-Hosting Repositories</h1> |
| 3 | |
| 4 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 5 | there are three publicly accessible repositories for the Fossil source code: |
| 6 | |
| 7 | 1. [http://www.fossil-scm.org/] |
| 8 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -1,7 +1,6 @@ | |
| 1 | <title>Fossil Self-Hosting Repositories</title> |
| 2 | |
| 3 | Fossil has self-hosted since 2007-07-21. As of this writing (2009-08-24) |
| 4 | there are three publicly accessible repositories for the Fossil source code: |
| 5 | |
| 6 | 1. [http://www.fossil-scm.org/] |
| 7 |
+1
-1
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -1,7 +1,7 @@ | ||
| 1 | +<title>How To Configure A Fossil Server</title> | |
| 1 | 2 | <nowiki> |
| 2 | -<h1 align="center">Server Setup Guide</h1> | |
| 3 | 3 | <p>This guide is intended to help guide you in setting up a Fossil server.</p> |
| 4 | 4 | |
| 5 | 5 | <h2>Standalone server</h2><blockquote> |
| 6 | 6 | The easiest way to set up a Fossil server is to use the <tt>server</tt> or |
| 7 | 7 | <tt>ui</tt> command. Assuming the repository you are interested in serving is |
| 8 | 8 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -1,7 +1,7 @@ | |
| 1 | <nowiki> |
| 2 | <h1 align="center">Server Setup Guide</h1> |
| 3 | <p>This guide is intended to help guide you in setting up a Fossil server.</p> |
| 4 | |
| 5 | <h2>Standalone server</h2><blockquote> |
| 6 | The easiest way to set up a Fossil server is to use the <tt>server</tt> or |
| 7 | <tt>ui</tt> command. Assuming the repository you are interested in serving is |
| 8 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -1,7 +1,7 @@ | |
| 1 | <title>How To Configure A Fossil Server</title> |
| 2 | <nowiki> |
| 3 | <p>This guide is intended to help guide you in setting up a Fossil server.</p> |
| 4 | |
| 5 | <h2>Standalone server</h2><blockquote> |
| 6 | The easiest way to set up a Fossil server is to use the <tt>server</tt> or |
| 7 | <tt>ui</tt> command. Assuming the repository you are interested in serving is |
| 8 |
+1
-1
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -1,6 +1,6 @@ | ||
| 1 | -<h1 align="center">The Fossil Sync Protocol</h1> | |
| 1 | +<title>The Fossil Sync Protocol</title> | |
| 2 | 2 | |
| 3 | 3 | <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b> |
| 4 | 4 | for transferring information from one repository to another. The |
| 5 | 5 | command is run on the client repository. A URL for the server repository |
| 6 | 6 | is specified as part of the command. This document describes what happens |
| 7 | 7 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -1,6 +1,6 @@ | |
| 1 | <h1 align="center">The Fossil Sync Protocol</h1> |
| 2 | |
| 3 | <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b> |
| 4 | for transferring information from one repository to another. The |
| 5 | command is run on the client repository. A URL for the server repository |
| 6 | is specified as part of the command. This document describes what happens |
| 7 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -1,6 +1,6 @@ | |
| 1 | <title>The Fossil Sync Protocol</title> |
| 2 | |
| 3 | <p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b> |
| 4 | for transferring information from one repository to another. The |
| 5 | command is run on the client repository. A URL for the server repository |
| 6 | is specified as part of the command. This document describes what happens |
| 7 |
+2
-1
| --- www/webui.wiki | ||
| +++ www/webui.wiki | ||
| @@ -1,6 +1,7 @@ | ||
| 1 | -<h1 align="center">The Fossil Web Interface</h1> | |
| 1 | +<title>The Fossil Web Interface</title> | |
| 2 | +<h2>Overview</h2> | |
| 2 | 3 | |
| 3 | 4 | One of the innovative features of fossil is its built-in web interface. |
| 4 | 5 | This web interface provides everything you need to run a software |
| 5 | 6 | development project: |
| 6 | 7 | |
| 7 | 8 |
| --- www/webui.wiki | |
| +++ www/webui.wiki | |
| @@ -1,6 +1,7 @@ | |
| 1 | <h1 align="center">The Fossil Web Interface</h1> |
| 2 | |
| 3 | One of the innovative features of fossil is its built-in web interface. |
| 4 | This web interface provides everything you need to run a software |
| 5 | development project: |
| 6 | |
| 7 |
| --- www/webui.wiki | |
| +++ www/webui.wiki | |
| @@ -1,6 +1,7 @@ | |
| 1 | <title>The Fossil Web Interface</title> |
| 2 | <h2>Overview</h2> |
| 3 | |
| 4 | One of the innovative features of fossil is its built-in web interface. |
| 5 | This web interface provides everything you need to run a software |
| 6 | development project: |
| 7 | |
| 8 |
+2
-1
| --- www/wikitheory.wiki | ||
| +++ www/wikitheory.wiki | ||
| @@ -1,6 +1,7 @@ | ||
| 1 | -<h1>Wiki In [./index.wiki | Fossil]</h1> | |
| 1 | +<title>Wiki In Fossil</title> | |
| 2 | +<h2>Introduction</h2> | |
| 2 | 3 | |
| 3 | 4 | Fossil uses [/wiki_rules | wiki markup] for many things: |
| 4 | 5 | |
| 5 | 6 | * Stand-alone wiki pages. |
| 6 | 7 | * Description and comments in [./bugtheory.wiki | bug reports]. |
| 7 | 8 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -1,6 +1,7 @@ | |
| 1 | <h1>Wiki In [./index.wiki | Fossil]</h1> |
| 2 | |
| 3 | Fossil uses [/wiki_rules | wiki markup] for many things: |
| 4 | |
| 5 | * Stand-alone wiki pages. |
| 6 | * Description and comments in [./bugtheory.wiki | bug reports]. |
| 7 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -1,6 +1,7 @@ | |
| 1 | <title>Wiki In Fossil</title> |
| 2 | <h2>Introduction</h2> |
| 3 | |
| 4 | Fossil uses [/wiki_rules | wiki markup] for many things: |
| 5 | |
| 6 | * Stand-alone wiki pages. |
| 7 | * Description and comments in [./bugtheory.wiki | bug reports]. |
| 8 |