Remove mentions of old versions from the site

This commit is contained in:
mishako 2016-04-24 12:29:44 +02:00
parent eb917277b6
commit 0fed3b4bb6
29 changed files with 17 additions and 42 deletions

View file

@ -6,7 +6,7 @@
2011-08-14 17:34:02.657
-----
Rome v0.4 Tutorial, Defining a Custom Module (bean, parser and generator)
Defining a Custom Module (bean, parser and generator)
This tutorial walks through the steps of creating a custom module for syndication feeds that support additional namespaces (such as RSS 1.0, RSS 2.0 and Atom 0.3).

View file

@ -6,7 +6,7 @@
2011-08-14 14:57:11.190
-----
Rome v0.4 Tutorial, Using Rome to aggregate many syndication feeds into a single one
Using Rome to aggregate many syndication feeds into a single one
Rome represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with Rome are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-14 14:53:11.220
-----
Rome v0.4 Tutorial, Using Rome to convert a syndication feed from one type to another
Using Rome to convert a syndication feed from one type to another
Rome represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with Rome are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-14 14:59:35.761
-----
Rome v0.4 Tutorial, Using Rome to create and write a syndication feed
Using Rome to create and write a syndication feed
Rome represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.feed.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with Rome are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-14 14:48:33.636
-----
Rome v0.4 Tutorial, Using Rome to read a syndication feed
Using Rome to read a syndication feed
Rome represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with Rome are all lightweight classes.

View file

@ -10,8 +10,6 @@ A9 OpenSearch
This plug in is for use with {{{http://www.opensearch.org/}OpenSearch.org}} results.
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ Content
This plug in is for use content:encoded in feeds.
The latest version is 0.4 available.
*Sample Usage
+------+

View file

@ -12,8 +12,6 @@ Creative Commons
This module provides a unified rights and license system for both the RSS2/Atom and RSS/RDF namespace. However, if you wish to <<generate>> RDF/RSS feeds, you need to use a CVS build of ROME (or a version higher than 0.8).
The latest version is 0.2 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ GeoRSS
This Rome plugin is for adding location information to RSS/Atom.
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ Google Base
This plug in is for use with Google Base RSS/Atom Extensions
The latest version is 0.2 available.
*Sample Usage
+------+

View file

@ -12,8 +12,6 @@ iPhoto Photocasting
This module will read and write photocast feeds "properly". Be advised, however, that an iPhoto photocast feed will not pass a FeedValidator test as they are not properly namespaced. If you are wanting to publish, rather than read, consider using the {{{./MediaRSS.html}MediaRSS (modules)}} plug in instead. iPhoto will also read {{{./MediaRSS.html}MediaRSS (modules)}} (Flickr Photostream) feeds as well.
The latest version is 0.2 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ iTunes Podcasting
This plug in is for use with iTunes Music Service podcast listings.
The latest version is 0.4 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ MediaRSS
This plugin is for use with Yahoo! MediaRSS/Flickr Photostreams
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -12,8 +12,6 @@ Microsoft Simple List Extensions
Note you need to use the current CVS version of ROME or 0.9 when available.
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ Microsoft Simple Sharing Extensions
This ROME module supports Microsoft Simple Sharing Extensions, an RSS and {{{../opml/index.html}OPML}} extension designed to support data synchronization between bi\-directional feeds.
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ Slash
This plug in is for use with feeds from Slash\-based weblogs.
The latest version is 0.2 available.
*Sample Usage
+------+

View file

@ -10,8 +10,6 @@ Weather
This plug in is for use the {{{http://developer.yahoo.com/weather/}Yahoo! Weather service}}.
The latest version is 0.1 available.
*Sample Usage
+------+

View file

@ -19,7 +19,7 @@ Documentation
Releases
* {{{./ROMEProponoVersion1.0.html}ROME Propono Version 1.0 (propono)}} \- Release 1.0 coming soon...
* {{{./ROMEProponoVersion1.0.html}ROME Propono Version 1.0 (propono)}}
* {{{./ROMEProponoVersion0.6.html}ROME Propono Version 0.6 (propono)}}
@ -28,4 +28,3 @@ Releases
* {{{./ROMEProponoVersion0.4.html}ROME Propono Version 0.4 (propono)}}
[]

View file

@ -6,7 +6,7 @@
2011-08-15 09:03:07.534
-----
Rss and atOM utilitiEs (ROME) Plugins Mechanism
Plugins Mechanism
ROME has been designed around a plugin mechanism. All the supported feed types (RSSs and Atom) is done by plugins included in the distribution.

View file

@ -6,7 +6,7 @@
2011-08-15 09:41:55.286
-----
Rss and atOM utilitiEs (ROME) v0.5, How to build and run the tutorials sample code
How to build and run the tutorials sample code
These instructions are outdated

View file

@ -6,7 +6,7 @@
2011-08-15 09:29:19.297
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Defining a Custom Module (bean, parser and generator)
Defining a Custom Module (bean, parser and generator)
This tutorial walks through the steps of creating a custom module for syndication feeds that support additional namespaces (such as RSS 1.0, RSS 2.0 and Atom 0.3).

View file

@ -6,7 +6,7 @@
2011-08-15 09:12:26.866
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME to aggregate many syndication feeds into a single one
Using ROME to aggregate many syndication feeds into a single one
ROME represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with ROME are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-15 09:10:23.793
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME to convert a syndication feed from one type to another
Using ROME to convert a syndication feed from one type to another
ROME represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with ROME are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-15 09:20:35.352
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME to create and write a syndication feed
Using ROME to create and write a syndication feed
ROME represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with ROME are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-15 09:08:56.262
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME to read a syndication feed
Using ROME to read a syndication feed
ROME represents syndication feeds (RSS and Atom) as instances of the com.rometools.rome.synd.SyndFeed interface. The SyndFeed interfaces and its properties follow the Java Bean patterns. The default implementations provided with ROME are all lightweight classes.

View file

@ -6,7 +6,7 @@
2011-08-15 09:34:50.713
-----
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME within a Servlet to create and return a feed
Using ROME within a Servlet to create and return a feed
This sample consists of a servlet that serves a feed as response. The feed type (RSS in any of its variants or Atom) can be specified as a URL parameter when requesting the feed. The returned feed is hardwired in the sample and it would be straight forward to modify the sample to generate the feed dynamically (i.e. from data stored in a database).

View file

@ -6,7 +6,7 @@
2011-08-15 08:46:28.502
-----
Understanding Rss and atOM utilitiEs (ROME) Bean Utilities
Understanding Bean Utilities
ROME bean utilities are not part of ROME public API. They are used by the default implementation of ROME beans and it may be useful for alternate implementations as well. It is important to keep in mind that these APIs are not public and they are subject to change breaking backward compatibility.

View file

@ -6,7 +6,7 @@
2011-08-15 08:55:25.019
-----
XML Charset Encoding detection, how Rss and atOM utilitiEs (ROME) helps getting the right charset encoding
XML Charset Encoding detection, how ROME helps getting the right charset encoding
Determining the charset set encoding of an XML document it may prove not as easy as it seems, and when the XML document is served over HTTP things get a little more hairy.

View file

@ -6,7 +6,7 @@
2011-08-15 09:06:56.262
-----
Rss and atOM utilitiEs (ROME) v0.5 and above Tutorials and Articles
Tutorials and Articles
*Tutorials