Feedme is a lightweight, single-user feed reader implemented in Common Lisp
install dependencies via quicklisp:
(ql:quickload '(:drakma :xmls :woo :clack :ningle :cl-markup :crane))
add feedme.asd to your lisp system directory:
$ ln -s /path/to/your/feedme/feedme.asd /path/to/your/cl/systems/feedme.asd(require "feedme")
(feedme:start-webapp)Now you can access to http://localhost:5000/
TODO: create a quicklisp package from feedme
Bugs or suggestions? Visit the issue tracker.
Only tested with SBCL