diff options
author | Ian Kelling <iank@fsf.org> | 2018-06-05 00:44:23 -0400 |
---|---|---|
committer | Ian Kelling <iank@fsf.org> | 2018-06-05 00:44:23 -0400 |
commit | 16ce915aac7add2650aa539a3f1428da358ee337 (patch) | |
tree | 2dbed69c59625f823a1dcd0d9e6a404d81128dac /README | |
parent | bf52ba26d47054ed0619eb4f67f5f167f39ad5f8 (diff) |
fix export.py error, add example output
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -23,11 +23,11 @@ These data frames are saved into a pair of HDF (hierarchical data format) files, `pkg.h5` and `cp.h5`, which contain general package information and copyright/licensing information respectively. -We generate Semantic MediaWiki pages from this data using one of a pair of -export scripts. `export.py` exports the pages as a directory containing one -file per page. `export_json.py` exports the pages as a single JSON file. This -JSON file can be converted to a directory of wiki pages using the -`json_to_wiki.py` script. +We generate Semantic MediaWiki pages from this data using one of a pair +of export scripts. `export.py` exports the pages as a directory +containing one file per page. `export_json.py` exports the list of pages +as a single JSON file named index.json. This JSON file can be converted +to a directory of wiki pages using the `json_to_wiki.py` script. ## Importing data from debian |