Skip to content

ndpar/bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookshelf

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.

Usage

  • 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

Bookshelf

Build

lein uberjar

License

Copyright (C) 2012 Andrey Paramonov

Distributed under the Eclipse Public License, the same as Clojure.

About

Materials for tutorial "Web development in Clojure"

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors