[Cryptech-Commits] [user/sra/pelican] 02/68: readme

git at cryptech.is git at cryptech.is
Mon Jul 19 22:24:41 UTC 2021


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch pelican
in repository user/sra/pelican.

commit 5f09487ef603810b24e056702edc17fa9e052a08
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Mar 18 20:50:49 2019 +0000

    readme
---
 README | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..c008a9f
--- /dev/null
+++ b/README
@@ -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 at 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.



More information about the Commits mailing list