aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <daf@rhydd.org>2013-03-20 22:03:45 -0400
committerDafydd Harries <daf@rhydd.org>2013-03-20 22:03:45 -0400
commit6dacb4f3f5e5c6d53135ae66ea559d2ffc4f0aa7 (patch)
tree6e20138e83a1998fd69f15f59532c52a3633c37c
parent76a7300f328b1c9bc37b371017ce45e74373d88b (diff)
update README
-rw-r--r--README14
1 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index 506f3a5..e408a09 100644
--- a/README
+++ b/README
@@ -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.)
+