Fossil SCM
Added info about althttpd to footnote 2 in fossil-v-git.wiki, which gives details about the web serving configuration of fossil-scm.org.
Commit
5866461ef0feb1907940c40d0ede67cb699942d224c007ac79a1fa26e55ea6e4
Parent
977109d30893d72…
1 file changed
+11
-5
+11
-5
| --- www/fossil-v-git.wiki | ||
| +++ www/fossil-v-git.wiki | ||
| @@ -598,15 +598,21 @@ | ||
| 598 | 598 | for example. |
| 599 | 599 | |
| 600 | 600 | <li><p>The <tt>fossil-scm.org</tt> web site is actually hosted in |
| 601 | 601 | several parts, so that it is not strictly true that "everything" on |
| 602 | 602 | it is in the self-hosting Fossil project repo. The web forum is |
| 603 | - hosted as a separate Fossil repo from the code for administration | |
| 604 | - reasons, and the Download page content isn't normally sync'd with a | |
| 605 | - "<tt>fossil clone</tt>" command unless you add the "-u" option. | |
| 606 | - See the description of [./aboutdownload.wiki|how download is implemented] | |
| 607 | - for details. | |
| 603 | + hosted as [https://fossil-scm.org/forum/|a separate Fossil repo] | |
| 604 | + from the [https://fossil-scm.org/fossil/|main Fossil self-hosting | |
| 605 | + repo] for administration reasons, and the Download page content | |
| 606 | + isn't normally sync'd with a "<tt>fossil clone</tt>" command unless | |
| 607 | + you add the "-u" option. (See "[./aboutdownload.wiki|How the | |
| 608 | + Download Page Works]" for details.) There may also be some purely | |
| 609 | + static elements of the web site served via D. Richard Hipp's own | |
| 610 | + lightweight web server, | |
| 611 | + <tt>[https://sqlite.org/docsrc/doc/trunk/misc/althttpd.md|althttpd]</tt>, | |
| 612 | + which is configured as a front end to Fossil running in CGI mode on | |
| 613 | + these sites. | |
| 608 | 614 | |
| 609 | 615 | <li><p>Both Fossil and Git support |
| 610 | 616 | [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt> |
| 611 | 617 | files], a common way to allow drive-by contributions, but it's a |
| 612 | 618 | lossy contribution path for both systems. Unlike Git PRs and Fossil |
| 613 | 619 |
| --- www/fossil-v-git.wiki | |
| +++ www/fossil-v-git.wiki | |
| @@ -598,15 +598,21 @@ | |
| 598 | for example. |
| 599 | |
| 600 | <li><p>The <tt>fossil-scm.org</tt> web site is actually hosted in |
| 601 | several parts, so that it is not strictly true that "everything" on |
| 602 | it is in the self-hosting Fossil project repo. The web forum is |
| 603 | hosted as a separate Fossil repo from the code for administration |
| 604 | reasons, and the Download page content isn't normally sync'd with a |
| 605 | "<tt>fossil clone</tt>" command unless you add the "-u" option. |
| 606 | See the description of [./aboutdownload.wiki|how download is implemented] |
| 607 | for details. |
| 608 | |
| 609 | <li><p>Both Fossil and Git support |
| 610 | [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt> |
| 611 | files], a common way to allow drive-by contributions, but it's a |
| 612 | lossy contribution path for both systems. Unlike Git PRs and Fossil |
| 613 |
| --- www/fossil-v-git.wiki | |
| +++ www/fossil-v-git.wiki | |
| @@ -598,15 +598,21 @@ | |
| 598 | for example. |
| 599 | |
| 600 | <li><p>The <tt>fossil-scm.org</tt> web site is actually hosted in |
| 601 | several parts, so that it is not strictly true that "everything" on |
| 602 | it is in the self-hosting Fossil project repo. The web forum is |
| 603 | hosted as [https://fossil-scm.org/forum/|a separate Fossil repo] |
| 604 | from the [https://fossil-scm.org/fossil/|main Fossil self-hosting |
| 605 | repo] for administration reasons, and the Download page content |
| 606 | isn't normally sync'd with a "<tt>fossil clone</tt>" command unless |
| 607 | you add the "-u" option. (See "[./aboutdownload.wiki|How the |
| 608 | Download Page Works]" for details.) There may also be some purely |
| 609 | static elements of the web site served via D. Richard Hipp's own |
| 610 | lightweight web server, |
| 611 | <tt>[https://sqlite.org/docsrc/doc/trunk/misc/althttpd.md|althttpd]</tt>, |
| 612 | which is configured as a front end to Fossil running in CGI mode on |
| 613 | these sites. |
| 614 | |
| 615 | <li><p>Both Fossil and Git support |
| 616 | [https://en.wikipedia.org/wiki/Patch_(Unix)|<tt>patch(1)</tt> |
| 617 | files], a common way to allow drive-by contributions, but it's a |
| 618 | lossy contribution path for both systems. Unlike Git PRs and Fossil |
| 619 |