Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 340 Bytes

gutenberg

Generates a listing of books in Project Gutenberg catalog in given language.

To change the language, change fi on the following line in /Makefile to another RFC4646 code:

LANG=fi

Also you need to translate some texts in /src.

To build with the makefile, you must have python3, xalan, wget and make installed.