forked from ibrow/node-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (35 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
----------------------------------------------------------------------
node-rss - an RSS parser for node.
http://github.com/ibrow/node-rss
Rob Searles - http://www.robsearles.com
----------------------------------------------------------------------
node-rss makes heavy use of the node-xml module written by
Rob Righter - @robrighter
http://github.com/robrighter/node-xml
----------------------------------------------------------------------
node-rss is released under the MIT licence
----------------------------------------------------------------------
See examples.js for working examples of node-rss
----------------------------------------------------------------------
TODO
----------------------------------------------------------------------
Lots, mainly:
- error checking
- writing tests
- make parsing mode robust
- conform to all specifications
----------------------------------------------------------------------
HISTORY
----------------------------------------------------------------------
21 May 2010
Initial release, working on v0.1.95-17-g1036aa9
----------------------------------------------------------------------
----------------------------------------------------------------------
REFERENCE
----------------------------------------------------------------------
RSS 2.0 specification
http://cyber.law.harvard.edu/rss/rss.html
RSS 1.0 specification
http://web.resource.org/rss/1.0/spec
Atom 1.0 specification
http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html