summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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-30Only include notes into the feeddefanor
Index updates wouldn't be of much use.
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-26Remove skeleton.xhtmldefanor
It's not used, and easy to generate if needed.
2018-04-26Fix a couple of typosdefanor
2018-04-26Add authoring toolsdefanor