blob: c79a5c4a89f3f61db68afb29f00f96a51674c1f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This library can parse RSS (RDF Site Summary) 1.0 with validation (or
non validation).
This library can almost well parse RSS 0.9x/2.0 with non validation.
This library contains a sample that expand [RAA:RWiki].
* output recent changes as RSS 1.0.
* collect RSS 1.0s and display those items sorted by updating time.
* collect RSSs and display those items on each page.
Author: kou <kou822@ybb.ne.jp>
WWW: http://cozmixng.sgk.iwate-u.ac.jp/rwiki/index.rb?cmd=view;name=Ruby%2FRSS
|