From 89cab481fdc2390977f1dcd1dc464a0a0b073071 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 18 Feb 2002 07:25:03 +0000 Subject: [PATCH] web site updates. --- parts/menu.php | 2 +- sotc/index.php | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/parts/menu.php b/parts/menu.php index 949b997..390435d 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -50,7 +50,7 @@ function develMenu () { menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor); - menuItemLink ("cvs", "http://cvs.quakeforge.net/cgi-bin/viewcvs.cgi/quake", "Browse CVS"); + menuItemLink ("cvs", "/cgi-bin/viewcvs.cgi/", "Browse CVS"); menuItemLink ("devtools", "/devtools.php", "Developer Tools"); menuItemLink ("plans", "/plans.php", "Developer Plans"); menuItemLink ("progress", "/progress.php", "Progress"); diff --git a/sotc/index.php b/sotc/index.php index 6f224b6..9e43fd1 100644 --- a/sotc/index.php +++ b/sotc/index.php @@ -6,20 +6,18 @@ ?>

The State of the Code address is a not-frequently-enough updated article -written by Knghtbrd primarily for -QuakeForge developers and other people who consider themselves to be knee-deep -in the code, whether they happen to be writing it or just testing it. What -you won't find here is a lot of the fluff news that tells the casual onlooker -that the project is actually doing stuff without really telling you what the -state of things are. +written by one of the QuakeForge developers, primarily for other QuakeForge +developers and other people who consider themselves to be knee-deep in the +code, whether they happen to be writing it or just testing it. What you won't +find here is a lot of the fluff news that tells the casual onlooker that the +project is actually doing stuff without really telling you what the state of +things are.

No attempt will be made to soften technical issues so anyone can understand them. If you want to really know what's going on, you probably don't want details left out because they might not make a whole lot of sense to a non-coder. Feedback is always welcome. So are corrections if they're -necessary - contrary to popular (with him) belief, Knghtbrd has in fact been -known to be wrong sometimes. He isn't afraid to admit it either (most of the -time..) +necessary. 0) { + if (count ($sotcList) > 0) { tableBoxHeader('black', tableHeadColor); tableTitle('SotC Archives for ' . $year, 3, tableHeadColor); - for ( $i = 0; $i < count($sotcList) ; $i++) { + for ($i = 0; $i < count ($sotcList); $i++) { $file = fopen ($year . '/' . $sotcList[$i], 'r'); $line = fgets ($file, 4096); fclose($file); $line = ereg_replace('', '', $line)); echo '' . $line . ''; } - tableBoxFooter(); + tableBoxFooter (); } } } if (!$year) { - $year = date('Y', time()); + $year = date('Y', time ()); } sotcShowLatest ($year); -// echo '

'; -// sotcListFiles($year); + echo '

'; + sotcListFiles ($year); ?>