-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
72 lines (45 loc) · 2.02 KB
/
README.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
NAME:
rsslib4j - parse your rss feed!
AUTHOR:
'StealthP' Francesco <stealthp[at]stealthp.net>
DESCRIPTION:
What is rsslib4j?
RSSLib4J is a set of Java API to parse and retrive information from a RSS Feed
It supports RSS 0.9x and 1.0 specification
Theese APIS, written in java, are a wrapper for SAX xml parsing.
It provides to programmer an easy way to process a rss feed.
It supports DoublinCore and Syndication namespace too
The APIS are platform indipendent
SYSTEM REQUIREMENTS:
JRE 1.4 of Sun or above. I think app also working whith another jre but i've
not tested yet.
You can download jre for many java application here:
http://java.sun.com/j2se/1.4.2/download.html
How to use:
Look at javadoc dir for API specifications
Put the jar file into your CLASSPATH and use it
NOTE: the jar file into lib dir is used just for run my Test class, not needed by rsslib4j api
Build from source:
You should use ant with build.xml to abtain the correct result:
Make sources;
$ ant make
Make jar file
$ ant jar
Look build.xml for other options
LICENSE:
This software is released under the GPL. Please
see the included LICENSE file.
Copyright (C) 2002 'StealthP' Francesco
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Use this script at your own risk!
$Id: README.txt,v 1.3 2004/09/04 12:14:20 taganaka Exp $