From 97b0572c0f41683a532c90d25adf2ecb275c2698 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 4 Nov 2004 22:18:46 +0000 Subject: [PATCH] Added favicon to most pages. The quality of the Windows favicon.ico file is a bit rubbish because the transparency level didn't work too well. Mozilla should use the PNG file which has 8 bit transparency. Updated MANIFEST. Updated deps. --- MANIFEST | 2 ++ conf/cocanwiki.conf | 5 +++-- html/_graphics/favicon.png | Bin 0 -> 483 bytes html/favicon.ico | Bin 0 -> 518 bytes scripts/.depend | 12 ++++++++---- templates/page.html | 2 ++ 6 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 html/_graphics/favicon.png create mode 100644 html/favicon.ico diff --git a/MANIFEST b/MANIFEST index 96c645b..32ec9d5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -36,6 +36,7 @@ html/_graphics/cross.png html/_graphics/edit.png html/_graphics/error.png html/_graphics/external.png +html/_graphics/favicon.png html/_graphics/file.png html/_graphics/files.png html/_graphics/home.png @@ -60,6 +61,7 @@ html/_js/upload.js html/_js/visualise_links.js html/_js/wz_jsgraphics.js html/_static/markup.html +html/favicon.ico html/robots.txt scripts/.cvsignore scripts/.depend diff --git a/conf/cocanwiki.conf b/conf/cocanwiki.conf index 4c0ae5a..d029e30 100644 --- a/conf/cocanwiki.conf +++ b/conf/cocanwiki.conf @@ -1,5 +1,5 @@ # Apache configuration for COCANWIKI. -# $Id: cocanwiki.conf,v 1.19 2004/11/02 18:47:54 rich Exp $ +# $Id: cocanwiki.conf,v 1.20 2004/11/04 22:18:47 rich Exp $ # Uncomment the following lines if necessary. You will probably need # to adjust the paths to reflect where cocanwiki is really installed. @@ -48,7 +48,8 @@ ErrorDocument 500 /_bin/crash.cmo RewriteEngine on -# The robots.txt file needs special treatment. +# The favicon.ico and robots.txt files need special treatment. +RewriteRule ^/favicon.ico /favicon.ico [PT,L] RewriteRule ^/robots.txt /robots.txt [PT,L] # Global scripts. diff --git a/html/_graphics/favicon.png b/html/_graphics/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1b4460abb975256dab60a1bfd7a00137580bc1 GIT binary patch literal 483 zcmV<90UZ8`P)Q z)EG_;4&~4sG$gJ@5J3=u+0al!OF~3AxL%wqXwgL^nu0))1P#sW&=KC={638CbpAf~ zIrlu5|2(N*vKANc90RzUvJd|X@CifVe!;nv)n-knPjd&C8=dULtd8MzEo#bUYcY@YM)S+&==%&FVzM>fFHGYoe&7^tw>DQ(d*0ZEWLx>a)f!p5P)@v5>NvLkX!CBSC)%SFwqYc#FxDE%yYd#UtE{+&WI9VhtyQ z`h%3+|4T@<7{x>b_;bp3L%xd=7$POd;0heUQ3^_~u!svd-4<4c zKfAbLR?jm#_P0kLFqoljXV6$0;DLEQpZ-5sKePA9+>(wMej0IHr)4_LI?325K8K;{ zy^@>cvQ2KV$ybVrJ26q@v=`}}NcPeLE&`Sp@PQ7vSpxS@z-k3-7A6kfO4hS~^bNHn zE9?!Vco`#O| z66|^KM;ZL|PMx7 ::if(has_host_css)::::end:: ::if(has_page_css)::::end:: + +

::title_html::

-- 1.8.3.1