Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file www/sync.wiki at check-in 99a319bdbfae2ed5
2024-12-21
| ||
00:43 | Documentation updates due to today's changes. ... (file: [c5be63390d] check-in: [5f8721753c] user: drh branch: trunk, size: 45719) | |
2024-10-23
| ||
10:02 | Hopefully the last of the changes for www/sync.wiki ... (file: [376cccf25e] check-in: [1db8e43e12] user: brickviking branch: bv-corrections01, size: 45273) | |
09:44 | Updated table under www/sync.wiki in section 3.9. Several new keywords have been added over the past six years, this commit may accidentally include settings that aren't actually accepted by the server any more. Fix if you see them. ... (file: [e5a28588ac] check-in: [d25826d447] user: brickviking branch: bv-corrections01, size: 45274) | |
09:16 | Changes for the following files under www/: settings.wiki shunning.wiki stats.wiki style.wiki sync.wiki ... (file: [9c59c030cc] check-in: [8e9fc86018] user: brickviking branch: bv-corrections01, size: 44831) | |
2024-02-28
| ||
18:16 | URL fix in previous; remote path needs to be part of the URL, and we can avoid giving the local clone path by using the new clone-and-open functionality. ... (file: [c7acd5857e] check-in: [69959fa5b6] user: wyoung branch: trunk, size: 44831) | |
18:10 | Extended the sync doc with info about PATH implications of finding the fossil binary on the remote system over ssh: URLs, including formal documentation (for the first time?) of the ?fossil= query parameter. ... (file: [9cf6f292ab] check-in: [a975ccb75b] user: wyoung branch: trunk, size: 44832) | |
17:52 | Added fragment identifiers to the h2 and h3 levels of the sync doc, for referring to individual sections. ... (file: [72272bdad3] check-in: [5ca63acf9f] user: wyoung branch: trunk, size: 43913) | |
2024-01-26
| ||
17:28 | Several doc adjustments to make things work better with the new skin. Although this isn't strictly part of the new skin, and it does admit of a type of regression, I'm committing it here anyway because these are cases where markup was used to work around problems in the old skin. Nearly all of these are misuses of the "blockquote" tag to mean "indented paragraph". Now that we have true indented paragraph styles, switched the markup over to use them. ... (file: [e17abc3c91] check-in: [ee6ca48c8f] user: wyoung branch: inskinerator-modern-backport, size: 43434) | |
2023-07-07
| ||
03:17 | URL fixes in recent sync.wiki edit ... (file: [4c08c05e1b] check-in: [6fd7e00d55] user: wyoung branch: trunk, size: 43766) | |
2023-07-04
| ||
18:00 | Updates to the sync protocol documentation. ... (file: [b3597d83cf] check-in: [e57613dc49] user: drh branch: trunk, size: 43764) | |
2023-05-10
| ||
17:02 | In an effort to make www/* source documents read as cleanly as their rendered counterparts, replaced nearly all use of HTML "p" tags, relying instead on the Wiki and Markdown markup features to achieve the same appearance. The only uses remaining are: * in Markdown nested lists, where blank lines should render the list items as separate paragraphs just as at the list's top level; since it does not, if you want a line break, you either have to wrap the item in "p" tags or do the double-br hack. * in Wiki where blank lines within a list give you a separate list in the HTML output; this is fine for bullet lists, but with numbered lists it causes the numbering to restart unless you do the same sort of manual HTML workaround as with the prior item * in plain HTML docs and wiki docs between "nowiki" tags In many places, this cleanup gets rid of pointless stray "p" tags, placating HTML verifiers. ... (file: [c920b0cb14] check-in: [1fd407f61a] user: wyoung branch: trunk, size: 43476) | |
2023-01-13
| ||
16:52 | Modernized several old fossil-scm.org URLs, changing "http" to "https" where absolute URLs are necessary, and using site-relative URLs otherwise. Also found and fixed a reference to fossil-scm.hwaci.com, which doesn't seem to resolve any more. ... (file: [a14f458469] check-in: [143f1db75f] user: wyoung branch: trunk, size: 44166) | |
2022-07-17
| ||
23:48 | Changed a number of "a" articles followed by vowels in docs and comments to "an", per [forum:/forumpost/3e6e40293f03f089 | a forum post]. ... (file: [273bf21fea] check-in: [99a319bdbf] user: wyoung branch: trunk, size: 44176) | |
2022-01-12
| ||
03:46 | sync.wiki: fixed a typo and struck allow-symlinks from the list of sync'd config options. ... (file: [194982be00] check-in: [d1ac2f90da] user: stephan branch: trunk, size: 44175) | |
2021-12-22
| ||
20:40 | Add documentation for the --transport-command options on the various sync commands. Improvements to the documentation of the sync protocol. ... (file: [b7c1944c3d] check-in: [505d9d48eb] user: drh branch: trunk, size: 44141) | |
2021-10-08
| ||
17:53 | sync.wiki: update the default value for the lock timeout period, [forum:242a02121f|per forum post 242a02121f]. ... (file: [e28aef8d32] check-in: [62572ab606] user: stephan branch: trunk, size: 41432) | |
2021-10-07
| ||
13:01 | Fixed a copy/paste error in www/sync.wiki per [forum:/forumpost/3fd51c58d0 | an anonymous forum post]. ... (file: [fde4b64974] check-in: [3f736de986] user: wyoung branch: trunk, size: 41430) | |
2021-09-17
| ||
02:02 | Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (file: [7575376b14] check-in: [93cee1f56e] user: wyoung branch: trunk, size: 41435) | |
2021-01-14
| ||
15:13 | Added the "Update vs Pull" section to the gitusers doc. ... (file: [bba015ac71] check-in: [eadc427d3e] user: wyoung branch: trunk, size: 41445) | |
2020-11-28
| ||
12:51 | Fix typo in the sync.wiki document. ... (file: [11ad3bdd1b] check-in: [3cb82905e1] user: drh branch: trunk, size: 41435) | |
2020-04-13
| ||
12:39 | If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. ... (file: [baab92fd12] check-in: [050cd01943] user: drh branch: sync-improvements, size: 41437) | |
2020-03-06
| ||
10:06 | eol-spacing in documentation ... (file: [ce5035b0e6] check-in: [d65540f5a9] user: jan.nijtmans branch: trunk, size: 41142) | |
2019-08-20
| ||
06:03 | Updated all of the internal hyperlinks referencing www/server.wiki to point at either www/server/index.html or one of the docs it now points at. ... (file: [96ddacc9bc] check-in: [74a6578cd4] user: wyoung branch: server-docs, size: 41143) | |
2019-08-08
| ||
04:23 | Typo fix pass on www/* ... (file: [abfd9ecc0d] check-in: [79c2cb0831] user: wyoung branch: trunk, size: 41147) | |
2019-07-12
| ||
14:08 | Add documentation on the "pragma ci-unlock" message in the sync protocol. ... (file: [05b89b565c] check-in: [1eefb8dbec] user: drh branch: trunk, size: 41143) | |
2019-07-10
| ||
22:19 | Add a reference to the idea of a "Conflict-Free Replicated Datatypes" to the sync documentation. ... (file: [f675ffbbe9] check-in: [2b3569d19f] user: drh branch: trunk, size: 40782) | |
2019-06-30
| ||
04:27 | Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (file: [eb7145f4a3] check-in: [2d7a8a832f] user: drh branch: trunk, size: 39485) | |
2018-06-04
| ||
14:47 | Update the sync protocol document. ... (file: [1a94a7032e] check-in: [55cd6153de] user: drh branch: trunk, size: 38422) | |
2017-08-30
| ||
13:07 | Merge cleanX ... (file: [c20eb19627] check-in: [9297610047] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 37918) | |
2017-03-25
| ||
01:47 | Fix a typo in The Fossil Sync Protocol document. ... (file: [54f3692405] check-in: [39d6fc72a5] user: drh branch: trunk, size: 37934) | |
2017-03-02
| ||
12:08 | Few (textual) typos. Eliminate unneccary spacing. ... (file: [f2d19da301] check-in: [b098c9398a] user: jan.nijtmans branch: trunk, size: 37936) | |
00:10 | Documentation updates - remove references to SHA1 as the only available hash algorithm. ... (file: [f42c8d9ed9] check-in: [796db898c7] user: drh branch: trunk, size: 37939) | |
2017-02-14
| ||
19:23 | Merge cleanX ... (file: [fa224235a8] check-in: [d73dcdd0a2] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 37897) | |
2016-11-08
| ||
14:22 | Add "crnl-glob" (as demonstration for this feature). Also remove some unnecessary spacing. ... (file: [c14259113e] check-in: [7cd98039c4] user: jan.nijtmans branch: trunk, size: 37913) | |
2016-11-07
| ||
11:26 | Fix the sync.wiki documentation to account for recent changes to the sync protocol. ... (file: [3fbc46a062] check-in: [df1205bb3a] user: drh branch: trunk, size: 37915) | |
00:50 | Merge trunk ... (file: [5c4b497097] check-in: [7ea74acf55] user: andygoth branch: andygoth-crlf, size: 38025) | |
2016-11-02
| ||
10:16 | Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (file: [0fc6d3e514] check-in: [f47b7052c6] user: jan.nijtmans branch: trunk, size: 38010) | |
2016-10-04
| ||
20:25 | Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. ... (file: [2dc71811c4] check-in: [85f957c3e5] user: drh branch: trunk, size: 38018) | |
2016-08-18
| ||
11:16 | Fix typos in the sync documentation. ... (file: [5fcae7f9cf] check-in: [d3dabbb08c] user: drh branch: trunk, size: 38008) | |
2016-08-17
| ||
14:40 | Update the sync protocol documentation to describe the unversioned file sync. ... (file: [c4ec0b4a24] check-in: [d780949320] user: drh branch: unversioned-files, size: 38009) | |
2016-08-04
| ||
11:56 | Fix another typo in the sync protocol document. ... (file: [cea4a416d0] check-in: [94381d32ce] user: drh branch: trunk, size: 30215) | |
11:34 | Fix a typo in the sync protocol document. ... (file: [60e366cfb0] check-in: [12cbe2bdda] user: drh branch: trunk, size: 30218) | |
00:42 | Bring the sync protocol documentation more up-to-date. Fix typos in the command-line documentation for "push" and "sync". ... (file: [6681bdddd1] check-in: [3dcf69a741] user: drh branch: trunk, size: 30219) | |
2016-06-23
| ||
07:43 | Replace some usage of <center> tags with align="center" attributes. ... (file: [655cb0e7cb] check-in: [fcfaae37dc] user: jan.nijtmans branch: trunk, size: 27792) | |
2016-05-23
| ||
15:34 | Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (file: [3e816da37c] check-in: [2bc3cfebe6] user: andygoth branch: andygoth-crlf, size: 27820) | |
2016-05-21
| ||
23:58 | merge cleanX ... (file: [c1dd7c5196] check-in: [70f77a1b69] user: jan.nijtmans branch: cleanX-no-clean-glob, size: 27771) | |
2015-11-16
| ||
01:45 | Remove deprecated <center> tags. ... (file: [f2debb79f1] check-in: [d57f239570] user: Isius branch: html-cleanup, size: 27800) | |
2015-03-20
| ||
05:20 | Remove inaccurate statement regarding use of servercode, which is now primarily historical. ... (file: [ecd7e35627] check-in: [e315ec8410] user: andybradford branch: trunk, size: 27802) | |
2015-03-19
| ||
09:34 | Put "dotfiles" in json configuration as well, and update documentation ... (file: [a970dc0756] check-in: [1f797521e3] user: jan.nijtmans branch: trunk, size: 27941) | |
2015-02-04
| ||
15:47 | Update json configuration options and wiki with reality ... (file: [53a1e45726] check-in: [5098f747a9] user: jan.nijtmans branch: trunk, size: 27927) | |
2014-07-30
| ||
06:47 | Update clone documentation for clone protocol 3 and cfile cards. ... (file: [aca075f40f] check-in: [9a69786702] user: andybradford branch: pending-review, size: 27555) | |
2014-07-23
| ||
04:23 | Minor corrections to documentation. ... (file: [1a4da7a7cd] check-in: [f1b148df7f] user: andybradford branch: trunk, size: 25427) | |
2014-06-13
| ||
00:38 | Fix minor typos in documentation. ... (file: [33e2b83307] check-in: [a9819ba267] user: andybradford branch: trunk, size: 25424) | |
2014-02-13
| ||
15:07 | Mention "timeline-plaintext" and "ticket-change" entries in sync.wiki ... (file: [977b03dba3] check-in: [dce0566b2a] user: jan.nijtmans branch: trunk, size: 25423) | |
2013-12-18
| ||
16:05 | formatting ... (file: [4089504d50] check-in: [584986cde8] user: jan.nijtmans branch: hidden-tag, size: 25430) | |
15:57 | Add "timeline-show-hidden" setting. ... (file: [a44c3dd700] check-in: [4a2435c656] user: jan.nijtmans branch: hidden-tag, size: 25406) | |
2010-12-19
| ||
20:59 | Added a permuted documentation index. ... (file: [9ea990b4d4] check-in: [169a10dd5e] user: drh branch: trunk, size: 25380) | |
2010-11-13
| ||
02:16 | Fixed typos in commit [aa2fdc286c]. ... (file: [d6cbb8a817] check-in: [8cf380a48e] user: aku branch: trunk, size: 25389) | |
01:56 | Refinements to the "sync protocol" document. ... (file: [a213579aca] check-in: [aa2fdc286c] user: drh branch: trunk, size: 25387) | |
2010-06-11
| ||
12:27 | Fix documentation typos. ... (file: [f7a1ce1ba2] check-in: [b16b4337b9] user: drh branch: trunk, size: 20741) | |
2009-09-04
| ||
18:39 | Updates to the "sync protocol" document. ... (file: [e571cf1d85] check-in: [4b565c4644] user: drh branch: trunk, size: 20739) | |
2008-10-26
| ||
02:16 | Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. ... (file: [7118e0761e] check-in: [efb759a07d] user: drh branch: trunk, size: 20738) | |
2008-10-24
| ||
13:27 | Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. ... (file: [63112b2762] check-in: [e8c4f69c50] user: drh branch: trunk, size: 19797) | |
2008-07-15
| ||
14:33 | Additional documentation updates. ... (file: [e3ece24fa5] check-in: [adc0b3bfb0] user: drh branch: trunk, size: 19435) | |
2008-05-15
| ||
20:25 | initial ports of static .html to static /doc .wiki ... (file: [5cff62ccf6] check-in: [d87ca60c58] user: stephan branch: trunk, size: 18485) | |