Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.mediawiki

bibliotheca


Simple static web for private library - paper and basic e-book formats.

I store my books' metadata in Book Collector and Calibre. This package takes experted list of books from both apps and creates static web, listing books, genres, subjects, etc. with simple search interface.

Live example on http://knihovna.happz.cz/

Input data files

As of right now there are only two supported and tested input sources. In theory, any book (or generic) evidence software can be used as input if it's able to export list of books as CSV file.

Files are downloaded by make, to change source URLs see Makefile.


Book Collector (Homepage)

Fields: Author, Title, Publication Year, Publisher, ISBN, Front Cover, Genre, Issue No., Last Modified, My Rating, Notes, Series, Sub Title, Subject, Tags, Plot

Separator: TAB

Strings enclosed in double quotes


Calibre (Homepage)

Fields: author_sort, authors, comments, cover, formats, isbn, pubdate, publisher, rating, series, series_index, size, tags, timestamp, title, #genre, #subject, #subtitle

Separator: , (comma)

All values are enclosed in double quotes.

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.