This PR should bring things up to a usable base to start doing real work on, including tuning the markup, recognition of various layout elements, etc.
Switched to ASCIIDOC format
Made repo creation completely self contained with only the zip file needed as input
Put a stake in the ground that multi-volume editions have a repo per volume, named _. This will cause some redundancy in metadata across the volumes, but allows the volumes to be worked on independently
Fixed compatibility issues with github3 and python2/3
Added a requirements.txt
Fixed a few bugs exposed by the more diverse samples
Added some more BLCorpus constructor forms to allow a file of filenames or a Python list of filenames to be given as input
This PR should bring things up to a usable base to start doing real work on, including tuning the markup, recognition of various layout elements, etc.