Fossil

History of www/quotes.wiki of bd0b86e97d5c8836
Login

History of www/quotes.wiki of bd0b86e97d5c8836

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

History of file www/quotes.wiki at check-in bd0b86e97d5c8836

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: [d4a684d0ac] check-in: [54977e1413] user: wyoung branch: inskinerator-modern-backport, size: 5852)
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: [c76107fcca] check-in: [1fd407f61a] user: wyoung branch: trunk, size: 5801)
2022-10-04
12:54
Fix some broken hyperlinks in documentation files. ... (file: [abe1bc6414] check-in: [a59af25f60] user: danield branch: trunk, size: 5796)
2022-07-19
23:33
Add a quote from [https://wholesomedonut.prose.sh/using-fossil-not-git] to the "quotes.wiki" page of the documentation. ... (file: [bd1bf1c074] check-in: [ff95be0064] user: drh branch: trunk, size: 5795)
2020-08-22
16:26
Typo fix. Removed 13th quote, as the link is now 404, per note in the forum. ... (file: [084f5f936d] check-in: [659f6cd080] user: stephan branch: trunk, size: 5566)
13:49
URL fixes in www/quotes.wiki; where a new URL can't be found, removed the quote as unsupportable. ... (file: [85a875fab8] check-in: [4c5445d9a5] user: wyoung branch: trunk, size: 5758)
2018-01-09
14:47
A new quote for the Fossil-v-Git section of the quotes page. ... (file: [dcb5b56c34] check-in: [754a79c137] user: drh branch: trunk, size: 5936)
2016-11-02
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (file: [6f77c1af17] check-in: [f47b7052c6] user: jan.nijtmans branch: trunk, size: 5749)
2015-10-30
12:16
Add the [http://xkcd.com/1597/] cartoon to the set of quotes about Git. ... (file: [09a040dcc9] check-in: [227b837a6c] user: drh branch: trunk, size: 5763)
2015-06-05
18:07
Add a quote from Linus Torvalds to the "On The Usability of Git" section of the quotes.wiki page. ... (file: [fa2ad9c946] check-in: [e2411525c1] user: drh branch: trunk, size: 5647)
2015-03-03
12:56
Added another quote to quotes.wiki - an endorsement of Fossil that appeared on HackerNews. ... (file: [831d8cd640] check-in: [101737b65f] user: drh branch: trunk, size: 5707)
2015-02-26
20:18
fixed a number of typos in WWW-docs, as suggested on ML ... (file: [a6a8bd9783] check-in: [05fc09c5dd] user: michai branch: ml-jb-doc-typos, size: 5359)
2015-02-23
18:52
New entry on the "quotes.wiki" page. ... (file: [c0b0e6efba] check-in: [a56f58299c] user: drh branch: trunk, size: 5360)
2014-09-01
19:01
Add two new quotes to the "quotes.wiki" page. ... (file: [f5011126eb] check-in: [c19b3f8846] user: drh branch: trunk, size: 5148)
2014-07-26
20:17
Add Joe Prostko's quote on Fossil to the "quotes.wiki" page. ... (file: [5ccf3d9414] check-in: [016fc1aea4] user: drh branch: trunk, size: 4669)
2013-12-06
16:06
Added a quote about github to the quotes.wiki document. ... (file: [4c947905c8] check-in: [5b86c3d566] user: drh branch: trunk, size: 4281)
2013-04-10
15:16
Add the dkf tkchat fossil quote to the quotes.wiki document. ... (file: [6d0079e2cf] check-in: [f9e190e7a7] user: drh branch: trunk, size: 4155)
2012-08-07
11:42
Add the "Klingon Code Warriors" quote to the quotes.wiki page. ... (file: [5deaf19668] check-in: [e00e6205b6] user: drh branch: trunk, size: 3697)
2011-10-07
19:55
Documentation update. ... (file: [5f225e261d] check-in: [c0b6c28d29] user: drh branch: trunk, size: 3430)
2011-09-10
21:21
Add a new quote to the documentation. ... (file: [b0e9b45bae] check-in: [136519f4be] user: drh branch: trunk, size: 2892)
2010-12-31
21:12
Documentation updates. ... (file: [e18c691ce7] check-in: [5fb963ab61] user: drh branch: trunk, size: 2543)
2010-12-23
14:17
Another favorable quote about fossil for the collection. ... (file: [fa1a4cc1d9] check-in: [b43740b1f1] user: drh branch: trunk, size: 2526)
14:05
Add new "quotes" to the documentation collection. ... (file: [c22100336d] check-in: [6a9fe32e4a] user: drh branch: trunk, size: 2292)