Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fox typo in documentation, as reported [forum:/forumpost/599f8ad48e|on the forum]. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1764410aabe5c763719f261f9b3e0d00 |
User & Date: | drh 2021-11-27 12:05:08 |
Context
2021-11-28
| ||
14:03 | Removed dead wikipedia link from interwiki.md, reported in [forum:295d5bcc8b | forum post 295d5bcc8b]. ... (check-in: d5f322ef46 user: stephan tags: trunk) | |
2021-11-27
| ||
12:05 | Fox typo in documentation, as reported [forum:/forumpost/599f8ad48e|on the forum]. ... (check-in: 1764410aab user: drh tags: trunk) | |
2021-11-22
| ||
16:12 | Update the built-in SQLite to the first 3.37.0 beta. ... (check-in: f96e9dfad3 user: drh tags: trunk) | |
Changes
Changes to www/newrepo.wiki.
︙ | ︙ | |||
110 111 112 113 114 115 116 | a branch or experimental code. Making your repository available over the web is trivial to do. We assume you have some web space where you can store your fossil file and run a CGI script. If not, then this option is not for you. If you do, then here's how... | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | a branch or experimental code. Making your repository available over the web is trivial to do. We assume you have some web space where you can store your fossil file and run a CGI script. If not, then this option is not for you. If you do, then here's how... Copy the fossil repository file to your web server (it doesn't matter where, really). In your <tt>cgi-bin</tt> (or equivalent) directory, create a file which looks like this: <verbatim> #!/path/to/fossil |
︙ | ︙ |