Author: burton
Date: Fri Jan 28 16:26:53 2005
New Revision: 148962

URL: http://svn.apache.org/viewcvs?view=rev&rev=148962
Log:
more xdocs
Modified:
   jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml
Url: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml?view=diff&rev=148962&p1=jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml&r1=148961&p2=jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml&r2=148962
==============================================================================
--- jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml    (original)
+++ jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml    Fri Jan 28 
16:26:53 2005
@@ -137,7 +137,7 @@
 
         </section>
 
-        <section name="Example">
+        <section name="API">
 
             <p>
                 Developers place all their logic in a FeedParserListener which
@@ -167,13 +167,32 @@
             </source>
 
             <p>
-                Of course this is just a trivial example from the
-                HelloFeedParser demo distributed with the app.  Other events
-                such as onChannel, onImage, onLink can be used to obtain
-                additional metadata.
+                This is a trivial example from the HelloFeedParser demo
+                distributed with the app.  Other events such as onChannel,
+                onImage, onLink can be used to obtain additional metadata.
+            </p>
+
+            <p>
+                This is done to allow for extension of the RSS specification in
+                the future as well as support for additional namespaces.  For
+                example the RSS 1.0, 2.0, and Atom specification all support
+                different date mechanisms.  The FeedParser simply passes
+                onCreated, onIssued methods via the MetaFeedParserListener
+                interface.
+            </p>
+
+        </section>
+
+        <!--
+        <section name="Event Stream">
+
+            <p>
+                All of these events can be visualized as a stream of events
+                called against your application.
             </p>
 
         </section>
+             -->
 
         <section name="Future Directions">
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to