A Clojure web application that transforms a directory full of e-books to a web library. E-book files must be in the format Author-Title-Year.FileExtension.
- Grab the latest JAR from Downloads or build from sources (see below)
- Copy the JAR to the directory with books
- Run
java -jar bookshelf-0.1.0-standalone.jar - Load the app into the browser: http://localhost:8080/books
- Choose the book and click on the link in the last column
lein uberjar
Copyright (C) 2012 Andrey Paramonov
Distributed under the Eclipse Public License, the same as Clojure.
