Skip to content

asciimoo/feedme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

feedme

Feedme is a lightweight, single-user feed reader implemented in Common Lisp

Setup

Install

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

Load and start webapp

(require "feedme")
(feedme:start-webapp)

Now you can access to http://localhost:5000/

TODO: create a quicklisp package from feedme

Bugs

Bugs or suggestions? Visit the issue tracker.

Notes

Only tested with SBCL

About

Lightweight, single-user feed reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors