Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 32708 invoked from network); 3 Jan 2005 03:40:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 03:40:53 -0000 Received: (qmail 81809 invoked by uid 500); 3 Jan 2005 03:40:53 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 81752 invoked by uid 500); 3 Jan 2005 03:40:53 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 81737 invoked by uid 99); 3 Jan 2005 03:40:53 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 02 Jan 2005 19:40:51 -0800 Received: (qmail 32655 invoked by uid 65534); 3 Jan 2005 03:40:50 -0000 Date: 3 Jan 2005 03:40:50 -0000 Message-ID: <20050103034050.32650.qmail@minotaur.apache.org> From: crossley@apache.org To: svn@forrest.apache.org Subject: svn commit: r123931 - /forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml~ /forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Sun Jan 2 19:40:49 2005 New Revision: 123931 URL: http://svn.apache.org/viewcvs?view=rev&rev=123931 Log: Do dos2unix and svn:eol-style Modified: forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml~ (contents, props changed) forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo (contents, props changed) Modified: forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml~ Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml%7E?view=diff&rev=123931&p1=forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml%7E&r1=123930&p2=forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml%7E&r2=123931 ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml~ (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/samples/index.xml~ Sun Jan 2 19:40:49 2005 @@ -1,80 +1,80 @@ - - - - -
- Feed Plugin Samples Index -
- - - At present only RSS 2.0 is supported. - -
- Basic RSS Sample -

This sample shows how a basic RSS feed can be converted to an XDoc and - included in a Forrest site. In order to do this simply create a link - with the following format:

- - -<a href="/feeder/feed.domain.com/path/to/feed.rss.typeExtension">Feed Link Text</a> - - -

For example, an href of - /feeder/www.planetapache.org/rss20.xml.html will retrieve the - rss feed from http://www.planetapache.org/rss20.xml and - render it as and HTML document whilst an href of - /feeder/www.planetapache.org/rss20.xml.html will generate a - PDF, Try it. -

- -
- -
- Aggregated Feed Sample -

This sample shows how a number of different feeds can be aggregated - into a single feed and then displayed in a Forrest site. In order to do - this you must first create an aggregate descriptor file and then - create a link in the following format:

- - -<a href="/feederAggregate/path/aggregateDescriptor.typeExtension">Feed Link Text</a> - - -
- Aggregate Descriptor File -

The aggregate descriptor file is an XML doucment that describes the - feeds that you want to collate into a single document. It has the - following format:

- - - - http://www.planetapache.org/rss20.xml - - - http://planetjava.org/rss.php - - - ]]> - -

Take a - look at what the above file produces.

- -
-
- -
+ + + + +
+ Feed Plugin Samples Index +
+ + + At present only RSS 2.0 is supported. + +
+ Basic RSS Sample +

This sample shows how a basic RSS feed can be converted to an XDoc and + included in a Forrest site. In order to do this simply create a link + with the following format:

+ + +<a href="/feeder/feed.domain.com/path/to/feed.rss.typeExtension">Feed Link Text</a> + + +

For example, an href of + /feeder/www.planetapache.org/rss20.xml.html will retrieve the + rss feed from http://www.planetapache.org/rss20.xml and + render it as and HTML document whilst an href of + /feeder/www.planetapache.org/rss20.xml.html will generate a + PDF, Try it. +

+ +
+ +
+ Aggregated Feed Sample +

This sample shows how a number of different feeds can be aggregated + into a single feed and then displayed in a Forrest site. In order to do + this you must first create an aggregate descriptor file and then + create a link in the following format:

+ + +<a href="/feederAggregate/path/aggregateDescriptor.typeExtension">Feed Link Text</a> + + +
+ Aggregate Descriptor File +

The aggregate descriptor file is an XML doucment that describes the + feeds that you want to collate into a single document. It has the + following format:

+ + + + http://www.planetapache.org/rss20.xml + + + http://planetjava.org/rss.php + + + ]]> + +

Take a + look at what the above file produces.

+ +
+
+ +
Modified: forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo?view=diff&rev=123931&p1=forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo&r1=123930&p2=forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo&r2=123931 ============================================================================== --- forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo (original) +++ forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/samples/minimal.fo Sun Jan 2 19:40:49 2005 @@ -1,49 +1,49 @@ - - - - - - - - - - - - - - - - - - - If you see this in an RTF document, it means it was successfully converted from xsl:fo to RTF. - If converted by jfor, a document property called jforVersion tells you the version of jfor used for conversion - - - - + + + + + + + + + + + + + + + + + + + If you see this in an RTF document, it means it was successfully converted from xsl:fo to RTF. + If converted by jfor, a document property called jforVersion tells you the version of jfor used for conversion + + + +