Perseus is a digital library of Ancient Greek and Roman texts. This project is for converting the XML files, freely available from their website, into Unicode ebooks for e-readers such as the Amazon Kindle.
See Parsing and ebook making which is a blog entry I wrote about this project.
The paths to the Perseus XML files is hardcoded in parse_perseus.book.
- To run the parser and produce an epub book, run:
lein run
which will run the default command in project.clj - To run the tests, run the following:
lein tests
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.