git.fiddlerwoaroof.com
Browse code

Basic README

fiddlerwoaroof authored on 12/02/2016 06:27:04
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+A library for handling RSS/Atom feeds
2
+
3
+The library implements most of the elements in the RSS and Atom specs and handles feed discovery, feed type
4
+detection and feed pulling as well as feed generation.  It is also fairly easy to extend by subclassing the
5
+appropriate classes and specializing the generic functions `%to-feed`, `make-item`, `%get-items` and
6
+`%generate-xml`.
7
+
8
+It is, however, noticeably incomplete: particularly, not all the useful functions have been exported from the
9
+packages they reside in.  Also, it relies on code in my fork of chronicity <http://github.com/fiddlerwoaroof/chronicity>
10
+to handle certain wordpress feeds.
0 11
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-The beginnings of a new RSS library :)