**** SASAX-RSS 1.1 **** ------------------------------------------------------------------------------- [Contents of distribution] README.en.txt This document. LICENSE License of SASAX. HISTORY.txt History of SASAX doc/ Documentation of SASAX. (document distribution only) usermanual/ User manual of SASAX. javadoc/ API documents of SASAX(Javadoc style). paresr/ API of SASAX-RSS parser. gui/ API of GUI classes for SASAX-RSS. obj/java/jars Classes in JAR files (binary distribution only). sasax-rss-parser.jar jar file for SASAX-RSS core classes. sasax-rss-gui.jar jar file for SASAX-RSS GUI classes. src/ Source files. parser/ Source files of SASAX-RSS (source distribution only). gui/ Source files of GUI for SASAX-RSS (source/binary distribution only). [Building SASAX] Requirements to build SASAX-RSS from source are: - JDK 1.2.x or later - Class library of SASAX 1.3 or later - Class library of JAXP SASAX-RSS is tested under environments shown below: - JDK 1.2.2-014 with JAXP 1.2ea1 - JDK 1.3.1-06 with JAXP 1.2ea1 - JDK 1.4.1-03(including JAXP) You can use build.xml under root of extracted distribution as build configuration file, if you have Apache ANT. Target names are shown below: - clean Clean up artifacts or directories consisting of them. This task needs adjusting before execute. Please see build.xml file. - all@parser (for source distribution only) Build SASAX-RSS parser classes and JAR file up. - all@gui Build GUI classes and JAR file up. (Building "all@parser" is required before this task) - execute.gui Bootstrap GUI of RSS reader by SASAX-RSS (Building "all@gui" is required before this task) ------------------------------------------------------------------------------- FUJIGURUMA organized by FUJIWARA Katsunori