nicolaken 2002/07/06 06:50:20 Modified: . changes.xml Added: src/webapp/userhomes sitemap.xmap Log: <action dev="NKB" type="add" due-to="Tim Myers" due-to-email="[EMAIL PROTECTED]"> Added "userhomes" in the webapp, that automounts the sitemaps found in *nix user homes. To remove it, just delete the dir. </action> Revision Changes Path 1.203 +6 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- changes.xml 2 Jul 2002 08:36:35 -0000 1.202 +++ changes.xml 6 Jul 2002 13:50:19 -0000 1.203 @@ -39,6 +39,11 @@ </devs> <release version="@version@" date="@date@"> + <action dev="NKB" type="add" due-to="Tim Myers" due-to-email="[EMAIL PROTECTED]"> + Added "userhomes" in the webapp, that automounts the sitemaps + found in *nix user homes. + To remove it, just delete the dir. + </action> <action dev="CH" type="add"> Added support for actions and In-/OutputModules to the JavaScript Flow. Caveat: Modifications of the Redirector object are ignored. 1.1 xml-cocoon2/src/webapp/userhomes/sitemap.xmap Index: sitemap.xmap =================================================================== <?xml version="1.0"?> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <!-- CVS: $Id: sitemap.xmap,v 1.1 2002/07/06 13:50:19 nicolaken Exp $ --> <!-- Minimal sitemap to start making XML/XSP/XSLT transformations. Authors: Tim Myers "[EMAIL PROTECTED]" Nicola Ken Barozzi "[EMAIL PROTECTED]" --> <map:components> <map:generators default="file"/> <map:transformers default="xslt"/> <map:readers default="resource"/> <map:serializers default="html"/> <map:matchers default="wildcard"/> <map:selectors default="browser"/> </map:components> <!-- =========================== Pipelines ================================= --> <map:pipelines> <map:pipeline> <map:match pattern="~*/**"> <map:mount check-reload="yes" src="/home/{1}/public_html/" uri-prefix="~{1}"/> </map:match> <map:match pattern="~*"> <map:redirect-to uri="{0}/"/> </map:match> </map:pipeline> </map:pipelines> </map:sitemap>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]