summaryrefslogtreecommitdiff
path: root/tools/xml-to-html.xsl
AgeCommit message (Collapse)Author
2024-02-15Merge the phlog into the websitedefanor
Now supporting file listings, which are used for blog posts, and generating a gophermap with their index.
2024-02-03Treat .xsl files as sources, mirror to thunixdefanor
Whenever the XSLTs change, the affected pages should be regenerated.
2023-08-08Set the priority for catch-all templates to -1defanor
The default may be >= 0, see <https://www.w3.org/TR/1999/REC-xslt-19991116#dt-default-priority>.
2022-03-16Add license informationdefanor
2022-01-03Add word counts into note listingsdefanor
2021-01-09Copy <body/> attributesdefanor
2020-05-03Remove the remaining CSSdefanor
2020-05-03Check for presence of @created and @modifieddefanor
2019-06-21Avoid non-ASCII characters in date rangesdefanor
Plain ASCII is better supported still, and "to" is more readable as a separator for dates than an en dash.
2019-06-02Add heading IDsdefanor
2019-05-17Use inline CSSdefanor
2019-05-13Remove alternate stylesheetsdefanor
Likely they are not used, but add lags (in FF, at least). Perhaps the default stylesheet should be removed as well.
2019-04-03Rename CSS themesdefanor
2019-02-19Add datesdefanor
2018-05-10Cleanup prefixesdefanor
2018-05-07Use SIOCdefanor
2018-05-01Adjust the creator linkdefanor
Use an absolute URI, and link about.xhtml instead of foaf.rdf.
2018-05-01Handle prefixes for index linksdefanor
So that notes can be linked from notes/index.xhtml as well. Most of file path manipulation here is rather hacky.
2018-05-01Focus on source XML manipulation, introduce indexesdefanor
Instead of XHTML or Atom, so resulting files get generated out of custom XML structures now. This was needed to get indexes that won't depend on Atom (and to avoid the duplication). Now indexes can be included with something like the following: <notes xmlns="" number="5" src="../build/notes-by-modification-date.xml" />
2018-04-27Allow insertion of custom meta and link elementsdefanor
2018-04-26Get rid of <meta> in the source XMLdefanor
Metadata is stored directly in document attributes now, no need for a special element here.
2018-04-26Add authoring toolsdefanor