Closed SteveALee closed 3 years ago
A nice discovery for parsing is https://www.w3.org/Tools/HTML-XML-utils/ (current maintainer is Bert). Installable for debian. Man pages provided. Especially interesting are:
maybe:
eg:
cat about.html | hxselect -c pre[class~="yaml"][class~="remove"] # has leading \n
cat about.html | hxremove h2:first-of-type, pre
`` so can use the
class=remove`.@hidde (CC @michael-n-cooper @nitedog) New improved script and more pages added. Source files can be MD or HTML
First pass at generating pages from the Content Usable Design Guide source
Notes
title
is usedyaml
format is NOT supported by respec but it's irrelevant and descriptiveOpen questions
o1p2
is not friendly - could addpermalink
to front-matter (manually or generate from filename or title)?14
15
title
from header - probably better to have them both as might diverge?~~o1p1
suffix is probably good (what if > 9 patterns)?_objectives
and_patterns
dirs to be undercontent
?objectives
on the all patterns page? make them links?Next Steps
Issues