diff options
author | Clay Leeds <clay@apache.org> | 2004-11-20 15:05:51 +0000 |
---|---|---|
committer | Clay Leeds <clay@apache.org> | 2004-11-20 15:05:51 +0000 |
commit | 1c61419c597f3d8b651ce80458b89868f02b7070 (patch) | |
tree | c61791b2b46fc7a51b2ee4d108610c233ece5dae /src/documentation/sitemap.xmap | |
parent | 52a058b2926c87ef6e9fbd23ec082ae8db22e2ab (diff) | |
download | xmlgraphics-fop-1c61419c597f3d8b651ce80458b89868f02b7070.tar.gz xmlgraphics-fop-1c61419c597f3d8b651ce80458b89868f02b7070.zip |
* backed up sitemap.xmap & sitemap-0.5.xmap files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/sitemap.xmap')
-rw-r--r-- | src/documentation/sitemap.xmap | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap deleted file mode 100644 index c0cb01324..000000000 --- a/src/documentation/sitemap.xmap +++ /dev/null @@ -1,76 +0,0 @@ -<?xml version="1.0"?> -<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> - <!-- =========================== Components ================================ --> - <map:components> - <map:serializers default="html"> - <!-- ========================== FOP Additions ========================== --> - <map:serializer name="svg2pdf" mime-type="application/pdf" src="org.apache.cocoon.serialization.SVGSerializer"> - <parameter name="transcoder" value="org.apache.fop.svg.PDFTranscoder"/> - </map:serializer> - <!-- ======================= End FOP Additions ======================== --> - </map:serializers> - </map:components> - <!-- =========================== Views =================================== --> - <map:views> - <map:view name="content" from-label="content"> - <map:serialize type="xml"/> - </map:view> - <map:view name="pretty-content" from-label="content"> - <map:transform src="library/xslt/simple-xml2html.xsl"/> - <map:serialize type="html"/> - </map:view> - <map:view name="links" from-position="last"> - <map:transform src="library/xslt/filterlinks.xsl"/> - <map:serialize type="links"/> - </map:view> - </map:views> - <!-- =========================== Pipelines ================================= --> - <map:pipelines> - <!-- Utility Pipeline that creates the grammer for the Chaperon Wiki --> - <!-- Pipeline that manages the internal URI space - For the external URI space manager, see the next pipeline. - Set it to internal-only="true" in production environment --> - <map:pipeline internal-only="false"> - <!-- ========================== FOP Additions ========================== --> - <map:match pattern="**compliance.xml"> - <map:generate src="{project:content.xdocs}{1}compliance.xml"/> - <map:transform src="{project:resources.stylesheets}/compliance2document.xsl"/> - <map:serialize type="xml"/> - </map:match> - <!-- ======================== End FOP Additions ======================== --> - </map:pipeline> - <map:pipeline internal-only="false"> - <!-- ========================== FOP Additions ========================== --> - <map:match pattern="*/svg/*.svg"> - <map:read src="content/xdocs/{1}/svg/{2}.svg" mime-type="image/svg"/> - </map:match> - <map:match pattern="*/svg/*.pdf"> - <map:generate src="content/xdocs/{1}/svg/{2}.svg"/> - <map:serialize type="svg2pdf"/> - </map:match> - <map:match pattern="fo/*.fo"> - <map:read src="content/xdocs/fo/{1}.fo" mime-type="text/xml"/> - </map:match> - <map:match pattern="fo/*.ent"> - <map:read src="content/xdocs/fo/{1}.ent" mime-type="text/plain"/> - </map:match> - <map:match pattern="fo/*.fo.pdf"> - <map:generate src="content/fo/{1}.fo"/> - <map:serialize type="fo2pdf"/> - </map:match> - <map:match pattern="**/fo/*.fo"> - <map:read src="content/{1}/fo/{2}.fo" mime-type="text/xml"/> - </map:match> - <map:match pattern="**/fo/*.fo.pdf"> - <map:generate src="content/{1}/fo/{2}.fo"/> - <map:serialize type="fo2pdf"/> - </map:match> - <map:match pattern="compliance.pdf"> - <map:generate src="content/xdocs/compliance.xml"/> - <map:transform src="resources/stylesheets/compliance2fo.xsl" label="content"/> - <map:serialize type="fo2pdf"/> - </map:match> - <!-- ======================= End FOP Additions ======================== --> - </map:pipeline> - </map:pipelines> -</map:sitemap> |