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 2006/08/15 01:14:26 UTC

svn commit: r431463 [4/12] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_70/ docs_0_70/howto/ docs_0_80/ docs_0_80/howto/ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/ skin/images/

Modified: forrest/site/docs_0_60/changes.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/changes.pdf?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_60/changes.rss
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/changes.rss?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
--- forrest/site/docs_0_60/changes.rss (original)
+++ forrest/site/docs_0_60/changes.rss Mon Aug 14 16:14:23 2006
@@ -60,6 +60,24 @@
         upgrading to v0.8
       </description></item>
 
+      <item><title>docs update</title><link>changes.html</link><description>docs update
+        by
+        TS
+        :
+        
+        FOR-920 - Addings notes how to
+        update the different module calls in
+        custom code. </description></item>
+      <item><title>code update</title><link>changes.html</link><description>code update
+        by
+        TS
+        :
+        
+        FOR-920 Merging the defaults and project modules to the new
+        properties module. You can use it like {properties:forrest.home}, please refer to
+        the
+        update documentation how to
+        change your {defaults:*} {project:*} and {forrest:*}.</description></item>
       <item><title>code update
           (bug FOR-800)
         </title><link>changes.html</link><description>code update
@@ -73,7 +91,7 @@
         The last remaining issue was implementing the Iterator getAttributeNames in the
         ForrestConfModule. To see all aviable properties add
         org.apache.forrest.plugin.output.inputModule and request
-        cocoon://module.project.properties.</description></item>
+        cocoon://module.properties.properties.</description></item>
       <item><title>code update
           (bug FOR-916)
         </title><link>changes.html</link><description>code update
@@ -1340,19 +1358,6 @@
        normalize-space() the forrest:properties before parsing them to the pipe
       </description></item>
       
-      <item><title>code update</title><link>changes.html</link><description>code update
-        by
-        TS
-        :
-         Added a new 
-        {defaults:view-internal} to better reuse the internal code of views. 
-        has the benefit that I only need to change the forrest-core.conf when 
-        we move views in to the core. The change in 
-        includes-viewLocationmap.xsl allows us to parse the views extension as 
-        paramater. That allows us to easily change '.fv' to '.fv.xml' via the 
-        forrest.properties. Diff 
-        </description></item>
-
       <item><title>docs add
           (bug FOR-603)
         </title><link>changes.html</link><description>docs add
@@ -5546,7 +5551,23 @@
 
         Added document to facilitate
         upgrading to v0.8
-      </description></item><item><title>code update
+      </description></item><item><title>docs update</title><link>changes.html</link><description>docs update
+        by
+        TS
+        :
+        
+        FOR-920 - Addings notes how to
+        update the different module calls in
+        custom code. </description></item><item><title>code update</title><link>changes.html</link><description>code update
+        by
+        TS
+        :
+        
+        FOR-920 Merging the defaults and project modules to the new
+        properties module. You can use it like {properties:forrest.home}, please refer to
+        the
+        update documentation how to
+        change your {defaults:*} {project:*} and {forrest:*}.</description></item><item><title>code update
           (bug FOR-800)
         </title><link>changes.html</link><description>code update
         by
@@ -5559,7 +5580,7 @@
         The last remaining issue was implementing the Iterator getAttributeNames in the
         ForrestConfModule. To see all aviable properties add
         org.apache.forrest.plugin.output.inputModule and request
-        cocoon://module.project.properties.</description></item><item><title>code update
+        cocoon://module.properties.properties.</description></item><item><title>code update
           (bug FOR-916)
         </title><link>changes.html</link><description>code update
         by
@@ -6639,18 +6660,7 @@
         :
         
        normalize-space() the forrest:properties before parsing them to the pipe
-      </description></item><item><title>code update</title><link>changes.html</link><description>code update
-        by
-        TS
-        :
-         Added a new 
-        {defaults:view-internal} to better reuse the internal code of views. 
-        has the benefit that I only need to change the forrest-core.conf when 
-        we move views in to the core. The change in 
-        includes-viewLocationmap.xsl allows us to parse the views extension as 
-        paramater. That allows us to easily change '.fv' to '.fv.xml' via the 
-        forrest.properties. Diff 
-        </description></item><item><title>docs add
+      </description></item><item><title>docs add
           (bug FOR-603)
         </title><link>changes.html</link><description>docs add
         by

Modified: forrest/site/docs_0_60/faq.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/faq.html?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
--- forrest/site/docs_0_60/faq.html (original)
+++ forrest/site/docs_0_60/faq.html Mon Aug 14 16:14:23 2006
@@ -1104,7 +1104,7 @@
  &lt;map:pipelines&gt;
   &lt;map:pipeline&gt;
    &lt;map:match pattern="resolver-*.html"&gt;
-    &lt;map:generate src="{project:content.xdocs}resolver-{1}.xml"/&gt;
+    &lt;map:generate src="{properties:content.xdocs}resolver-{1}.xml"/&gt;
     &lt;map:transform
       src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/&gt;
     &lt;map:serialize type="xhtml"/&gt;

Modified: forrest/site/docs_0_60/howto/howto-pdf-tab.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/howto/howto-pdf-tab.html?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
--- forrest/site/docs_0_60/howto/howto-pdf-tab.html (original)
+++ forrest/site/docs_0_60/howto/howto-pdf-tab.html Mon Aug 14 16:14:23 2006
@@ -387,8 +387,8 @@
 &lt;!--
 &lt;map:pipeline internal-only="false"&gt;
 &lt;map:select type="exists"&gt;
-  &lt;map:when test="{project:sitemap}"&gt;
-    &lt;map:mount uri-prefix="" src="{project:sitemap}" check-reload="yes" /&gt;
+  &lt;map:when test="{properties:sitemap}"&gt;
+    &lt;map:mount uri-prefix="" src="{properties:sitemap}" check-reload="yes" /&gt;
   &lt;/map:when&gt;  
 &lt;/map:select&gt;
 &lt;/map:pipeline

Modified: forrest/site/docs_0_60/sitemap-ref.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/sitemap-ref.html?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
--- forrest/site/docs_0_60/sitemap-ref.html (original)
+++ forrest/site/docs_0_60/sitemap-ref.html Mon Aug 14 16:14:23 2006
@@ -607,7 +607,7 @@
           to document-v13:</p>
 <pre class="code">
           &lt;map:when test="howto-v13"&gt;
-            &lt;map:transform src="{forrest:stylesheets}/howto2document.xsl" /&gt;
+            &lt;map:transform src="{forrest:forrest.stylesheets}/howto2document.xsl" /&gt;
           &lt;/map:when&gt;
           </pre>
 <a name="N10175"></a><a name="other_source"></a>
@@ -692,7 +692,7 @@
 2     &lt;map:generate src="cocoon:/{1}{2}.xml"/&gt;
 3     &lt;map:transform type="xinclude"/&gt;
 4     &lt;map:transform type="<a href="#linkrewriting_impl">linkrewriter</a>" src="cocoon://{1}linkmap-{2}.pdf"/&gt;
-5     &lt;map:transform src="skins/{forrest:skin}/xslt/fo/document2fo.xsl"&gt;
+5     &lt;map:transform src="skins/{forrest:forrest.skin}/xslt/fo/document2fo.xsl"&gt;
 6       &lt;map:parameter name="ctxbasedir" value="{realpath:.}/"/&gt;
 7       &lt;map:parameter name="xmlbasedir" value="content/xdocs/{1}"/&gt;
 8     &lt;/map:transform&gt;

Modified: forrest/site/docs_0_60/your-project.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_60/your-project.html?rev=431463&r1=431462&r2=431463&view=diff
==============================================================================
--- forrest/site/docs_0_60/your-project.html (original)
+++ forrest/site/docs_0_60/your-project.html Mon Aug 14 16:14:23 2006
@@ -1143,8 +1143,8 @@
  &lt;map:pipelines&gt;
   &lt;map:pipeline&gt;
    &lt;map:match pattern="**download.xml"&gt;
-    &lt;map:generate src="{project:content.xdocs}{1}download.xml" /&gt;
-    &lt;map:transform src="{project:resources.stylesheets}/download2document.xsl" /&gt;
+    &lt;map:generate src="{properties:content.xdocs}{1}download.xml" /&gt;
+    &lt;map:transform src="{properties:resources.stylesheets}/download2document.xsl" /&gt;
     &lt;map:serialize type="xml"/&gt;
    &lt;/map:match&gt;
   &lt;/map:pipeline&gt;
@@ -1224,17 +1224,17 @@
  &lt;map:pipelines&gt;
   &lt;map:pipeline&gt;
    &lt;map:match pattern="**download.xml"&gt;
-    &lt;map:generate src="{project:content.xdocs}{1}download.xml" /&gt;
-    &lt;map:act type="sourcetype" src="{project:content.xdocs}{1}download.xml"&gt;
+    &lt;map:generate src="{properties:content.xdocs}{1}download.xml" /&gt;
+    &lt;map:act type="sourcetype" src="{properties:content.xdocs}{1}download.xml"&gt;
      &lt;map:select type="parameter"&gt;
       &lt;map:parameter name="parameter-selector-test" value="{sourcetype}" /&gt;
       &lt;map:when test="download-v1.0"&gt;
        &lt;map:transform
-          src="{project:resources.stylesheets}/download2document.xsl" /&gt;
+          src="{properties:resources.stylesheets}/download2document.xsl" /&gt;
       &lt;/map:when&gt;
       &lt;map:when test="download-v1.1"&gt;
        &lt;map:transform
-          src="{project:resources.stylesheets}/download-v11-2document.xsl" /&gt;
+          src="{properties:resources.stylesheets}/download-v11-2document.xsl" /&gt;
       &lt;/map:when&gt;
      &lt;/map:select&gt;
     &lt;/map:act&gt;
@@ -1269,7 +1269,7 @@
   <strong>
    &lt;map:match pattern="**weblog.xml"&gt;
     &lt;map:generate src="http://blogs.cocoondev.org/stevenn/index.rss"/&gt;
-    &lt;map:transform src="{forrest:stylesheets}/rss2document.xsl"/&gt;
+    &lt;map:transform src="{forrest:forrest.stylesheets}/rss2document.xsl"/&gt;
     &lt;map:serialize type="xml"/&gt;
    &lt;/map:match&gt;
 </strong>
@@ -1283,7 +1283,7 @@
 <p>You will probably want to copy the core Forrest 
               <span class="codefrag">rss2document.xsl</span> to your project,
               customise it to your needs, and refer to it with
-              <span class="codefrag">src="{project:resources.stylesheets}/rss2document.xsl"</span>.
+              <span class="codefrag">src="{properties:resources.stylesheets}/rss2document.xsl"</span>.
               Then of course you would add an entry to site.xml to link
               to weblog.html
             </p>