Author: thorsten Date: Thu Jul 7 15:46:13 2005 New Revision: 209670 URL: http://svn.apache.org/viewcvs?rev=209670&view=rev Log: svn merge -r190293:head from lm to trunk. That finished the merge of the lm AFAIK. Added: forrest/trunk/main/fresh-site/src/documentation/resources/templates/ - copied from r209669, forrest/branches/locationmap_branch/main/fresh-site/src/documentation/resources/templates/ Modified: forrest/trunk/main/fresh-site/forrest.properties forrest/trunk/main/webapp/resources.xmap forrest/trunk/main/webapp/resources/stylesheets/html2document.xsl Modified: forrest/trunk/main/fresh-site/forrest.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/forrest.properties?rev=209670&r1=209669&r2=209670&view=diff ============================================================================== --- forrest/trunk/main/fresh-site/forrest.properties (original) +++ forrest/trunk/main/fresh-site/forrest.properties Thu Jul 7 15:46:13 2005 @@ -27,6 +27,8 @@ # Specifies name of Forrest skin to use # See list at http://forrest.apache.org/docs/skins.html #project.skin=pelt +# uncomment the following skin if you are using views +#project.skin=leather-dev # Descriptors for plugins and skins # comma separated list, file:// is supported @@ -124,6 +126,8 @@ # version. # Run "forrest available-plugins" for a list of plug-ins currently available project.required.plugins=org.apache.forrest.plugin.output.pdf +# Add the following plugins to project.required.plugins when using views: +#org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.viewHelper.xhtml,org.apache.forrest.plugin.internal.view # Proxy configuration # proxy.host= Modified: forrest/trunk/main/webapp/resources.xmap URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources.xmap?rev=209670&r1=209669&r2=209670&view=diff ============================================================================== --- forrest/trunk/main/webapp/resources.xmap (original) +++ forrest/trunk/main/webapp/resources.xmap Thu Jul 7 15:46:13 2005 @@ -126,6 +126,11 @@ + + + + + @@ -295,12 +300,31 @@ - + + + + + + + + - - + + + + + + + + + + + + + + @@ -329,16 +353,21 @@ - - - - - - - - - + + + + + + + + + + + + + + @@ -353,16 +382,16 @@ - - - - - - - - - + + + + + + + + + @@ -374,9 +403,12 @@ - + - + + + + @@ -392,10 +424,20 @@ - - - - + + + + + + + + + + + + + + @@ -404,12 +446,12 @@ - - - - - - + + + + + + Modified: forrest/trunk/main/webapp/resources/stylesheets/html2document.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/html2document.xsl?rev=209670&r1=209669&r2=209670&view=diff ============================================================================== --- forrest/trunk/main/webapp/resources/stylesheets/html2document.xsl (original) +++ forrest/trunk/main/webapp/resources/stylesheets/html2document.xsl Thu Jul 7 15:46:13 2005 @@ -56,31 +56,16 @@ - - ]]> - - - - - -
- - - - - <xsl:apply-templates/> - <xsl:call-template name="process_h1"/> - </section> - </xsl:otherwise> - </xsl:choose> + <xsl:apply-templates select="*[1]" mode="next"/> + <xsl:call-template name="process_h1"/> </body> </xsl:template> @@ -128,7 +113,7 @@ </section> </xsl:for-each> </xsl:template> - + <!--process each sibling in order until the next heading level--> <xsl:template match="*" mode="next">