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 2007/01/14 21:43:11 UTC

svn commit: r496141 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Author: thorsten
Date: Sun Jan 14 12:43:11 2007
New Revision: 496141

URL: http://svn.apache.org/viewvc?view=rev&rev=496141
Log:
This is the solr-add contract, it will output a link to the solr server for updating the
      solr index with the current document. When run in static mode it allows you to update the
      Solr server with the content of your website at the same time you generate the site.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft?view=diff&rev=496141&r1=496140&r2=496141
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft Sun Jan 14 12:43:11 2007
@@ -20,9 +20,9 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="solr-add">
   <description>
-    <p> This is just a solr-add contract, it will output something but *nothing* in special. It should 
-      just serve to explain a wee bit contracts and what you can do with them. 
-      </p>
+    <p> This is the solr-add contract, it will output a link to the solr server for updating the
+      solr index with the current document. When run in static mode it allows you to update the
+      Solr server with the content of your website at the same time you generate the site. </p>
   </description>
   <usage><![CDATA[<forrest:contract name="solr-add">
   <forrest:property name="request">#{$getRequest}</forrest:property>