vgritsenko 2003/05/05 16:46:46
Modified: src/blocks/swf/conf swf.xsamples src/blocks/swf/samples samples.xml sitemap.xmap Log: Fix line endings Revision Changes Path 1.2 +15 -15 cocoon-2.1/src/blocks/swf/conf/swf.xsamples Index: swf.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/swf/conf/swf.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- swf.xsamples 3 May 2003 07:36:02 -0000 1.1 +++ swf.xsamples 5 May 2003 23:46:46 -0000 1.2 @@ -1,15 +1,15 @@ -<?xml version="1.0"?> - -<!-- - SWF samples setup contributed by [EMAIL PROTECTED] - $Id$ ---> - -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'SWF']"> - <group name="SWF"> - <sample name="SWF" href="swf/"> - Flash! - </sample> - </group> -</xsamples> - +<?xml version="1.0"?> + +<!-- + SWF samples setup contributed by [EMAIL PROTECTED] + $Id$ +--> + +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'SWF']"> + <group name="SWF"> + <sample name="SWF" href="swf/"> + Flash! + </sample> + </group> +</xsamples> + 1.2 +19 -19 cocoon-2.1/src/blocks/swf/samples/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/swf/samples/samples.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samples.xml 3 May 2003 07:36:02 -0000 1.1 +++ samples.xml 5 May 2003 23:46:46 -0000 1.2 @@ -1,19 +1,19 @@ -<?xml version="1.0" encoding="iso-8859-1"?> - -<!-- - SWF samples setup contributed by [EMAIL PROTECTED] - $Id$ ---> - -<samples xmlns:xlink="http://www.w3.org/1999/xlink"> - <group name="Main examples page."> - <sample name="Back" href="..">to Cocoon examples main page</sample> - </group> - - <group name="Hello World"> - <sample name="Hello World Flash" href="hello.swf"> - The well-known "Hello World" in Flash! - </sample> - </group> -</samples> - +<?xml version="1.0" encoding="iso-8859-1"?> + +<!-- + SWF samples setup contributed by [EMAIL PROTECTED] + $Id$ +--> + +<samples xmlns:xlink="http://www.w3.org/1999/xlink"> + <group name="Main examples page."> + <sample name="Back" href="..">to Cocoon examples main page</sample> + </group> + + <group name="Hello World"> + <sample name="Hello World Flash" href="hello.swf"> + The well-known "Hello World" in Flash! + </sample> + </group> +</samples> + 1.2 +62 -62 cocoon-2.1/src/blocks/swf/samples/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/swf/samples/sitemap.xmap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sitemap.xmap 3 May 2003 07:36:02 -0000 1.1 +++ sitemap.xmap 5 May 2003 23:46:46 -0000 1.2 @@ -1,62 +1,62 @@ -<?xml version="1.0"?> - -<!-- - sitemap for SWF samples setup contributed by [EMAIL PROTECTED] - $Id$ ---> - -<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> - <map:components> - <map:generators default="file"/> - <map:transformers default="xslt"/> - <map:serializers default="html"> - <map:serializer name="swf" src="org.apache.cocoon.serialization.SWFSerializer" mime-type="application/x-shockwave-flash"/> - </map:serializers> - <map:readers default="resource"/> - <map:matchers default="wildcard"/> - <map:pipes default="caching"/> - </map:components> - - <!-- =========================== Views =================================== --> - - <map:views> - <map:view from-label="content" name="content"> - <map:serialize type="xml"/> - </map:view> - <map:view from-label="xmlswf" name="xmlswf"> - <map:serialize type="xml"/> - </map:view> - <map:view from-position="last" name="links"> - <map:serialize type="links"/> - </map:view> - </map:views> - - <!-- =========================== Pipelines ================================= --> - - <map:pipelines> - <map:pipeline type="caching"> - - <map:match pattern=""> - <map:redirect-to uri="welcome"/> - </map:match> - - <map:match pattern="welcome"> - <map:generate src="samples.xml"/> - <map:transform src="context://samples/common/style/xsl/html/simple-samples2html.xsl"> - <map:parameter name="contextPath" value="{request:contextPath}"/> - </map:transform> - <map:serialize/> - </map:match> - - <!-- ========================= swf ================================ --> - - <map:match pattern="hello.swf"> - <map:generate src="context://samples/hello-world/content/hello.xml"/> - <map:transform label="xmlswf" src="context://samples/hello-world/style/xsl/page2swf.xsl"/> - <map:serialize type="swf"/> - </map:match> - - </map:pipeline> - </map:pipelines> -</map:sitemap> - +<?xml version="1.0"?> + +<!-- + sitemap for SWF samples setup contributed by [EMAIL PROTECTED] + $Id$ +--> + +<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> + <map:components> + <map:generators default="file"/> + <map:transformers default="xslt"/> + <map:serializers default="html"> + <map:serializer name="swf" src="org.apache.cocoon.serialization.SWFSerializer" mime-type="application/x-shockwave-flash"/> + </map:serializers> + <map:readers default="resource"/> + <map:matchers default="wildcard"/> + <map:pipes default="caching"/> + </map:components> + + <!-- =========================== Views =================================== --> + + <map:views> + <map:view from-label="content" name="content"> + <map:serialize type="xml"/> + </map:view> + <map:view from-label="xmlswf" name="xmlswf"> + <map:serialize type="xml"/> + </map:view> + <map:view from-position="last" name="links"> + <map:serialize type="links"/> + </map:view> + </map:views> + + <!-- =========================== Pipelines ================================= --> + + <map:pipelines> + <map:pipeline type="caching"> + + <map:match pattern=""> + <map:redirect-to uri="welcome"/> + </map:match> + + <map:match pattern="welcome"> + <map:generate src="samples.xml"/> + <map:transform src="context://samples/common/style/xsl/html/simple-samples2html.xsl"> + <map:parameter name="contextPath" value="{request:contextPath}"/> + </map:transform> + <map:serialize/> + </map:match> + + <!-- ========================= swf ================================ --> + + <map:match pattern="hello.swf"> + <map:generate src="context://samples/hello-world/content/hello.xml"/> + <map:transform label="xmlswf" src="context://samples/hello-world/style/xsl/page2swf.xsl"/> + <map:serialize type="swf"/> + </map:match> + + </map:pipeline> + </map:pipelines> +</map:sitemap> +