Calibre web frontend, Ruby On Rails
Go to file
2015-07-04 20:10:58 +02:00
app Extended pagination (select page size, per initial, remember selection) 2015-07-04 20:10:58 +02:00
bin Initialize app 2015-06-28 10:40:19 +02:00
config Extended pagination (select page size, per initial, remember selection) 2015-07-04 20:10:58 +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 show,index series,authors 2015-06-28 17:14:47 +02:00
vendor/assets Initialize app 2015-06-28 10:40:19 +02:00
.gitignore query calibre 2015-06-28 13:58:53 +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).