summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-02-28Include most recent blog entries into the main gophermapHEADmasterdefanor
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.
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-17Move atom.xml into /notes/defanor
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-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