diff --git a/Scripts/Webenv/Public/Stylesheet/admonition.css b/Scripts/Webenv/Public/Stylesheet/admonition.css index b0dc6e4..be73065 100755 --- a/Scripts/Webenv/Public/Stylesheet/admonition.css +++ b/Scripts/Webenv/Public/Stylesheet/admonition.css @@ -89,7 +89,7 @@ div#page-body div.admonition.error { div#page-body div.admonition.unknown, div#page-body div.admonition.redirected, div#page-body div.admonition.note { - background-image: url("https://projects.centos.org/centos-web-pub/Images/msg-bg-blue.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/msg-bg-blue.png"); border-color: #D2E0F6; background-color: #ECF4FF; } @@ -100,23 +100,23 @@ div#page-body div.admonition.caution, div#page-body div.admonition.warning { border-color: #F6E7D2; background-color: #FFF8EC; - background-image: url("https://projects.centos.org/centos-web-pub/Images/msg-bg-orange.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/msg-bg-orange.png"); } div#page-body div.admonition.violet { border-color: #F6D2F6; background-color: #FFECFF; - background-image: url("https://projects.centos.org/centos-web-pub/Images/msg-bg-violet.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/msg-bg-violet.png"); } div#page-body div.admonition.error { border-color: #E0B7B7; background-color: #FFECEC; - background-image: url("https://projects.centos.org/centos-web-pub/Images/msg-bg-red.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/msg-bg-red.png"); } div#page-body div.admonition.success { border-color: #D6F6D2; background-color: #EEFFEC; - background-image: url("https://projects.centos.org/centos-web-pub/Images/msg-bg-green.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/msg-bg-green.png"); } diff --git a/Scripts/Webenv/Public/Stylesheet/base.css b/Scripts/Webenv/Public/Stylesheet/base.css index c94abb9..998909e 100755 --- a/Scripts/Webenv/Public/Stylesheet/base.css +++ b/Scripts/Webenv/Public/Stylesheet/base.css @@ -32,7 +32,7 @@ div#page-footer { /* Header --------------------------------------------------------------------*/ div#page-header { - background: #204C8D url("https://projects.centos.org/centos-web-pub/Images/h1-bg.png") 0 0 repeat; + background: #204C8D url("https://projects.centos.org/webenv-pub/Images/h1-bg.png") 0 0 repeat; min-height: 46px; } @@ -63,7 +63,7 @@ div#page-body div#content-list { --------------------------------------------------------------------*/ div#page-footer { - background: #204C8D url("https://projects.centos.org/centos-web-pub/Images/h1-bg.png") 0 0 repeat; + background: #204C8D url("https://projects.centos.org/webenv-pub/Images/h1-bg.png") 0 0 repeat; } div#page-footer div.credits { diff --git a/Scripts/Webenv/Public/Stylesheet/lists.css b/Scripts/Webenv/Public/Stylesheet/lists.css index bf7f82a..703dccd 100755 --- a/Scripts/Webenv/Public/Stylesheet/lists.css +++ b/Scripts/Webenv/Public/Stylesheet/lists.css @@ -24,7 +24,7 @@ div#page-body ul { /* - list-style: url("https://projects.centos.org/centos-web-pub/Images/ul.png") disc; + list-style: url("https://projects.centos.org/webenv-pub/Images/ul.png") disc; */ } diff --git a/Scripts/Webenv/Public/Stylesheet/reset.css b/Scripts/Webenv/Public/Stylesheet/reset.css index e36bc4e..6573975 100755 --- a/Scripts/Webenv/Public/Stylesheet/reset.css +++ b/Scripts/Webenv/Public/Stylesheet/reset.css @@ -45,7 +45,7 @@ html { background-color: #FFF; - background-image: url("https://projects.centos.org/centos-web-pub/Images/html-bg.png"); + background-image: url("https://projects.centos.org/webenv-pub/Images/html-bg.png"); } /* Define body diff --git a/Scripts/Webenv/Public/Stylesheet/tabs.css b/Scripts/Webenv/Public/Stylesheet/tabs.css index 7047fa0..83230a6 100755 --- a/Scripts/Webenv/Public/Stylesheet/tabs.css +++ b/Scripts/Webenv/Public/Stylesheet/tabs.css @@ -61,20 +61,20 @@ div#page-header div.tabs a span { div#page-header div.tabs span.current a, div#page-header div.tabs span.current a:hover { - background: url("https://projects.centos.org/centos-web-pub/Images/tabs-bg-1.png") 100% -50px no-repeat; + background: url("https://projects.centos.org/webenv-pub/Images/tabs-bg-1.png") 100% -50px no-repeat; } div#page-header div.tabs span.current a span, div#page-header div.tabs span.current a:hover span { - background: url("https://projects.centos.org/centos-web-pub/Images/tabs-bg-2.png") 0 -50px no-repeat; + background: url("https://projects.centos.org/webenv-pub/Images/tabs-bg-2.png") 0 -50px no-repeat; } div#page-header div.tabs span:hover a { - background: url("https://projects.centos.org/centos-web-pub/Images/tabs-bg-1.png") 100% 0 no-repeat; + background: url("https://projects.centos.org/webenv-pub/Images/tabs-bg-1.png") 100% 0 no-repeat; } div#page-header div.tabs span:hover a span { - background: url("https://projects.centos.org/centos-web-pub/Images/tabs-bg-2.png") 0 0; + background: url("https://projects.centos.org/webenv-pub/Images/tabs-bg-2.png") 0 0; } /* Application level navigation bar. diff --git a/Scripts/Webenv/Public/stylesheet.css b/Scripts/Webenv/Public/stylesheet.css index fa5c587..c4ecbf7 100755 --- a/Scripts/Webenv/Public/stylesheet.css +++ b/Scripts/Webenv/Public/stylesheet.css @@ -24,16 +24,16 @@ /* Reset browser's default definitions. --------------------------------------------------------------------*/ -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/reset.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/reset.css"); /* Customize default definitions. --------------------------------------------------------------------*/ -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/base.css"); -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/links.css"); -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/lists.css"); -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/admonition.css"); -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/forms.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/base.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/links.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/lists.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/admonition.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/forms.css"); /* Miscellaneous definitions. --------------------------------------------------------------------*/ -@import url("https://projects.centos.org/centos-web-pub/Stylesheet/tabs.css"); +@import url("https://projects.centos.org/webenv-pub/Stylesheet/tabs.css"); diff --git a/Scripts/Webenv/centos-web.conf b/Scripts/Webenv/centos-web.conf index 161f11c..83b4ce8 100644 --- a/Scripts/Webenv/centos-web.conf +++ b/Scripts/Webenv/centos-web.conf @@ -1,23 +1,22 @@ -# centos-web.conf -- This file provides the configuration required by -# Apache HTTP server in order for `centos-web.cgi' script to be able -# of running through it. +# webenv.conf -- This file provides the configuration required by +# Apache HTTP server in order for `webenv.cgi' script to be able of +# running through it. # # The configuration provided by this file assumes that you've # installed the Apache HTTP server in your workstation and have also # configured it to public content inside the `public_html' directory # inside the user's home directory. This configuration is mainly for -# developers whom have downloaded a working copy of `centos-web.cgi' -# tree into their worstation in order to on it in a way that it be -# possible to test changes before commit them up to the central -# repository. +# developers whom have downloaded a working copy of `webenv.cgi' tree +# into their worstation in order to on it in a way that it be possible +# to test changes before commit them up to the central repository. # # To install this configuration, copy this file to # `/etc/httpd/conf.d/' and, after that, reload the httpd server deamon # (e.g., /sbin/service httpd reload). # # To test the changes you've made in your working copy directory, -# related to `centos-web.cgi' tree, open the address -# `http://localhost/centos-web/' in your web browser and explore the +# related to `webenv.cgi' tree, open the address +# `http://localhost/webenv/' in your web browser and explore the # application looking for them. # # ------------------------------------------------------------------ @@ -27,8 +26,8 @@ # Define the CGI script location. Be sure to use the script file, not # the directory where the script file is stored in. This way, the # security issues are reduced to that CGI script you refered to. -ScriptAliasMatch ^/centos-web/(.*)$ "/home/centos/public_html/CentOS-Web/centos-web.cgi" +ScriptAliasMatch ^/webenv/(.*)$ "/home/centos/public_html/Webenv/webenv.cgi" # Define the CGI public location. This is the location where public # files (e.g., images and css files) are stored in. -Alias /centos-web-pub/ "/home/centos/public_html/CentOS-Web/Public/" +Alias /webenv-pub/ "/home/centos/public_html/Webenv/Public/"