git.fiddlerwoaroof.com
name mode size
.gitignore 100644 0 kb
LICENSE 100644 1 kb
README.md 100644 1 kb
alimenta.asd 100644 1 kb
alimenta.lisp 100644 6 kb
atom.lisp 100644 13 kb
data-class.lisp 100644 3 kb
date-handling.lisp 100644
discovery.lisp 100644 1 kb
fetching.lisp 100644 2 kb
package.lisp 100644 2 kb
rss.lisp 100644 7 kb
server-test.lisp 100644 2 kb
README.md
A library for handling RSS/Atom feeds The library implements most of the elements in the RSS and Atom specs and handles feed discovery, feed type detection and feed pulling as well as feed generation. It is also fairly easy to extend by subclassing the appropriate classes and specializing the generic functions `%to-feed`, `make-item`, `%get-items` and `%generate-xml`. It is, however, noticeably incomplete: particularly, not all the useful functions have been exported from the packages they reside in. Also, it relies on code in my fork of chronicity <http://github.com/fiddlerwoaroof/chronicity> to handle certain wordpress feeds.