Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in The Fossil Sync Protocol document. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
39d6fc72a58f998194b55398e3c99fe2 |
| User & Date: | drh 2017-03-25 01:47:09.185 |
Context
|
2017-03-25
| ||
| 02:20 | Fix minor typos and add helpful hyperlinks in some of the documentation. check-in: a0ce33c90b user: drh tags: trunk | |
| 01:47 | Fix a typo in The Fossil Sync Protocol document. check-in: 39d6fc72a5 user: drh tags: trunk | |
| 01:14 | Further changes to the security section of the How The Download Page Works document. check-in: 14ac1127de user: drh tags: trunk | |
Changes
Changes to www/sync.wiki.
| ︙ | ︙ | |||
22 23 24 25 26 27 28 | shared to a few hundred.</p> <p>Each repository also has local state. The local state determines the web-page formatting preferences, authorized users, ticket formats, and similar information that varies from one repository to another. The local state is not using transferred during a sync. Except, some local state is transferred during a [/help?cmd=clone|clone] | | > | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | shared to a few hundred.</p> <p>Each repository also has local state. The local state determines the web-page formatting preferences, authorized users, ticket formats, and similar information that varies from one repository to another. The local state is not using transferred during a sync. Except, some local state is transferred during a [/help?cmd=clone|clone] in order to initialize the local state of the new repository. Also, an administrator can sync local state using the [/help?cmd=configuration|config push] and [/help?cmd=configuration|config pull] commands. <h2>2.0 Transport</h2> <p>All communication between client and server is via HTTP requests. The server is listening for incoming HTTP requests. The client issues one or more HTTP requests and receives replies for each |
| ︙ | ︙ |