Skip to content

Commit b0dec34

Browse files
committed
Cleaned up README file charset problem
1 parent a900c33 commit b0dec34

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
XML::RAI (RSS Abstraction Interface, said "ray") is anobject-oriented layer that maps overlapping and alternate tags inRSS to one common simplified interface. RAI also includes anliberal RSS parser that can be used seperately from the abstractionlayer.INSTALLATIONTo install this module type the following: perl Makefile.PL make make test make install DEPENDENCIESThis module requires these other modules and libraries:XML::RSS::Parser 4.0Date::Parse 2.26Date::Format 2.22COPYRIGHT AND LICENCEThe software is released under the Artistic License. The terms ofthe Artistic License are described athttp://www.perl.com/language/misc/Artistic.html.Except where otherwise noted, XML::RAI is Copyright2003-2009, Timothy Appnel, [email protected]. All rightsreserved.
1+
XML::RAI (RSS Abstraction Interface, said "ray") is an
2+
object-oriented layer that maps overlapping and alternate tags in
3+
RSS to one common simplified interface. RAI also includes an
4+
liberal RSS parser that can be used seperately from the abstraction
5+
layer.
6+
7+
INSTALLATION
8+
9+
To install this module type the following:
10+
11+
perl Makefile.PL
12+
make
13+
make test
14+
make install
15+
16+
DEPENDENCIES
17+
18+
This module requires these other modules and libraries:
19+
20+
XML::RSS::Parser 4.0
21+
Date::Parse 2.26
22+
Date::Format 2.22
23+
24+
25+
COPYRIGHT AND LICENCE
26+
27+
The software is released under the Artistic License. The terms of
28+
the Artistic License are described at
29+
http://www.perl.com/language/misc/Artistic.html.
30+
31+
Except where otherwise noted, XML::RAI is Copyright
32+
2003-2009, Timothy Appnel, [email protected]. All rights
33+
reserved.
34+

0 commit comments

Comments
 (0)