From 0fed3b4bb66b348f8caad8ec2d943c15eec90519 Mon Sep 17 00:00:00 2001 From: mishako Date: Sun, 24 Apr 2016 12:29:44 +0200 Subject: [PATCH] Remove mentions of old versions from the site --- ...V0.4TutorialDefiningACustomModuleBeanParserAndGenerator.apt | 2 +- ...lUsingRomeToAggregateManySyndicationFeedsIntoASingleOne.apt | 2 +- ...lUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.apt | 2 +- ...meV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.apt | 2 +- .../RomeV0.4TutorialUsingRomeToReadASyndicationFeed.apt | 2 +- rome/src/site/apt/Modules/A9OpenSearch.apt | 2 -- rome/src/site/apt/Modules/Content.apt | 2 -- rome/src/site/apt/Modules/CreativeCommons.apt | 2 -- rome/src/site/apt/Modules/GeoRSS.apt | 2 -- rome/src/site/apt/Modules/GoogleBase.apt | 2 -- rome/src/site/apt/Modules/IPhotoPhotocasting.apt | 2 -- rome/src/site/apt/Modules/ITunesPodcasting.apt | 2 -- rome/src/site/apt/Modules/MediaRSS.apt | 2 -- rome/src/site/apt/Modules/MicrosoftSimpleListExtensions.apt | 2 -- rome/src/site/apt/Modules/MicrosoftSimpleSharingExtensions.apt | 2 -- rome/src/site/apt/Modules/Slash.apt | 2 -- rome/src/site/apt/Modules/Weather.apt | 2 -- rome/src/site/apt/Propono/index.apt | 3 +-- .../RssAndAtOMUtilitiEsROMEPluginsMechanism.apt | 2 +- ...UtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.apt | 2 +- ...V0.5TutorialDefiningACustomModuleBeanParserAndGenerator.apt | 2 +- ...lUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.apt | 2 +- ...lUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.apt | 2 +- ...MEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.apt | 2 +- ...tilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.apt | 2 +- ....5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.apt | 2 +- .../UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.apt | 2 +- ...AndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.apt | 2 +- .../index.apt | 2 +- 29 files changed, 17 insertions(+), 42 deletions(-) diff --git a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialDefiningACustomModuleBeanParserAndGenerator.apt b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialDefiningACustomModuleBeanParserAndGenerator.apt index ed1bbab..f12c07e 100644 --- a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialDefiningACustomModuleBeanParserAndGenerator.apt +++ b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialDefiningACustomModuleBeanParserAndGenerator.apt @@ -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). diff --git a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToAggregateManySyndicationFeedsIntoASingleOne.apt b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToAggregateManySyndicationFeedsIntoASingleOne.apt index 1046f3c..3137c4f 100644 --- a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToAggregateManySyndicationFeedsIntoASingleOne.apt +++ b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToAggregateManySyndicationFeedsIntoASingleOne.apt @@ -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. diff --git a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.apt b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.apt index fa24788..a3acca3 100644 --- a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.apt +++ b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.apt @@ -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. diff --git a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.apt b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.apt index 6e2408d..8f3b6df 100644 --- a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.apt +++ b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.apt @@ -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. diff --git a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.apt b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.apt index 14bb6c9..74af3c3 100644 --- a/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.apt +++ b/rome/src/site/apt/HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.apt @@ -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. diff --git a/rome/src/site/apt/Modules/A9OpenSearch.apt b/rome/src/site/apt/Modules/A9OpenSearch.apt index e29999a..86ce06c 100644 --- a/rome/src/site/apt/Modules/A9OpenSearch.apt +++ b/rome/src/site/apt/Modules/A9OpenSearch.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/Content.apt b/rome/src/site/apt/Modules/Content.apt index d3b0a77..7adb669 100644 --- a/rome/src/site/apt/Modules/Content.apt +++ b/rome/src/site/apt/Modules/Content.apt @@ -10,8 +10,6 @@ Content This plug in is for use content:encoded in feeds. - The latest version is 0.4 available. - *Sample Usage +------+ diff --git a/rome/src/site/apt/Modules/CreativeCommons.apt b/rome/src/site/apt/Modules/CreativeCommons.apt index b090dfc..d481fe6 100644 --- a/rome/src/site/apt/Modules/CreativeCommons.apt +++ b/rome/src/site/apt/Modules/CreativeCommons.apt @@ -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 <> 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 +------+ diff --git a/rome/src/site/apt/Modules/GeoRSS.apt b/rome/src/site/apt/Modules/GeoRSS.apt index 5b1e4bd..0dcb34e 100644 --- a/rome/src/site/apt/Modules/GeoRSS.apt +++ b/rome/src/site/apt/Modules/GeoRSS.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/GoogleBase.apt b/rome/src/site/apt/Modules/GoogleBase.apt index 0703428..b2d98f1 100644 --- a/rome/src/site/apt/Modules/GoogleBase.apt +++ b/rome/src/site/apt/Modules/GoogleBase.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/IPhotoPhotocasting.apt b/rome/src/site/apt/Modules/IPhotoPhotocasting.apt index 003a21b..490d1ff 100644 --- a/rome/src/site/apt/Modules/IPhotoPhotocasting.apt +++ b/rome/src/site/apt/Modules/IPhotoPhotocasting.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/ITunesPodcasting.apt b/rome/src/site/apt/Modules/ITunesPodcasting.apt index 2ad4dd4..b931c64 100644 --- a/rome/src/site/apt/Modules/ITunesPodcasting.apt +++ b/rome/src/site/apt/Modules/ITunesPodcasting.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/MediaRSS.apt b/rome/src/site/apt/Modules/MediaRSS.apt index 638fd3a..1c1618d 100644 --- a/rome/src/site/apt/Modules/MediaRSS.apt +++ b/rome/src/site/apt/Modules/MediaRSS.apt @@ -10,8 +10,6 @@ MediaRSS This plugin is for use with Yahoo! MediaRSS/Flickr Photostreams - The latest version is 0.1 available. - *Sample Usage +------+ diff --git a/rome/src/site/apt/Modules/MicrosoftSimpleListExtensions.apt b/rome/src/site/apt/Modules/MicrosoftSimpleListExtensions.apt index a15db75..4316f7f 100644 --- a/rome/src/site/apt/Modules/MicrosoftSimpleListExtensions.apt +++ b/rome/src/site/apt/Modules/MicrosoftSimpleListExtensions.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/MicrosoftSimpleSharingExtensions.apt b/rome/src/site/apt/Modules/MicrosoftSimpleSharingExtensions.apt index 3db19cf..f8aba50 100644 --- a/rome/src/site/apt/Modules/MicrosoftSimpleSharingExtensions.apt +++ b/rome/src/site/apt/Modules/MicrosoftSimpleSharingExtensions.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/Slash.apt b/rome/src/site/apt/Modules/Slash.apt index 4fc124a..1ecbad5 100644 --- a/rome/src/site/apt/Modules/Slash.apt +++ b/rome/src/site/apt/Modules/Slash.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Modules/Weather.apt b/rome/src/site/apt/Modules/Weather.apt index cbb7d42..be85dbd 100644 --- a/rome/src/site/apt/Modules/Weather.apt +++ b/rome/src/site/apt/Modules/Weather.apt @@ -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 +------+ diff --git a/rome/src/site/apt/Propono/index.apt b/rome/src/site/apt/Propono/index.apt index 724bd95..7c21c87 100644 --- a/rome/src/site/apt/Propono/index.apt +++ b/rome/src/site/apt/Propono/index.apt @@ -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)}} [] - \ No newline at end of file diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEPluginsMechanism.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEPluginsMechanism.apt index eaf0749..1008fe3 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEPluginsMechanism.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEPluginsMechanism.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.apt index 7734b44..683acdb 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.apt @@ -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 diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialDefiningACustomModuleBeanParserAndGenerator.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialDefiningACustomModuleBeanParserAndGenerator.apt index 7e515c7..e34d9d0 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialDefiningACustomModuleBeanParserAndGenerator.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialDefiningACustomModuleBeanParserAndGenerator.apt @@ -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). diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.apt index bd388e3..33b8e5f 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.apt index af09da6..3c45a86 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.apt index f8f992e..a472d26 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.apt index 2eeba08..82f20ad 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.apt index bf482f6..e2092e2 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.apt @@ -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). diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.apt index 6beec4f..922305e 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/XMLCharsetEncodingDetectionHowRssAndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/XMLCharsetEncodingDetectionHowRssAndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.apt index 642d878..345ba93 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/XMLCharsetEncodingDetectionHowRssAndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/XMLCharsetEncodingDetectionHowRssAndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.apt @@ -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. diff --git a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.apt b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.apt index c805e30..2801a5d 100644 --- a/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.apt +++ b/rome/src/site/apt/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.apt @@ -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