7f3769fcd86a337e0639b44a5b5eb9827f8991b0
Add SPINE_ORG environment variable support to scripts/run. When set, the value is passed as spine-org-file via --eval before loading spine.el. Usage: SPINE_ORG=~/my-books.org ./scripts/run SPINE_ORG=/work/personal-local/spine/sample-books.org ./scripts/run localhost:9090 When unset, defaults to ~/spine/books.org (existing behavior).
Overview
Spine is a tool for managing your personal library. Spine keeps track of books you want to read, are reading and have read. Spine lets you track notes about the books and why you were interested in them in the first place.
Design
Spine is primarily a web application where you view and enter details about books. To ensure your data is fully portable and independent of Spine itself, your book data is backed by a single Org file ( http://orgmode.org/ )
The application itself is written in Elisp and runs inside of Emacs but serves up its interface as HTML derived from your spine.org file.
Description
A personal reading management application for keeping notes on books you've read and want to read.
Languages
Emacs Lisp
60.2%
Mustache
25.2%
HTML
13.3%
Shell
1.3%