Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Various documentation typo fixes. Remove the link to the (now obsolete) Fossil mailing list archive from the front page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b45da258cbbc2d8ca25bc6ffe7ff32b6 |
User & Date: | drh 2020-02-08 17:53:35.227 |
Context
2020-02-10
| ||
08:32 | Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". ... (check-in: d87bf251 user: stephan tags: trunk) | |
2020-02-08
| ||
17:53 | Various documentation typo fixes. Remove the link to the (now obsolete) Fossil mailing list archive from the front page. ... (check-in: b45da258 user: drh tags: trunk) | |
16:43 | Updated stats and a typo fix in the technical overview document. ... (check-in: bcae8466 user: drh tags: trunk) | |
Changes
Changes to www/caps/index.md.
︙ | ︙ | |||
12 13 14 15 16 17 18 | This is a complex topic, so some sub-topics have their own documents: 1. [Login Groups][lg] 2. [Implementation Details](./impl.md) 3. [User Capability Reference](./ref.html) | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | This is a complex topic, so some sub-topics have their own documents: 1. [Login Groups][lg] 2. [Implementation Details](./impl.md) 3. [User Capability Reference](./ref.html) [an]: https://en.wikipedia.org/wiki/Alphanumeric [avs]: ./admin-v-setup.md [lg]: ./login-groups.md [rbac]: https://en.wikipedia.org/wiki/Role-based_access_control ## <a name="ucat"></a>User Categories |
︙ | ︙ |
Changes to www/index.wiki.
︙ | ︙ | |||
11 12 13 14 15 16 17 | <li> [./faq.wiki | FAQ] <li> [./changes.wiki | Change Log] <li> [./hacker-howto.wiki | Hacker How-To] <li> [./fossil-v-git.wiki | Fossil vs. Git] <li> [./hints.wiki | Tip & Hints] <li> [./permutedindex.html | Documentation Index] <li> [https://fossil-scm.org/forum | Forum ] | < | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <li> [./faq.wiki | FAQ] <li> [./changes.wiki | Change Log] <li> [./hacker-howto.wiki | Hacker How-To] <li> [./fossil-v-git.wiki | Fossil vs. Git] <li> [./hints.wiki | Tip & Hints] <li> [./permutedindex.html | Documentation Index] <li> [https://fossil-scm.org/forum | Forum ] </ul> <img src="fossil3.gif" align="center"> </div> <p>Fossil is a simple, high-reliability, distributed software configuration management system with these advanced features: |
︙ | ︙ |
Changes to www/server/whyuseaserver.wiki.
︙ | ︙ | |||
40 41 42 43 44 45 46 | without needing to actually sync to the device they are using. 4. <b>A server provides automatic off-site backups.</b><p> A Fossil server is an automatic remote backup for all the work going into a project. You can even set up multiple servers, at multiple sites, with automatic synchronization between them, for added redundancy. Such a set up means that no work is lost due | | | 40 41 42 43 44 45 46 47 | without needing to actually sync to the device they are using. 4. <b>A server provides automatic off-site backups.</b><p> A Fossil server is an automatic remote backup for all the work going into a project. You can even set up multiple servers, at multiple sites, with automatic synchronization between them, for added redundancy. Such a set up means that no work is lost due to a single machine failure. |