You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/27 07:07:32 UTC

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

burton      2005/01/26 22:07:32

  Modified:    feedparser/xdocs index.xml
  Log:
  document the formats we support...
  
  Revision  Changes    Path
  1.4       +45 -4     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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	5 Sep 2004 22:06:38 -0000	1.3
  +++ index.xml	27 Jan 2005 06:07:32 -0000	1.4
  @@ -54,10 +54,6 @@
                   </li>
   
                   <li>
  -                    Outline Parser Markup Language (OPML)
  -                </li>
  -
  -                <li>
                       An HTML link parser for finding all links in an HTML source
                       file and expanding them to become full
                   </li>
  @@ -66,6 +62,51 @@
   
           </section>
   
  +        <section name="Supported Feed Formats">
  +
  +            <p>
  +                Jakarta FeedParser supports the following syndication formats:
  +            </p>
  +
  +            <dl>
  +
  +                <dt>RSS 1.0</dt>
  +
  +                <dt>RSS 0.9</dt>
  +                <dt>RSS 0.91</dt>
  +                <dt>RSS 0.92</dt>
  +                <dt>RSS 2.0</dt>
  +                <dt>Atom 0.3</dt>
  +                <dt>Atom 0.4</dt>
  +                <dt>OPML</dt>
  +                <dt>FOAF</dt>
  +                <dt>Changes.xml</dt>
  +                <dt>XFN</dt>
  +
  +            </dl>
  +            
  +            <p>
  +                In addition the following module supports is available:
  +            </p>
  +
  +            <dl>
  +                
  +                <dt>Dublin Core (mod_dc)</dt>
  +
  +                <dt>mod_content</dt>
  +                
  +                <dt>mod_aggregation</dt>
  +
  +                <dt>mod_dcterms</dt>
  +
  +                <dt>xhtml:body</dt>
  +
  +                <dd>Provided for XHTML RSS bodies</dd>
  +                
  +            </dl>
  +
  +        </section>
  +
           <section name="Example">
   
               <p>
  
  
  

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