nicolaken 02/03/07 13:02:34 Modified: src/webapp/stylesheets simple-samples2html.xsl src/webapp sitemap.xmap Added: src/webapp/resources/icons cocoon.ico Log: Adding favicon.ico (favourite icon) support to main samples page (/welcome). Tested in Mozilla 0.9.8 and IE 6.0 . Revision Changes Path 1.1 xml-cocoon2/src/webapp/resources/icons/cocoon.ico <<Binary file>> 1.8 +1 -0 xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- simple-samples2html.xsl 9 Feb 2002 06:21:58 -0000 1.7 +++ simple-samples2html.xsl 7 Mar 2002 21:02:34 -0000 1.8 @@ -7,6 +7,7 @@ <html> <head> <title>Apache Cocoon @version@</title> + <link rel="SHORTCUT ICON" href="favicon.ico"/> </head> <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%"> 1.37 +4 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sitemap.xmap 6 Mar 2002 17:00:27 -0000 1.36 +++ sitemap.xmap 7 Mar 2002 21:02:34 -0000 1.37 @@ -1138,6 +1138,10 @@ <map:read src="resources/styles/{1}.css" mime-type="text/css"/> </map:match> + <map:match pattern="**favicon.ico"> + <map:read src="resources/icons/cocoon.ico" mime-type="application/ico"/> + </map:match> + <map:match pattern="images/**.gif"> <map:read src="resources/images/{1}.gif" mime-type="image/gif"/> </map:match>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]