Clean-ups leading from shift to separate htdocs directory
[objavi2.git] / wikibooks2epub / README
blobf9f4f1561957dad459727b521d141cff6a674f4f
1 USAGE:
2     wikibook2epub -i http://en.wikibooks.org/wiki/Latin -o /var/www/Latin.epub
4 INSTALLATION:
5     to use wikibook2epub you need python-oxlib
6         bzr branch http://code.0xdb.org/python-oxlib
7         cd python-oxlib && sudo python setup.py install
9     you also need python modules simplejson and elementtree
10     and
11         apt-get install zip
13     after that install it:
14         sudo python setup.py install
15     
16     wikibook2epub uses oxlibs web cache, if you can not write to $HOME/.ox
17     you can overwrite the location of the cache by setting oxCACHE 
18     export oxCACHE=/tmp/ox
20 Open Questions:
21     - Math formulas, how to deal with them
22     - Images, how to download/embed them
23     - Images should be replaced with highest possible version for print
25 TODO:
26     - make this a WikiBook class
27     - create TOC / index. what about sorting / subversion
28     - what about print vs. other views (i.e. Basic Physics of Nuclear Medicine)