summaryrefslogtreecommitdiff
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2021-07-25AttachmentsRob Austein
This is a bit unwieldy, git isn't really happy with large binary files, but the sizes, both of individual files and of the whole repository, aren't really enough to justify a complex solution. If this does become an issue, we can look into something like git-annex, and if necessary we can `git filter-branch` all the big files out of the repository, but for now just keep it simple.
2021-07-24Whack with club until all links pass linkcheckerRob Austein
Most of these weren't really links at all, just unquoted CamelCase.
2021-07-24Clean up more links, convert to m.css theme (no JavaScript!)Rob Austein
2021-07-12Tweak trac-to-pelican-home ruleRob Austein
2021-07-12Add rule for trac-to-pelican-home.mdRob Austein
2021-07-11Synthetic landing pageRob Austein
Need to copy the landing page hack back into tools/GNUmakefile and tweak the rule so that we don't regenerate it unless something has changed (otherwise it'll change every run, because of the generated date stamp). But right now it's time for dinner.
2021-07-11More git link cleanupRob Austein
* Fix Trac "export:" links * Use "about" link for naked repository links so default view is the README.md * Adjust to match new cgit configuration which hides ".git" suffixes
2021-07-10Whack some URLs to match cgit naming schemeRob Austein
2021-07-09Incorporate project-independent stuff I did for IETF NOCRob Austein
2021-02-14Still more borked linksRob Austein
2021-02-14Pelican-izeRob Austein
2021-02-14Another reorg, and pelican samplesRob Austein
2021-02-14Start restructuring for PelicanRob Austein
2021-02-14Now generating pages directly from sqlite3Rob Austein
2021-02-14rsync fresh sql and attachments and work from that, without Trac itselfRob Austein