You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/06/15 02:44:32 UTC

svn commit: r190677 - /forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft

Author: thorsten
Date: Tue Jun 14 17:44:31 2005
New Revision: 190677

URL: http://svn.apache.org/viewcvs?rev=190677&view=rev
Log:
fixed the usages of the content-feeder contract

Modified:
    forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft

Modified: forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft?rev=190677&r1=190676&r2=190677&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft (original)
+++ forrest/branches/locationmap_branch/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-feeder.ft Tue Jun 14 17:44:31 2005
@@ -21,9 +21,9 @@
   <description>
     content-feeder will output the html information retrieved by the feeder plugin (needs to be installed!). 
   </description>
-	<usage><![CDATA[<forrest:contract name="feeder">
-    <forrest:properties contract="feeder">
-      <forrest:property name="feeder" nugget="get.nugget.feeder">
+	<usage><![CDATA[<forrest:contract name="content-feeder">
+    <forrest:properties contract="content-feeder">
+      <forrest:property name="content-feeder" nugget="get.nugget.feeder">
         <url>/feeds/somefeed.xml</url>
       </forrest:property>
     </forrest:properties>