Calibre web frontend, Ruby On Rails
Go to file
Meutel 277df57e46 Transliterate accented characters in search 2016-08-09 11:38:25 +02:00
app Transliterate accented characters in search 2016-08-09 11:38:25 +02:00
bin Initialize app 2015-06-28 10:40:19 +02:00
config Config assets 2016-01-23 11:50:14 +01: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
Gemfile fix routes (series is uncountable...), improve design (bootstrap) 2015-06-28 18:46:22 +02:00
Gemfile.lock Update Gemfile.lock 2016-01-23 11:04:34 +01:00
LICENSE license 2015-08-15 15:13:39 +02:00
README.md Config assets 2016-01-23 11:50:14 +01:00
Rakefile Initialize app 2015-06-28 10:40:19 +02:00
config.ru Initialize app 2015-06-28 10:40:19 +02:00

README.md

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).

bouquins is available in french and english.

Licence

is licensed under the terms of the BSD license.

Tips

Assets precompile: rake assets:precompile