summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-05-07Use SIOCdefanor
2018-05-01Adjust the creator linkdefanor
Use an absolute URI, and link about.xhtml instead of foaf.rdf.
2018-05-01Search in src/notes/, not just src/defanor
2018-05-01Search for new notes in src/defanor
It used to be sufficient to look for already-converted ones, but not anymore.
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-01Exclude index files from note dumpsdefanor
The dumps are used for indexes, no need to include indexes into those.
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