Author: twilliams Date: Thu Jun 10 02:01:26 2010 New Revision: 953198 URL: http://svn.apache.org/viewvc?rev=953198&view=rev Log: Small doc updates re FOR-922
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/sitemap-ref.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/sitemap-ref.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/sitemap-ref.xml?rev=953198&r1=953197&r2=953198&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/sitemap-ref.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/sitemap-ref.xml Thu Jun 10 02:01:26 2010 @@ -123,6 +123,10 @@ that are not to be modified by Forrest.</td> </tr> <tr> + <th>plugins.xmap</th> + <td>Provides access to the plugins descriptor files.</td> + </tr> + <tr> <th>aggregate.xmap</th> <td>Generates a single page (HTML or PDF) containing all the content for the site.</td> @@ -265,32 +269,27 @@ FORMATS doc-v11 doc-v13 doc-v20 ... </p> <source> <![CDATA[ - <!-- Body content --> +<!-- Body content --> <map:match pattern="**.xml"> - <map:match pattern="changes.xml"> - <map:mount uri-prefix="" src="status.xmap" check-reload="yes" /> + <map:match pattern="locationmap.xml"> + <map:generate src="{forrest:forrest.locationmap}" /> + <map:serialize type="xml"/> </map:match> - - <map:match pattern="todo.xml"> - <map:mount uri-prefix="" src="status.xmap" check-reload="yes" /> + <map:match pattern="plugins.xml"> + <map:mount uri-prefix="" src="plugins.xmap" check-reload="yes" /> </map:match> - - <map:match pattern="**dtdx.xml"> - <map:mount uri-prefix="" src="dtd.xmap" check-reload="yes" /> + <map:match pattern="pluginDocs/plugins_(.*)/index(|\.source).xml" type="regexp"> + <map:mount uri-prefix="" src="plugins.xmap" check-reload="yes" /> </map:match> - - <map:match pattern="forrest-issues.xml"> - <map:mount uri-prefix="" src="issues.xmap" check-reload="yes" /> + <map:match pattern="linkmap.*"> + <map:mount uri-prefix="" src="linkmap.xmap" check-reload="yes" /> </map:match> - <map:match pattern="**faq.xml"> <map:mount uri-prefix="" src="faq.xmap" check-reload="yes" /> </map:match> - - <map:match pattern="site.xml"> - <map:mount uri-prefix="" src="aggregate.xmap" check-reload="yes" /> - </map:match> - .... + <map:match pattern="community/**index.xml"> + <map:mount uri-prefix="" src="forrest.xmap" check-reload="yes" /> + </map:match> .... ....]]> </source> <section id="late_binding_pipelines">