From: Tim Bishop
These builds were completed at the end of the project itself.
diff --git a/www/cms/index.xhtml b/www/cms/index.xhtml
index f92ad18..a863605 100644
--- a/www/cms/index.xhtml
+++ b/www/cms/index.xhtml
@@ -89,7 +89,7 @@
These builds were completed at the end of the project itself.
diff --git a/www/index.shtml b/www/index.shtml
index c7ae98c..2bbba1a 100644
--- a/www/index.shtml
+++ b/www/index.shtml
@@ -1,7 +1,4 @@
-
-
-
+
pystatgrab 0.1 has been released. This
is the first release of pystatgrab; a set of Python bindings for
@@ -40,8 +40,11 @@
libstatgrab 0.9
has been released and includes new features and support for new
@@ -49,16 +52,22 @@
libstatgrab
version 0.8.2 brings further platform support and Python bindings.
We have moved the i-scream support and bug tracking to a new
facility on the i-scream server. For further details please
@@ -67,19 +76,17 @@
The i-scream website, email, and CVS facilities are now all
run from a FreeBSD server.
-
-
-
- Old Builds (from project completion)
-
Old Builds (from project completion)
-
News
+ News
- [21 March 2004] pystatgrab 0.1 released
+ Sunday 21 March 2004
+
+ pystatgrab 0.1 released
+
- [10 March 2004] libstatgrab 0.9 released
+ Wednesday 10 March 2004
+
+ libstatgrab 0.9 released
+
- [11 February 2004] libstatgrab 0.8.2 released
+ Wednesday 11 February 2004
+
+ libstatgrab 0.8.2 released
+
- [15 July 2003] i-scream support changes
+ Tuesday 15 July 2003
+
+ i-scream support changes
+
- [08 June 2003] server move
+ Sunday 8 June 2003
+
+ server move
+
Projects
+ Projects
libstatgrab
@@ -150,7 +157,7 @@
and we'll hopefully produce are far superior product.
The i-scream group is a causual team of individuals with a @@ -164,13 +171,14 @@ We Are webpage.
-Use this form to search the whole i-scream website, courtesy of Google.
diff --git a/www/index.xhtml b/www/index.xhtml index c7ae98c..2bbba1a 100644 --- a/www/index.xhtml +++ b/www/index.xhtml @@ -1,7 +1,4 @@ - - - +pystatgrab 0.1 has been released. This is the first release of pystatgrab; a set of Python bindings for @@ -40,8 +40,11 @@
libstatgrab 0.9 has been released and includes new features and support for new @@ -49,16 +52,22 @@
libstatgrab version 0.8.2 brings further platform support and Python bindings.
We have moved the i-scream support and bug tracking to a new facility on the i-scream server. For further details please @@ -67,19 +76,17 @@
The i-scream website, email, and CVS facilities are now all run from a FreeBSD server.
-- - - -
-The i-scream group is a causual team of individuals with a @@ -164,13 +171,14 @@ We Are webpage.
-Use this form to search the whole i-scream website, courtesy of Google.
diff --git a/www/menu.inc b/www/menu.inc index eec74c7..dc97a84 100644 --- a/www/menu.inc +++ b/www/menu.inc @@ -25,6 +25,7 @@
CVS Repository
+ Wiki
Mailing Lists
Support
diff --git a/www/styles/style.css b/www/styles/style.css
index 5a4c3bf..c389229 100644
--- a/www/styles/style.css
+++ b/www/styles/style.css
@@ -1,11 +1,6 @@
-html {
- margin: 0;
- padding: 0;
-}
-
-body {
- background: white;
- color: black;
+html,body {
+ background: #ffffff;
+ color: #000000;
font-family: sans-serif;
font-size: small;
margin: 0;
@@ -25,6 +20,7 @@ body {
left: 0px;
width: 150px;
background: #eeeeFF;
+ color: #000000;
border-right: 1px solid #000066;
border-bottom: 1px solid #000066;
}
@@ -34,7 +30,7 @@ body {
}
#menu .heading {
background: #000066;
- color: white;
+ color: #ffffff;
margin: 0px;
padding: 3px;
}
@@ -80,7 +76,7 @@ body {
#contents h1 {
padding: 5px;
margin: 30px -15px 20px -15px;
- background-color: #eeeeff;
+ background: #eeeeff;
border-bottom: 5px solid #000066;
color: #000066;
text-align: right;
@@ -88,7 +84,8 @@ body {
#contents h2 {
padding: 4px;
margin: 20px -10px 20px -10px;
- background-color: #eeeeff;
+ background: #eeeeff;
+ color: #000000;
border-bottom: 2px solid #000066;
}
#contents h3 {
@@ -97,17 +94,19 @@ body {
border-bottom: 1px solid #000066;
}
#contents pre {
- border-left: 2px solid red;
+ border-left: 2px solid #ffffff;
margin-left: 5px;
padding-left: 5px;
- background-color: #f0f0f0;
+ background: #f0f0f0;
+ color: #000000;
font-size: larger;
}
#topnav {
margin: -15px -10px 0 0;
padding: 0px;
text-align: right;
- background-color: transparent;
+ background: transparent;
+ color: #000000;
}
#topnav ul {
padding-left: 0;