Skip to content

Convert Project Gutenberg books into theme based HTML reader or Latex document.

License

Notifications You must be signed in to change notification settings

insomnicles/academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academy

StyleCIBanner

Python script for converting books from Project Gutenberg into theme-based html reader or LaTex document. The script has been tested for works by Plato and Aristotle. It will work for others but for many it won't due to varying markup.

Work in Progress: images, footnotes and sidenotes.

Philosophy books converted using the scripts are available on the Academy Site

Requirements

  • Python: You will need to install Python 3+

  • Latex: "simple" theme will output a latex file 'filename.tex'. To compile the tex document into pdf or ps, you will need a tex implementation TexLive under linux, MikTex under windows, or some other.

Usage

To use the script you must provide a gutenberg id, a theme and output directory.

Themes: the output file is either a html file or a latex document. The themes for each are as follows. See below how each theme looks.

  • HTML Reader: easy
  • Latex Document: simple

Gutenberg Ids: Gutenberg books are identified by their id, which are in their url and filenames. For example, Plato, Theaetestus is identified with id 1726.

Options: You can convert a book from Project Gutenberg directly (1). Optionally, you can do the same from a local file (2) or an entire local directory (3) -- note that the id argument will be ignored in this case. You can add "--savesrc" or "--savejson" options (4, 5) to save the source file or the extraction json file to the output directory. Finally, you can add "--verbose" or "--debug" (6, 7) options to enable different levels of logging.

cd src
[1] python convert_gutenberg.py 1726 output/test easy
[2] python convert_gutenberg.py 1726 output/test simple --fromlocaldir=src/gutenberg
[3] python convert_gutenberg.py 1726 output/test easy   --fromlocaldir=src/gutenberg --all
[4] python convert_gutenberg.py 1726 output/test simple --savesrc
[5] python convert_gutenberg.py 1726 output/test easy   --savejson
[6] python convert_gutenberg.py 1726 output/test easy   --verbose
[7] python convert_gutenberg.py 1726 output/test simple --savesrc --debug

To run tests

    cd src
    python -m unittest discover ../test

Optionally, you can create jekyll pages from the outputed html pages. Update source and output directories in shell script and then run.

    ./create_jekyll_pages

HTML Reader

Easy Theme

Html Reader

Latex Document

Simple Theme

Latex Document

About

Convert Project Gutenberg books into theme based HTML reader or Latex document.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages