openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
128 stars 37 forks source link

Updating Styles #10

Closed teamcoltra closed 9 years ago

teamcoltra commented 9 years ago

I am looking to update the styles of the pages (like changing the header text or something) but I don't want to reprocess all the books, just the html generated for each book and Home.html... would I use -k? :P Since it takes a bit to rebuild, I would rather not just "try and see"

rashiq commented 9 years ago

Hi @teamcoltra! Did you already download all the books, changed the html template and want to update the generated content? In that case you should run ./dump-gutenberg.py --export.

teamcoltra commented 9 years ago

I actually haven't done it yet, but the process of actually doing it seems to be taking a long time (which I guess makes sense), so I wanted to get a head start and make sure that it wasn't going to be fruitless down the road when I wanted to update the style and had to redo the whole thing.

Thanks. :)

Seb35 commented 9 years ago

You can also use the -b option to select only one or some books, and test your new template on it (only with --export as said Rashiq).