Artifact 7ae960b153c84280c72de5ee172c1beb823f07b65ea00756a4a62f54bdec64f7:
- File
www/childprojects.wiki
-
2024-02-04 04:29:29
— part of check-in
[54977e1413]
on branch inskinerator-modern-backport
— 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.
- 2024-02-10 17:36:10 — part of check-in [8a1ba49b73] on branch trunk — Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. (user: wyoung size: 2602)
- 2024-03-05 12:53:29 — part of check-in [0517bd2dd8] on branch markdown-tagrefs — Merge trunk into markdown-tagrefs branch. (user: stephan size: 2602)
- 2024-03-23 05:54:48 — part of check-in [2304041e42] on branch clone-resume — Updates from trunk for sync changes et al. (user: andybradford size: 2602)
- 2024-09-06 10:47:00 — part of check-in [00f7466add] on branch timeline-keyboard-navigation — Sync with trunk. (user: florian size: 2602)
- 2024-09-06 10:48:00 — part of check-in [8e6660cd76] on branch diff-keyboard-navigation — Sync with trunk. (user: florian size: 2602)
- 2024-11-07 06:50:21 — part of check-in [d57463cc00] on branch ui-local-diff — Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). (user: stephan size: 2602)
-
2024-02-04 04:29:29
— part of check-in
[54977e1413]
on branch inskinerator-modern-backport
— Replaced nearly all explicit uses of the "blockquote" tag in the
embedded docs: