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 @@ <map:pipelines> <map:pipeline> <map:match pattern="resolver-*.html"> - <map:generate src="{project:content.xdocs}resolver-{1}.xml"/> + <map:generate src="{properties:content.xdocs}resolver-{1}.xml"/> <map:transform src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/> <map:serialize type="xhtml"/> 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 @@ <!-- <map:pipeline internal-only="false"> <map:select type="exists"> - <map:when test="{project:sitemap}"> - <map:mount uri-prefix="" src="{project:sitemap}" check-reload="yes" /> + <map:when test="{properties:sitemap}"> + <map:mount uri-prefix="" src="{properties:sitemap}" check-reload="yes" /> </map:when> </map:select> </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"> <map:when test="howto-v13"> - <map:transform src="{forrest:stylesheets}/howto2document.xsl" /> + <map:transform src="{forrest:forrest.stylesheets}/howto2document.xsl" /> </map:when> </pre> <a name="N10175"></a><a name="other_source"></a> @@ -692,7 +692,7 @@ 2 <map:generate src="cocoon:/{1}{2}.xml"/> 3 <map:transform type="xinclude"/> 4 <map:transform type="<a href="#linkrewriting_impl">linkrewriter</a>" src="cocoon://{1}linkmap-{2}.pdf"/> -5 <map:transform src="skins/{forrest:skin}/xslt/fo/document2fo.xsl"> +5 <map:transform src="skins/{forrest:forrest.skin}/xslt/fo/document2fo.xsl"> 6 <map:parameter name="ctxbasedir" value="{realpath:.}/"/> 7 <map:parameter name="xmlbasedir" value="content/xdocs/{1}"/> 8 </map:transform> 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 @@ <map:pipelines> <map:pipeline> <map:match pattern="**download.xml"> - <map:generate src="{project:content.xdocs}{1}download.xml" /> - <map:transform src="{project:resources.stylesheets}/download2document.xsl" /> + <map:generate src="{properties:content.xdocs}{1}download.xml" /> + <map:transform src="{properties:resources.stylesheets}/download2document.xsl" /> <map:serialize type="xml"/> </map:match> </map:pipeline> @@ -1224,17 +1224,17 @@ <map:pipelines> <map:pipeline> <map:match pattern="**download.xml"> - <map:generate src="{project:content.xdocs}{1}download.xml" /> - <map:act type="sourcetype" src="{project:content.xdocs}{1}download.xml"> + <map:generate src="{properties:content.xdocs}{1}download.xml" /> + <map:act type="sourcetype" src="{properties:content.xdocs}{1}download.xml"> <map:select type="parameter"> <map:parameter name="parameter-selector-test" value="{sourcetype}" /> <map:when test="download-v1.0"> <map:transform - src="{project:resources.stylesheets}/download2document.xsl" /> + src="{properties:resources.stylesheets}/download2document.xsl" /> </map:when> <map:when test="download-v1.1"> <map:transform - src="{project:resources.stylesheets}/download-v11-2document.xsl" /> + src="{properties:resources.stylesheets}/download-v11-2document.xsl" /> </map:when> </map:select> </map:act> @@ -1269,7 +1269,7 @@ <strong> <map:match pattern="**weblog.xml"> <map:generate src="http://blogs.cocoondev.org/stevenn/index.rss"/> - <map:transform src="{forrest:stylesheets}/rss2document.xsl"/> + <map:transform src="{forrest:forrest.stylesheets}/rss2document.xsl"/> <map:serialize type="xml"/> </map:match> </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>
