mman 01/10/19 13:47:05 Modified: webapp Tag: cocoon_20_branch sitemap.xmap Log: sync with 2.1-dev Revision Changes Path No revision No revision 1.11.2.38 +12 -0 xml-cocoon2/webapp/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/sitemap.xmap,v retrieving revision 1.11.2.37 retrieving revision 1.11.2.38 diff -u -r1.11.2.37 -r1.11.2.38 --- sitemap.xmap 2001/10/05 09:41:15 1.11.2.37 +++ sitemap.xmap 2001/10/19 20:47:05 1.11.2.38 @@ -241,6 +241,18 @@ </map:match> </map:pipeline> + <!-- "automount" setup + This causes directories added under "mount" + (even with Cocoon already running) to be activated automagically + if they contain a sitemap.xmap, without having to modify the main + sitemap.xmap + --> + <map:pipeline> + <map:match pattern="mount/*/**"> + <map:mount uri-prefix="mount/{1}" src="mount/{1}/" check-reload="yes"/> + </map:match> + </map:pipeline> + <map:pipeline> <map:match pattern="">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]