From be858bc28af94a498b613fa6541ed3e730fd9473 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 2 Jun 2021 20:09:35 +0000 Subject: First cut at project-independent version of these scripts --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ecf209a --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Tools to convert Permatrac Wiki to Markdown format. + +This is just the tool set for the Wiki, there's another set of scripts +for converting Trac tickets but I haven't yet converted them from the +task-specific form they're in at the moment (from an old Trac site +whose tickets I had to migrate to GitHub issues about five years +ago...). + +As a test, we run the Markdown from the conversion process through +Pelican to generate a static site. This may or may not be useful in +its own right, but for our purposes simply running the Pelican site +generator is helpful, since it spots a lot of dumb Markdown errors for +us (missing links, horribly borked Markdown syntax, etc). + +Pelican content format: https://docs.getpelican.com/en/latest/content.html -- cgit v1.2.3