You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2001/10/08 15:56:40 UTC

cvs commit: jakarta-struts/contrib/tiles/web/doc/rss apacheweek-headlines.xml rss-example.xml

cedric      01/10/08 06:56:40

  Added:       contrib/tiles/web/doc/rss apacheweek-headlines.xml
                        rss-example.xml
  Log:
  example of Rss channels input for off-line tests
  
  Revision  Changes    Path
  1.1                  jakarta-struts/contrib/tiles/web/doc/rss/apacheweek-headlines.xml
  
  Index: apacheweek-headlines.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
  <rss version="0.91">
    <channel>
      <title>Apache Week 262</title>
      <description>The essential resource for anyone running an Apache server, or anyone responsible for running Apache-based services.</description>
      <language>en-gb</language>
      <link>http://www.apacheweek.com/</link>
      <copyright>Copyright 2001, Red Hat Europe</copyright>
      <managingEditor>editors@apacheweek.com (Mark Cox)</managingEditor>
      <webMaster>webadmin@apacheweek.com (Mark Cox)</webMaster>
      <lastBuildDate>20010907</lastBuildDate>
      <pubDate>20010907</pubDate>
      <image>
        <title>Apache Week</title>
        <url>http://www.apacheweek.com/img/apacheweek_channel.gif</url>
        <link>http://www.apacheweek.com/</link>
        <width>88</width>
        <height>31</height>
        <description>Apache Week</description>
      </image>
      <item>
        <title>Under development</title>
        <link>http://www.apacheweek.com/issues/01-09-07#dev</link>
        <description>
  Controversy over a gzip content compression module for 2.0
  </description>
      </item>
      <item>
        <title>In the news</title>
        <link>http://www.apacheweek.com/issues/01-09-07#news</link>
        <description>
  New web server surveys this month agree that Apache is still in 
  use on around 60% of all sites
  </description>
      </item>
      <item>
        <title>Featured articles</title>
        <link>http://www.apacheweek.com/issues/01-09-07#featured</link>
        <description>
  Analysing Apache logs with Webalizer; improving your Apache server performance
  </description>
      </item>
    </channel>
  </rss>
  
  
  
  1.1                  jakarta-struts/contrib/tiles/web/doc/rss/rss-example.xml
  
  Index: rss-example.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE rss PUBLIC
   "-//Netscape Communications//DTD RSS 0.91//EN"
   "http://my.netscape.com/publish/formats/rss-0.91.dtd">
  
  <rss version="0.91">
  
    <channel>
  
      <title>MozillaZine</title>
      <link>http://www.mozillazine.org</link>
      <description>Your source for Mozilla news, advocacy,
        interviews, builds, and more!</description>
      <language>en-US</language>
      <rating>(PICS-1.1 "http://www.rsac.org/ratingsv01.html"
        2 gen true comment "RSACi North America Server"
        for "http://www.rsac.org" on "1996.04.16T08:15-0500"
        r (n 0 s 0 v 0 l 0))</rating>
  
      <image>
        <title>MozillaZine</title>
        <url>http://www.mozillazine.org/image/mynetscape88.gif</url>
        <link>http://www.mozillazine.org</link>
        <width>88</width>
        <height>31</height>
        <description>Articles, discussions, builds, and more...</description>
      </image>
  
      <item>
        <title>Java2 in Navigator 5?</title>
        <link>http://www.mozillazine.org/talkback.html?article=607</link>
        <description>Will Java2 be an integrated part of Navigator 5?
        Read more about it in this discussion...</description>
      </item>
  
      <item>
        <title>Communicator 4.61 Out</title>
        <link>http://www.mozillazine.org/talkback.html?article=606</link>
        <description>The latest version of Communicator is now
        available.  It includes security enhancements
        and various bug fixes.</description>
      </item>
  
      <item>
        <title>Mozilla Dispenses with Old,
        Proprietary DOM</title>
        <link>http://www.mozillazine.org/talkback.html?article=604</link>
      </item>
  
      <item>
        <title>The Animation Contest is Now Closed</title>
        <link>http://www.mozillazine.org/talkback.html?article=603</link>
      </item>
  
      <textinput>
        <title>Send</title>
        <description>Comments about MozillaZine?</description>
        <name>responseText</name>
        <link>http://www.mozillazine.org/cgi-bin/sampleonly.cgi</link>
      </textinput>
  
    </channel>
  
  </rss>