Calibre web frontend, Ruby On Rails
Go to file
2015-08-13 21:17:56 +02:00
app translations 2015-08-13 21:17:56 +02:00
bin Initialize app 2015-06-28 10:40:19 +02:00
config translations 2015-08-13 21:17:56 +02:00
db Initialize app 2015-06-28 10:40:19 +02:00
lib Initialize app 2015-06-28 10:40:19 +02:00
log Initialize app 2015-06-28 10:40:19 +02:00
public Initialize app 2015-06-28 10:40:19 +02:00
test refactoring preferences/search 2015-08-04 13:47:26 +02:00
vendor/assets Initialize app 2015-06-28 10:40:19 +02:00
.gitignore book cover 2015-07-05 10:22:19 +02:00
config.ru Initialize app 2015-06-28 10:40:19 +02:00
Gemfile fix routes (series is uncountable...), improve design (bootstrap) 2015-06-28 18:46:22 +02:00
Gemfile.lock fix routes (series is uncountable...), improve design (bootstrap) 2015-06-28 18:46:22 +02:00
Rakefile Initialize app 2015-06-28 10:40:19 +02:00
README.md Update README 2015-06-28 20:11:09 +02:00

bouquins-ror

Web frontend for calibre e-book manager.

Features

Bouquins is a Ruby On Rails application. The web UI uses bootstrap.

It allows to browse, search and download e-books from a calibre library using a web browser (desktop/mobile).

It needs a local access to all files in the calibre library (including the sqlite database file: metadata.db). Synchronisation of those files on the server is not part of the application (personnaly I use owncloud).