unico 2003/12/30 03:28:19
Modified: src/webapp/samples sitemap.xmap
Log:
comment stuff that doesn't work yet
Revision Changes Path
1.17 +6 -5 cocoon-2.2/src/webapp/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/sitemap.xmap,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sitemap.xmap 22 Oct 2003 11:47:50 -0000 1.16
+++ sitemap.xmap 30 Dec 2003 11:28:19 -0000 1.17
@@ -124,7 +124,7 @@
</map:transform>
<map:serialize/>
</map:match>
-
+<!--
<map:match pattern="clearcache.html">
<map:act type="clear-cache">
<map:generate src="status" type="status"/>
@@ -144,7 +144,7 @@
<map:serialize/>
</map:act>
</map:match>
-
+-->
<map:match pattern="request.html">
<map:generate type="request"/>
<map:transform src="context://stylesheets/system/xml2html.xslt"/>
@@ -152,20 +152,21 @@
</map:match>
<!-- ======================== Automount ===============================
-->
-
<map:match pattern="*/**">
<map:mount uri-prefix="{1}" src="{1}/" check-reload="yes"/>
</map:match>
-
+
</map:pipeline>
<map:pipeline internal-only="true">
<map:match pattern="view-source">
<!-- colourize files that are known to be XML -->
+ <!--
<map:match type="filename" pattern="((xml)|(xsp)|(xmap)|(xconf))$">
<map:generate src="common/view-source.xsp" type="serverpages"/>
<map:serialize/>
</map:match>
+ -->
<!-- all other files are just send as text -->
<map:read mime-type="text/plain" src="../{request-param:filename}"/>
</map:match>