kriegaex / Galileo-Openbook-Cleaner

HTML cleaner for Galileo Computing's openbooks, implemented in Java
Other
64 stars 6 forks source link

Externalise book data to config file #5

Closed kriegaex closed 11 years ago

kriegaex commented 11 years ago

Instead of using hard-coded property values in class Book, make them editable in a .properties or .xml file. This way new books can be added on the fly (as long as they need no special parsing/conversion rules) and existing book MD5 changes (as happened lately) can be updated.

kriegaex commented 11 years ago

Contained in the new release 1.1.0, see main page.