From d7699af98a32635c5579ea34665dbd6309d6c50c Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 23 Apr 2006 21:09:08 +0000 Subject: [PATCH] added hoster and mirror support git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@799 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/.htaccess | 2 ++ website/hoster.html | 22 +++++++++++++++++++ website/inc/design.css | 10 +++++++-- website/inc/template.inc | 27 +++++++++++------------ website/site-sync | 46 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 90 insertions(+), 17 deletions(-) create mode 100644 website/hoster.html diff --git a/website/.htaccess b/website/.htaccess index a736563f..669b99ed 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -2,3 +2,5 @@ ErrorDocument 404 http://oss.oetiker.ch/rrdtool/404.var RewriteEngine On RewriteRule pub/(.*) http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/$1 [R=301,L] RewriteRule pub$ http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/ [R=301,L] +RewriteRule index.html http://oss.oetiker.ch/rrdtool/ [R=302,L] +RewriteRule download.html http://oss.oetiker.ch/rrdtool/download.en.html [R=302,L] diff --git a/website/hoster.html b/website/hoster.html new file mode 100644 index 00000000..b8d5f68d --- /dev/null +++ b/website/hoster.html @@ -0,0 +1,22 @@ + + + + + + +
+bandwidth by Init7 +
+ + diff --git a/website/inc/design.css b/website/inc/design.css index 0e0bb338..4a913ef6 100644 --- a/website/inc/design.css +++ b/website/inc/design.css @@ -6,6 +6,7 @@ body { font-family: sans-serif; line-height: 1.5em; } + /* hide old stuff */ .legacy { display: none @@ -107,9 +108,14 @@ div#body pre a{ div#googlead_right { background-color: #1a1a1a; float: right; - padding-top: 31px; - padding-left: 15px; + margin-top: 31px; + padding-left: 20px; + margin-left: 20px; + border-left-width: 1px; + border-left-style: solid; + border-left-color: #404040; padding-right: 0px; + padding-bottom: 10px; } /************************** diff --git a/website/inc/template.inc b/website/inc/template.inc index 06dd2b75..8fa4b72e 100644 --- a/website/inc/template.inc +++ b/website/inc/template.inc @@ -47,16 +47,13 @@


-#
-# -# -# -# -# -# -# -# -#
+
+
+
+ +
+
+
@@ -93,11 +90,11 @@ google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text"; google_ad_channel ="5627785043"; -google_color_border = "616FC5"; -google_color_bg = "202020"; -google_color_link = "66A5FF"; -google_color_url = "FFBBE8"; -google_color_text = "FFFFFF"; +google_color_border = "1A1A1A"; +google_color_bg = "303030"; +google_color_link = "66A5E0"; +google_color_url = "E0BBE8"; +google_color_text = "D0D0D0"; //-->