No Description

Rob Austein e3e70b8748 Add a few links to the landing page 2 years ago
.gitignore be858bc28a First cut at project-independent version of these scripts 2 years ago
GNUmakefile 1be425fbb0 Add rule for trac-to-pelican-home.md 2 years ago
Makefile be858bc28a First cut at project-independent version of these scripts 2 years ago
README be858bc28a First cut at project-independent version of these scripts 2 years ago
extract.py d0c10e7a18 Undo URL quoting of directory names in Markdown output 2 years ago
filter.json be858bc28a First cut at project-independent version of these scripts 2 years ago
pelicanconf.py 8a435a7c4d Move pelican index aside to make room for landing page 2 years ago
trac-to-pelican-home.md e3e70b8748 Add a few links to the landing page 2 years ago
trac2md.py 9830a562f9 Different approach to explicit line breaks 2 years ago

README

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