diff options
author | William Victor Mote <vmote@apache.org> | 2003-03-18 08:55:29 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-03-18 08:55:29 +0000 |
commit | 051904fd4b6c83e8cc3c8c259867a849f1e0de84 (patch) | |
tree | 25b371456d1b41f90ac7a31c62506fa8e1ce6183 /src/documentation/sitemap.xmap | |
parent | 206ba7c40da3c8e030c88208c33026d444d412d2 (diff) | |
download | xmlgraphics-fop-051904fd4b6c83e8cc3c8c259867a849f1e0de84.tar.gz xmlgraphics-fop-051904fd4b6c83e8cc3c8c259867a849f1e0de84.zip |
Clean up white space.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/sitemap.xmap')
-rw-r--r-- | src/documentation/sitemap.xmap | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap index 6cc42b75b..41ef1e60f 100644 --- a/src/documentation/sitemap.xmap +++ b/src/documentation/sitemap.xmap @@ -4,7 +4,7 @@ <map:components> <map:generators default="file"> <map:generator name="file" src="org.apache.cocoon.generation.FileGenerator" label="content" /> - + <map:generator name="directory" src="org.apache.cocoon.generation.DirectoryGenerator" label="content" /> <map:generator name="html" src="org.apache.cocoon.generation.HTMLGenerator" label="content" /> @@ -171,7 +171,7 @@ <map:parameter name="isfaq" value="{notoc}" /> <map:parameter name="nopdf" value="{nopdf}" /> <map:parameter name="path" value="{path}" /> -<!-- Can set an alternative project skinconfig here +<!-- Can set an alternative project skinconfig here <map:parameter name="config-file" value="../../../../skinconf.xml"/> --> </map:transform> @@ -249,7 +249,7 @@ </map:pipeline> <!-- Pipeline that manages the internal URI space - For the external URI space manager, see the next pipeline. + For the external URI space manager, see the next pipeline. Set it to internal-only="true" in production environment --> <map:pipeline internal-only="false"> <map:match pattern="**tab-**.xml"> @@ -407,7 +407,7 @@ </map:match> - + <!-- Generates body HTML for files in subdirs --> <map:match pattern="body-**/*.xml"> <!-- if the file is present as ihtml, convert to doc-v11... --> @@ -456,7 +456,7 @@ <map:parameter name="src" value="content/xdocs/{1}/{2}.xml" /> <map:parameter name="linkmap" value="cocoon:/{1}/linkmap" /> </map:call> - + <map:call resource="skinit"> <map:parameter name="type" value="document2html" /> <map:parameter name="path" value="{1}/{2}.xml" /> @@ -479,7 +479,7 @@ </map:act> - + <!-- if the file is present as html, give that to the user... --> <map:act type="resource-exists"> <map:parameter name="url" value="content/xdocs/{1}.ehtml" /> @@ -598,34 +598,34 @@ <map:redirect-to uri="{request:contextPath}/index.html" /> </map:match> - + <map:match pattern="**"> - + <!-- Generates printerfriendly HTML from the body (link rewriting) --> <!-- NKB disabled temporarily till errors are fixed <map:match pattern="printer-friendly/**.html"> <map:generate src="cocoon://body-{1}.xml"/> <map:serialize/> </map:match> - + <map:match pattern="**/printer-friendly/*.html"> <map:generate src="cocoon://body-{1}/{2}.xml"/> <map:serialize/> </map:match> ---> +--> <!-- Generates source HTML from the body (link rewriting) --> <!-- NKB disabled temporarily till errors are fixed <map:match pattern="doc-source/**.html"> <map:generate src="content/xdocs/{1}.xml"/> <map:serialize type="xml"/> </map:match> - + <map:match pattern="**/doc-source/*.html"> <map:generate src="content/xdocs/{1}/{2}.xml"/> <map:serialize type="xml"/> </map:match> ---> - +--> + <!-- if the file is present verbatim as content, give that to the user... --> <map:act type="resource-exists"> <map:parameter name="url" value="content/{1}" /> @@ -680,7 +680,7 @@ </map:match> </map:act> - + <!-- ... otherwise try to generate it using these rules. --> <map:match pattern="apachestats"> <map:generate type="html" src="http://www.apache.org/~rubys/stats/xml.apache.org/"> |