summaryrefslogtreecommitdiff
path: root/tools/publish.sh
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-09-10Use make for buildingdefanor
Still generating a dump out of all the files in order to build indexes afterwards, but this change will help to avoid unnecessary modification and reupload of notes that were not modified.
2021-01-09Copy <body/> attributesdefanor
2019-05-17Move atom.xml into /notes/defanor
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-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-26Add authoring toolsdefanor