diff options
author | Dafydd Harries <daf@rhydd.org> | 2013-03-20 22:03:45 -0400 |
---|---|---|
committer | Dafydd Harries <daf@rhydd.org> | 2013-03-20 22:03:45 -0400 |
commit | 6dacb4f3f5e5c6d53135ae66ea559d2ffc4f0aa7 (patch) | |
tree | 6e20138e83a1998fd69f15f59532c52a3633c37c | |
parent | 76a7300f328b1c9bc37b371017ce45e74373d88b (diff) |
update README
-rw-r--r-- | README | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -40,7 +40,19 @@ One package: $ python export.py Pandoc -All packages: +All packages, as wiki pages: $ python export.py +(Output is in "output" directory.) + +All packages, as JSON: + + $ python export_json.py + +JSON output can be converted to wiki pages: + + $ python json_to_wiki.py < packages.json + +(Output is in "converted" directory.) + |