From 3471a285892390abc19ba05dd551a430f5d138fb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 07 2013 01:15:36 +0000 Subject: Add favicon to customized version of httpd-2.2.3-74.el5 package. - Previous to this commit both error screens and directory listing produced by httpd do not show the CentOS favicon in the browser's navigation bar. This made error screens and directory listing to be unconnected from other sites like wiki ang bugs that do show the CentOS favicon in the browser's navigation bar. This commit fixes this issue by adding favicon.ico to images/ directory and setting the appropriate configuration on errors, indexes, and customized httpd configuration file (webenv.conf). - Previous to this commit the body an html tags were not closed. This make the resultant document to comply not with its document type definition (XHTML 1.0 Transitional). This commit fixes closes both body and html tags making the document comply with its document type definition. - Previous to this commit there was pour tag's indentation in indexes template files. This make reading HTML markup difficult. In this commit, indent tags inside index template files to improve HTML markup reading. --- diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html index f65400b..5d0637c 100644 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/errors/top.html @@ -12,6 +12,7 @@ <!--#echo encoding="none" var="TITLE" --> " /> + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico new file mode 100755 index 0000000..babbccd Binary files /dev/null and b/Artworks/Webenv/Httpd/2.2.3-74.el5/images/favicon.ico differ diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html index e53f7bf..b4c0916 100644 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/bottom.html @@ -1,19 +1,22 @@ - - + + + - + + + + + + diff --git a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html index 4200d65..66d6ff3 100644 --- a/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html +++ b/Artworks/Webenv/Httpd/2.2.3-74.el5/indexes/top.html @@ -1,18 +1,27 @@ -
+ + + + <!--#include virtual="/webenv/indexes/indexof.html.var" --> + + + -