summaryrefslogtreecommitdiff
path: root/pelican
AgeCommit message (Collapse)Author
2021-02-15Try mapping source: and browser: linksRob Austein
This turns out to be less useful than expected, because somehow for every single link in the wiki, the source repository is not quite in the obvios plae with cgit. Might be a cgit configuration issue, but this gets wonky enough that it's probably simpler just to expand the JSON file we already have for the filter rules so that it includes other magic stuff like a URL map for this kind of link.
2021-02-15Get inter-page links rightRob Austein
2021-02-15Handle bare URLsRob Austein
2021-02-15Seriously rework link processingRob Austein
2021-02-15AuthorsRob Austein
2021-02-15Convert whacky [[span()]] linksRob Austein
[[span()]] is poorly documented, and the Cryptech Wiki only used it because somebody was trying to force TracWiki to do something it really didn't want to do. Trying to write a general [[span()]] parser for this is over the top, just handle this screwball case.
2021-02-15Still more linksRob Austein
2021-02-15One more tiny link tweakRob Austein
2021-02-15More cleanup, a few more attachment linksRob Austein
2021-02-15PKCS #11Rob Austein
2021-02-14Yet more linksRob Austein
2021-02-14Even more linksRob Austein
2021-02-14Still more borked linksRob Austein
2021-02-14Still more borked linksRob Austein
2021-02-14Fix more linksRob Austein
2021-02-14Fix publication datesRob Austein
2021-02-14Pelican-izeRob Austein
2021-02-14Add image linksRob Austein
Clean up whacky invisible unicode characters in links on a couple of source packages
2021-02-14Start restructuring for PelicanRob Austein