Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 4938 invoked from network); 14 Aug 2005 00:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2005 00:11:47 -0000 Received: (qmail 96505 invoked by uid 500); 14 Aug 2005 00:11:47 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 96416 invoked by uid 500); 14 Aug 2005 00:11:46 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 96403 invoked by uid 99); 14 Aug 2005 00:11:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Aug 2005 17:11:46 -0700 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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 13 Aug 2005 17:12:06 -0700 Received: (qmail 4908 invoked by uid 65534); 14 Aug 2005 00:11:43 -0000 Message-ID: <20050814001143.4907.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r232549 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder: ./ resources/stylesheets/ src/documentation/content/xdocs/samples/ Date: Sun, 14 Aug 2005 00:11:42 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rgardler Date: Sat Aug 13 17:11:28 2005 New Revision: 232549 URL: http://svn.apache.org/viewcvs?rev=232549&view=rev Log: changed request method to use extensions Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss2document.xsl forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap?rev=232549&r1=232548&r2=232549&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/input.xmap Sat Aug 13 17:11:28 2005 @@ -26,14 +26,14 @@ - + - + Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss2document.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss2document.xsl?rev=232549&r1=232548&r2=232549&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss2document.xsl (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/resources/stylesheets/rss2document.xsl Sat Aug 13 17:11:28 2005 @@ -17,6 +17,9 @@ --> + + +
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml?rev=232549&r1=232548&r2=232549&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/aggregateFeed.xml Sat Aug 13 17:11:28 2005 @@ -41,7 +41,7 @@ ]]> -

Take a +

Take a look at what the above file produces.

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml?rev=232549&r1=232548&r2=232549&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/samples/singleFeed.xml Sat Aug 13 17:11:28 2005 @@ -38,7 +38,7 @@

In order to embed the data from the planetApache feed you create a link in the following form:

- <a href="PATH_TO_FEED_DESCRIPTOR/feeder/FEED_DESCRIPTOR_NAME.EXTENSION> + <a href="PATH_TO_FEED_DESCRIPTOR/FEED_DESCRIPTOR_NAME.rss.EXTENSION>

In this URL you must replace PATH_TO_FEED_DESCRIPTOR with the directory path to your feed descriptor file, @@ -46,10 +46,8 @@ and EXTENSION with the extension indicating the format you want the feed to be delivered in (i.e. html, pdf etc.)

-

For example /samples/feeder/feedDescriptor.html +

For example /samples/feedDescriptor.rss.html will display the feed shown above.

- The way URLs are structured is due to change in the near future, - use at your own risk (see Forrest mailing lists for discussion). Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml?rev=232549&r1=232548&r2=232549&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/status.xml Sat Aug 13 17:11:28 2005 @@ -30,7 +30,13 @@ - + + + Changed the request URI from **/feeder/*.xml to **.rss.xml. Please + update your source files accordingly. + + + Renamed to bring into line with naming conventions.