Fossil

History of www/concepts.wiki of 4e6fb46a61ed045d
Login

History of www/concepts.wiki of 4e6fb46a61ed045d

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file www/concepts.wiki at check-in 4e6fb46a61ed045d

2025-10-10
17:20
Make use of the improved /help/CMD syntax everywhere, in place of the legacy /help?cmd=CMD syntax. ... (file: [52f7b1ac31] check-in: [c64f28d26c] user: drh branch: trunk, size: 20462)
2024-10-17
05:39
[Grammar] concepts.wiki changes. ... (file: [adfd20e1b9] check-in: [0ae6ba539c] user: brickviking branch: bv-corrections01, size: 20478)
2024-02-04
04:29
Replaced nearly all explicit uses of the "blockquote" tag in the embedded docs: * Constructs like "<blockquote><pre>" are now simply "<pre>" * Ditto "<blockquote><b>" for command examples, which then allowed me to get rid of explicit "br" elements; pre does that for us. * Where it was used merely to get an indent for a code block, we're now using pre or verbatim instead, depending on whether we need embedded HTML and/or pre-wrap handling. (Not the same thing as the prior item.) In some places, this let us replace use of HTML-escaped code blocks in pre with verbatim equivalents, not needing the escaping, allownig the doc source to read more like the rendered HTML. * Use of blockquotes to get hierarchical indenting is no longer necessary; the skin does that. A good example is indenting ol and ul lists under the parent paragraph; additional manual indenting is no longer necessary. The only remaining instances of "blockquote" under www/ are necessary: # The copyright release doc is plain HTML, without the fossil-doc wrapper, giving it no access to the new skin improvements. # One MD doc wants a blockquote in the middle of a list, and the current parsing rules don't let us use ">" there. # The skinning docs talk about styling blockquote elements at one point; it isn't a use of the tag, it is a prose reference to it. ... (file: [bf9e06a5df] check-in: [54977e1413] user: wyoung branch: inskinerator-modern-backport, size: 20474)
2024-01-27
15:11
Removed redundant h1 tags in wiki docs, duplicating "title" elements that already display in the skin's header area. They take up vertical space without adding any new information. ... (file: [c5d1fa363d] check-in: [2572e48b93] user: wyoung branch: inskinerator-modern-backport, size: 20566)
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: [71b96e7d40] check-in: [1fd407f61a] user: wyoung branch: trunk, size: 20606)
2021-12-12
15:41
Extracted the glossary to a new document from the old "why use Fossil" doc, expanded it considerably, converted it from Wiki to Markdown, and updated the links to point to its new location. ... (file: [2f45cc4fc7] check-in: [a58d952fa6] user: wyoung branch: trunk, size: 20567)
2021-11-13
19:33
Minor documentation tweaks. ... (file: [4d0793a2c7] check-in: [1eab9b69f0] user: drh branch: trunk, size: 20584)
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: [0ac8a4ae56] check-in: [93cee1f56e] user: wyoung branch: trunk, size: 20516)
2021-02-09
13:34
The canonical Fossil homepage is now https://fossil-scm.org/home without the "www." in the domain and with the main path at /home, not /index.html or /fossil. Update all URLs in documentation to reflect this fact. ... (file: [b073eeeccd] check-in: [09908ab058] user: drh branch: trunk, size: 20543)
2020-10-09
21:09
Replace the two GIF images in the www/concepts.wiki document with Pikchrs. ... (file: [8a6095ecb6] check-in: [bd9bf24837] user: drh branch: trunk, size: 20549)
2020-06-12
14:28
Improve documentation readability on mobile. ... (file: [e23c7f6a01] check-in: [9e4ca8948a] user: drh branch: trunk, size: 19090)
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (file: [e2ed6d1bd7] check-in: [df5201950e] user: wyoung branch: uuid-to-hash, size: 19067)
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: [dd3f4b1f73] check-in: [74a6578cd4] user: wyoung branch: server-docs, size: 19045)
2019-08-16
01:57
Another spell check pass on www/* using a different dictionary than in the prior pass. ([79c2cb083152]) ... (file: [1e72fa07ff] check-in: [0996347d4a] user: wyoung branch: trunk, size: 19049)
2019-01-06
04:10
Updated the paragraph on SHA1 hashes in www/concepts.wiki to also talk about SHA3-256. ... (file: [583b974254] check-in: [ac2c2c77ff] user: wyoung branch: trunk, size: 19049)
2017-01-11
16:36
Fix obsolete references to the legacy download page. Always refer to the new unversioned-content download page. ... (file: [9da3052a96] check-in: [a1d7539214] user: drh branch: trunk, size: 18869)
2016-12-03
13:19
Fix a link to the download page on the homepage. Fix a typo in the concepts.wiki documentation page. ... (file: [37c1f44076] check-in: [2b087b7dc3] user: drh branch: trunk, size: 18858)
2016-11-02
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (file: [01769da6d6] check-in: [f47b7052c6] user: jan.nijtmans branch: trunk, size: 18856)
2016-09-30
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (file: [f28e36dd50] check-in: [c468769dbc] user: drh branch: trunk, size: 18866)
2015-12-02
09:55
Capitalize "Fossil" in the concepts.wiki document. ... (file: [02f6b5cafe] check-in: [b63c430002] user: drh branch: trunk, size: 18760)
2015-02-26
21:38
capitalise 'Windows' throughout WWW-docs ... (file: [a1230dfc3b] check-in: [b2f6c4b7ea] user: michai branch: ml-jb-doc-typos, size: 18760)
2015-02-25
05:35
Fix a typo on the concepts page. ... (file: [3dcf2d2b73] check-in: [4e6fb46a61] user: drh branch: trunk, size: 18760)
2015-02-18
13:09
Updates to the "Fossil Concepts" documentation page. ... (file: [e66b013ab7] check-in: [afbf6740f3] user: drh branch: trunk, size: 18764)
2014-12-18
19:34
Fix documentation typos. ... (file: [3f4c7992f1] check-in: [b78ca10222] user: drh branch: trunk, size: 20591)
2014-05-31
15:34
Link to the manifest documentation from the core concepts. ... (file: [6e3171fe62] check-in: [7ff74b20d6] user: andybradford branch: trunk, size: 20584)
2013-10-19
12:52
Fix typo in hyperlink. ... (file: [3f8ebc386d] check-in: [18d9f5af04] user: drh branch: trunk, size: 20554)
2013-04-28
18:36
Updates to the "concepts" document. ... (file: [9f9e293394] check-in: [9177ad87ba] user: drh branch: trunk, size: 20553)
2009-09-12
20:42
More documentation clarifications. ... (file: [846a2562a2] check-in: [7879c250fb] user: drh branch: trunk, size: 20027)
17:45
More documentation updates. ... (file: [44bd9b89f6] check-in: [3c1234c0f2] user: drh branch: trunk, size: 20110)
2009-08-28
16:05
Documentation updates, including a big rework of the homepage. ... (file: [bf268d18d1] check-in: [522824b26a] user: drh branch: trunk, size: 20006)
2009-08-24
17:54
Add &lt;title&gt; markup to several of the embedded documentation pages. ... (file: [1b75142362] check-in: [5523218023] user: drh branch: trunk, size: 19489)
2009-02-13
20:30
Doc update for branch and co. ... (file: [37b66fe58e] check-in: [bc857ecd92] user: kejoki branch: trunk, size: 19460)
2009-01-23
21:24
First draft of the "branching" document. ... (file: [e17c6aa709] check-in: [2e275c1420] user: drh branch: trunk, size: 19431)
00:16
Change "baseline" to "check-in" in the on-line documentation. ... (file: [414be747ce] check-in: [904ee40b93] user: drh branch: trunk, size: 19134)
2008-12-21
16:36
cli docs ... (file: [4200d13140] check-in: [aef81bf344] user: kejoki branch: trunk, size: 19146)
2008-11-11
03:50
doc changes -- spelling corrections and embedded ref pages. ... (file: [5c8eb11ca8] check-in: [9eb6ea75c1] user: kejoki branch: trunk, size: 19125)
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: [63fffbe883] check-in: [e8c4f69c50] user: drh branch: trunk, size: 19121)
2008-07-21
01:37
Fix a typo in the "concepts.wiki" documentation. ... (file: [c6e4678877] check-in: [bad9999d7d] user: drh branch: trunk, size: 19018)
2008-05-29
13:05
Updates to the "concepts" document. ... (file: [80e2055561] check-in: [26a2b61dbd] user: drh branch: trunk, size: 19018)
2008-05-16
15:58
Fix a typo on the concepts.wiki page. ... (file: [93bae4c111] check-in: [e5aac82dd5] user: drh branch: trunk, size: 16230)
15:31
Resolve broken hyperlinks and other minor cleanup in the documentation. ... (file: [076fde5d6b] check-in: [16094f7ebc] user: drh branch: trunk, size: 16230)
2008-05-15
20:25
initial ports of static .html to static /doc .wiki ... (file: [a61e6b72f9] check-in: [d87ca60c58] user: stephan branch: trunk, size: 16229)