README 745 B

123456789101112131415
  1. Tools to convert Permatrac Wiki to Markdown format.
  2. This is just the tool set for the Wiki, there's another set of scripts
  3. for converting Trac tickets but I haven't yet converted them from the
  4. task-specific form they're in at the moment (from an old Trac site
  5. whose tickets I had to migrate to GitHub issues about five years
  6. ago...).
  7. As a test, we run the Markdown from the conversion process through
  8. Pelican to generate a static site. This may or may not be useful in
  9. its own right, but for our purposes simply running the Pelican site
  10. generator is helpful, since it spots a lot of dumb Markdown errors for
  11. us (missing links, horribly borked Markdown syntax, etc).
  12. Pelican content format: https://docs.getpelican.com/en/latest/content.html