r56550 - in /website: .htaccess HEADER.html favicon.ico

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 19 17:13:45 UTC 2010


Author: gregoa
Date: Mon Apr 19 17:13:36 2010
New Revision: 56550

URL: http://svn.debian.org/wsvn/?sc=1&rev=56550
Log:
add a favicon.ico, adjust HEADER and .htaccess

Added:
    website/favicon.ico   (with props)
Modified:
    website/.htaccess
    website/HEADER.html

Modified: website/.htaccess
URL: http://svn.debian.org/wsvn/website/.htaccess?rev=56550&op=diff
==============================================================================
--- website/.htaccess (original)
+++ website/.htaccess Mon Apr 19 17:13:36 2010
@@ -2,7 +2,7 @@
 
 HeaderName HEADER.html
 ReadmeName readme.txt
-IndexIgnore HEADER.html readme.txt *.tmp *.pod test* *.css *.png TODO jeremiah.html
+IndexIgnore HEADER.html readme.txt *.tmp *.pod test* *.css *.png *.ico TODO jeremiah.html
 
 AddDescription "CSV file for CPAN <-> Debian tracking" CPANTS.txt
 AddDescription "What we want to achieve" goals.txt

Modified: website/HEADER.html
URL: http://svn.debian.org/wsvn/website/HEADER.html?rev=56550&op=diff
==============================================================================
--- website/HEADER.html (original)
+++ website/HEADER.html Mon Apr 19 17:13:36 2010
@@ -1,7 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html><head><title>Debian Perl Group | INDEX</title>
-    <link rel="shortcut icon" type="image/png" href="images/favicon.ico"/> 
+    <link rel="icon" href="favicon.ico" type="image/ico" />
+    <link rel="shortcut icon" href="favicon.ico" type="image/ico" />
     <meta name="description" content="A group inside the debian project dedicated to packaging perl modules from CPAN for debian." /> 
     <meta name="keywords" content="debian perl modules packaging" /> 
     <link href="debian.css" rel="stylesheet" />

Added: website/favicon.ico
URL: http://svn.debian.org/wsvn/website/favicon.ico?rev=56550&op=file
==============================================================================
Binary file - no diff available.

Propchange: website/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the Pkg-perl-cvs-commits mailing list