You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/05/25 19:30:42 UTC

cvs commit: jakarta-commons-sandbox/feedparser/xdocs index.xml

dirkv       2004/05/25 10:30:42

  Modified:    feedparser/xdocs index.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-commons-sandbox/feedparser/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	22 May 2004 12:38:32 -0000	1.1
  +++ index.xml	25 May 2004 17:30:42 -0000	1.2
  @@ -11,7 +11,10 @@
   
   <section name="The Feedparser Component">
   <p>
  -This FeedParser implementation is based on JDOM and Jaxen and is based around
  +Generic FeedParser interface and concrete implementations for
  +<a href="http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html">Atom</a>,
  +FOAF, OPML and RSS.
  +These FeedParser implementations are based on JDOM and Jaxen and is based around
   XPath and JDOM iteration.  While the implementation is straight forward it
   has not been optimized for performance.  A SAX based parser would certainly
   be less memory intensive but with the downside of being harder to develop.  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org