Merge pull request #297 from mishako/maven-site-cleanup
Maven site cleanup
This commit is contained in:
commit
d1456ace4a
136 changed files with 83 additions and 402 deletions
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
h1 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME Certiorem">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<gitHub>
|
||||
<projectId>rometools/rome-certiorem</projectId>
|
||||
<ribbonOrientation>right</ribbonOrientation>
|
||||
<ribbonColor>gray</ribbonColor>
|
||||
</gitHub>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="left" />
|
||||
|
||||
<body>
|
||||
<menu name="ROME Certiorem">
|
||||
<item name="Overview" href="index.html" />
|
||||
<item name="Tutorial" href="CertioremTutorial.html" />
|
||||
<item name="Example project" href="http://github.com/rometools/rome-certiorem-webapp/"/>
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
h1 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME fetcher">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME fetcher</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="right" />
|
||||
|
||||
<body>
|
||||
<menu name="ROME Fetcher">
|
||||
<item name="Overview" href="index.html" />
|
||||
<item name="Dependencies" href="Dependencies/index.html" />
|
||||
</menu>
|
||||
<menu name="Releases">
|
||||
<item name="1.0" href="Releases/ROMEFetcher1.0.html" />
|
||||
<item name="1.0RC2" href="Releases/ROMEFetcher1.0RC2.html" />
|
||||
<item name="0.9" href="Releases/ROMEFetcher0.9.html" />
|
||||
<item name="0.7" href="Releases/ROMEFetcher0.7.html" />
|
||||
<item name="0.6" href="Releases/ROMEFetcher0.6.html" />
|
||||
<item name="0.5" href="Releases/RomeFetcher0.5.html" />
|
||||
<item name="0.4" href="Releases/RomeFetcher0.4.html" />
|
||||
<item name="0.3" href="Releases/RomeFetcher0.3.html" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
h1 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME-Modules">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="right" />
|
||||
|
||||
<body>
|
||||
<menu name="ROME-Modules">
|
||||
<item name="Overview" href="index.html" />
|
||||
<item name="iTunes Podcasting" href="ITunesPodcasting.html" />
|
||||
<item name="GeoRSS.html" href="GeoRSS.html" />
|
||||
<item name="Slash" href="Slash.html" />
|
||||
<item name="Google Base" href="GoogleBase.html" />
|
||||
<item name="Content" href="Content.html" />
|
||||
<item name="Creative Commons" href="CreativeCommons.html" />
|
||||
<item name="Yahoo! MediaRSS" href="MediaRSS.html" />
|
||||
<item name="iPhoto Photocasting" href="IPhotoPhotocasting.html" />
|
||||
<item name="A9 OpenSearch" href="A9OpenSearch.html" />
|
||||
<item name="Microsoft Simple List Extensions" href="MicrosoftSimpleListExtensions.html" />
|
||||
<item name="Microsoft Simple Sharing Extensions" href="MicrosoftSimpleSharingExtensions.html" />
|
||||
<item name="Yahoo! Weather" href="Weather.html" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
h1 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME OPML">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="right" />
|
||||
|
||||
<body>
|
||||
<menu name="ROME OPML">
|
||||
<item name="Overview" href="index.html" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
h1 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME Propono">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="right" />
|
||||
|
||||
<body>
|
||||
<menu name="ROME Propono">
|
||||
<item name="Overview" href="index.html" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
|
@ -6,10 +6,7 @@
|
|||
2011-08-14 17:34:02.657
|
||||
-----
|
||||
|
||||
Rome v0.4 Tutorial, Defining a Custom Module (bean, parser and generator)
|
||||
|
||||
|
||||
<<Software requirements:>> Synd J2SE 1.4\+, JDOM 1.0 and Rome 0.4.
|
||||
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).
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
2011-08-14 14:57:11.190
|
||||
-----
|
||||
|
||||
Rome v0.4 Tutorial, Using Rome to aggregate many syndication feeds into a single one
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and Rome 0.4.
|
||||
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.
|
||||
|
|
|
@ -6,10 +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
|
||||
|
||||
|
||||
<<Software requirements:>> Synd J2SE 1.4\+, JDOM 1.0 and Rome 0.4.
|
||||
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.
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
2011-08-14 14:59:35.761
|
||||
-----
|
||||
|
||||
Rome v0.4 Tutorial, Using Rome to create and write a syndication feed
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and Rome 0.4.
|
||||
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.
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
2011-08-14 14:48:33.636
|
||||
-----
|
||||
|
||||
Rome v0.4 Tutorial, Using Rome to read a syndication feed
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and Rome 0.4.
|
||||
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.
|
||||
|
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -10,8 +10,6 @@ Content
|
|||
|
||||
This plug in is for use content:encoded in feeds.
|
||||
|
||||
The latest version is 0.4 available.
|
||||
|
||||
*Sample Usage
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -10,8 +10,6 @@ MediaRSS
|
|||
|
||||
This plugin is for use with Yahoo! MediaRSS/Flickr Photostreams
|
||||
|
||||
The latest version is 0.1 available.
|
||||
|
||||
*Sample Usage
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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
|
||||
|
||||
+------+
|
|
@ -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)}}
|
||||
|
||||
[]
|
||||
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,10 +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)
|
||||
|
||||
|
||||
<<Software requirements:>> Synd J2SE 1.4\+, JDOM 1.0 and ROME 0.5.
|
||||
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).
|
||||
|
|
|
@ -6,10 +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
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and ROME 0.5.
|
||||
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.
|
||||
|
|
|
@ -6,10 +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
|
||||
|
||||
|
||||
<<Software requirements:>> Synd J2SE 1.4\+, JDOM 1.0 and ROME 0.5.
|
||||
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.
|
||||
|
|
|
@ -6,10 +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
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and ROME 0.5.
|
||||
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.
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
2011-08-15 09:08:56.262
|
||||
-----
|
||||
|
||||
Rss and atOM utilitiEs (ROME) v0.5 Tutorial, Using ROME to read a syndication feed
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, JDOM 1.0 and ROME 0.5.
|
||||
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.
|
||||
|
|
|
@ -6,10 +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
|
||||
|
||||
|
||||
<<Software requirements:>> J2SE 1.4\+, Servlet Container 2.3\+, JDOM 1.0 and ROME 0.5.
|
||||
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).
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,36 +8,25 @@
|
|||
|
||||
Welcome to ROME
|
||||
|
||||
<"...ending syndication feed confusion by supporting all of 'em. "> <{{{http://blogs.sun.com/roller/page/webmink/20040616#rome_wasn_t_built_in}\*}}>
|
||||
|
||||
<<ROME is a set of>> <<R>><<SS and At>><<om>> <<Utiliti>><<e>><<s for Java that is open source under the Apache 2.0 license.>>
|
||||
|
||||
RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0
|
||||
ROME is a Java framework for RSS and Atom feeds. It's open source and licensed under the Apache 2.0 license.
|
||||
|
||||
ROME includes a set of parsers and generators for the various flavors of syndication feeds, as well as converters to convert from one format to another.
|
||||
The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed class that
|
||||
lets you work on with the data without bothering about the incoming or outgoing feed type.
|
||||
|
||||
If you use ROME for your site or software, please add it to the wiki page {{{./ProductsOrSitesPoweredByROME.html}PoweredByRome}}, or drop us an email
|
||||
|
||||
Some of the links in the Navigation are out of date. This is because no one can edit them at present. However any registered user can edit the content
|
||||
of the pages and you'll find most of the links updated there, notably the Tutorials and Articles.
|
||||
|
||||
*ROME Subprojects
|
||||
|
||||
*----+--+--+
|
||||
||Subproject||Purpose||Latest Release|
|
||||
*----+--+--+
|
||||
|{{{http://rometools.github.io/rome-fetcher/index.html}ROME Fetcher}}|A caching feed fetcher that supports retrieval of feeds via {{{http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers}HTTP conditional GET}}. Supports ETags, GZip compression, and {{{http://bobwyman.pubsub.com/main/2004/09/using_rfc3229_w.html}RFC3229 Delta encoding}}.|{{{../fetcher/Releases/ROMEFetcher1.0.html}ROME Fetcher}} v1.0 (Mar 11 2009)|
|
||||
*----+--+--+
|
||||
|{{{http://rometools.github.io/rome-modules/index.html}Rome Modules}}|Provide support for feed extensions such as GeoRSS, iTunes, Microsoft SSE and SLE, Google GData and others.|{{{./index.html}ROME Modules 1.0}} (Feb 24 2011)|
|
||||
*----+--+--+
|
||||
|{{{http://rometools.github.io/rome-propono/index.html}ROME Propono}}|Supports publishing protocols, specifically the Atom Publishing Protocol and the legacy MetaWeblog API. Propono includes an Atom client library, an Atom server framework and a Blog client that supports both Atom protocol and the MetaWeblog API.|{{{../propono/ROMEProponoVersion0.6.html}ROME Propono v0.6}}.|
|
||||
*----+--+--+
|
||||
|{{{http://rometools.github.io/rome-mano/index.html}ROME Mano}}|A servlet pipeline framework for RSS and Atom feeds.| |
|
||||
*----+--+--+
|
||||
|{{{http://rometools.github.io/rome-opml/index.html}OPML for ROME}}|Outline Processor Markup Language (OPML) parser and tools.| |
|
||||
*----+--+--+
|
||||
*----+--+
|
||||
||Subproject||Purpose|
|
||||
*----+--+
|
||||
|{{{./Modules/index.html}Modules}}|Provide support for feed extensions such as GeoRSS, iTunes, Microsoft SSE and SLE, Google GData and others.|
|
||||
*----+--+
|
||||
|{{{./Fetcher/index.html}Fetcher}} (deprecated)|A caching feed fetcher that supports retrieval of feeds via {{{http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers}HTTP conditional GET}}. Supports ETags, GZip compression, and {{{http://bobwyman.pubsub.com/main/2004/09/using_rfc3229_w.html}RFC3229 Delta encoding}}.|
|
||||
*----+--+
|
||||
|{{{./Propono/index.html}Propono}}|Supports publishing protocols, specifically the Atom Publishing Protocol and the legacy MetaWeblog API. Propono includes an Atom client library, an Atom server framework and a Blog client that supports both Atom protocol and the MetaWeblog API.|
|
||||
*----+--+
|
||||
|{{{./Opml/index.html}OPML}}|Outline Processor Markup Language (OPML) parser and tools.|
|
||||
*----+--+
|
||||
|
||||
*Further information
|
||||
|
||||
|
@ -99,4 +88,4 @@ Welcome to ROME
|
|||
* {{{./ROMEDevelopmentProposals/index.html}ROME Development Proposals (rome)}} \- proposals for new ROME features and releases
|
||||
|
||||
[]
|
||||
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue