Author: thorsten
Date: Wed Feb 28 16:06:08 2007
New Revision: 513074
URL: http://svn.apache.org/viewvc?view=rev&rev=513074
Log:
FOR-546 - Sitemap reference doc should be updated to reflect plugin architecture
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml?view=diff&rev=513074&r1=513073&r2=513074
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml Wed Feb
28 16:06:08 2007
@@ -315,12 +315,15 @@
like HTML and PDF.
</p>
<section id="pdf">
+ <note>
+ PDF is now generated via the org.apache.forrest.plugin.output.pdf
plugin.
+ </note>
<title>PDF output</title>
<p>
Easiest case first; PDFs don't require menus or headers, so we can
simply transform our intermediate format into XSL:FO, and from there
to PDF. This is done by the following matcher in
- <code>sitemap.xmap</code> ...
+ <code>output.xmap</code> from the pdf plugin ...
</p>
<source><![CDATA[
1 <map:match type="regexp" pattern="^(.*?)([^/]*).pdf$">