You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Silas Vedder 3e5af0ceb4 README.md and sources. 2 years ago
resources README.md and sources. 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Create LICENSE 2 years ago
README.md README.md and sources. 2 years ago
annotate.lisp Initial commit 2 years ago
cl-bible.asd Updated cl-bible.asd 2 years ago
cl-bible.lisp Added possibility to add notes. 2 years ago
clog.lisp Added possibility to add notes. 2 years ago
data.lisp Added possibility to add notes. 2 years ago
lift-search.lisp Changed structure, introduced oop. 2 years ago
package.lisp Added possibility to add notes. 2 years ago
screenshot.png Added screenshot to README.md. 2 years ago
search.lisp Korrekturen. 2 years ago
verse.lisp Added possibility to add notes. 2 years ago

README.md

cl-bible

Screenshot

installation

You need sbcl and quicklisp set up. Then do

$ git clone https://github.com/silasfox/cl-bible.git ~/quicklisp/local-projects
$ mkdir -p ~/.bible
$ cp ~/quicklisp/local-projects/cl-bible/resources/*.sexp ~/.bible/
$ sbcl
* (ql:quickload :cl-bible)
* (in-package :cl-bible-user)
* (start)