You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/10/24 23:20:11 UTC

svn commit: rev 55467 - in incubator/lenya/branches/BRANCH_1_2_X/src/webapp: . lenya/resources/images

Author: gregor
Date: Sun Oct 24 14:20:11 2004
New Revision: 55467

Added:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/images/lenya.ico   (contents, props changed)
Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap
Log:
added Lenya favicon.

Added: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/images/lenya.ico
==============================================================================
Binary file. No diff available.

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap	Sun Oct 24 14:20:11 2004
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Copyright 1999-2004 The Apache Software Foundation
 
@@ -479,6 +479,10 @@
           <map:call resource="style-cms-page"/>
       </map:match>
       
+    <!-- favicon -->
+    <map:match pattern="favicon.ico">
+      <map:read mime-type="image/x-icon" src="lenya/resources/images/lenya.ico"/>
+    </map:match>
 
     <!-- images -->
     <map:match pattern="images/*.gif">

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org