diff options
author | Rob Austein <sra@hactrn.net> | 2019-03-18 20:50:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-03-18 20:50:49 +0000 |
commit | 5f09487ef603810b24e056702edc17fa9e052a08 (patch) | |
tree | e1758d8c447c44198273ecc806789b4b75908426 | |
parent | 3e7b8b209060988ed020f0eda33b1a2f7c292be7 (diff) |
readme
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +Attempts to convert Permatrac Wiki to Markdown format. + +Last time I had to do something like this it looks like I took the +Trac -> HTML -> html2markdown path. Could do that again. Recipe for +fetching the HTML: + + wget -r --user=sra@hactrn.net --ask-password https://permatrac.noc.ietf.org/wiki/ + +Scripts from rpki.net/doc/*/*.{sh,py,xsl}, included here under tools/. + +The other approach is converting Trac wiki directly to markdown. +There are hacks for this, in Ruby: + + https://gist.github.com/somebox/619537 + +But there are also Python versions, which are a bit more tractible. +Several of them included in tools/ too. |