From 2a21dcaec7367a8115de3a8a5fe84a4df2dfd600 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Wed, 19 Apr 2000 00:24:29 +0000 Subject: [PATCH] Archives for sotc page --- sotc.php | 19 +++++++++++++++++++ sotc/sotc1.html | 1 + sotc/sotc2.html | 1 + sotc/sotc3.html | 1 + sotc/sotc4.html | 18 +----------------- 5 files changed, 23 insertions(+), 17 deletions(-) diff --git a/sotc.php b/sotc.php index a8d59f1..36b7ef6 100644 --- a/sotc.php +++ b/sotc.php @@ -34,7 +34,15 @@ belief, Knghtbrd has in fact been known to be wrong sometimes. He isn't afraid to admit it either (most of the time..)

'; tableHeader(3, 'black'); + $index = 1; $filename = "sotc/sotc1.html"; + while(file_exists($filename)) { + $fp = fopen($filename, "r"); + $str = fgets($fp, 4096); + fclose($fp); + $str = ereg_replace("","",$str); + echo '

SotC #' . $index . ' - ' . $str; + $index++; + $filename = "sotc/sotc" . $index . ".html"; + } tableFooter(); tableBoxFooter(); ?> diff --git a/sotc/sotc1.html b/sotc/sotc1.html index f836b44..0eeee7e 100644 --- a/sotc/sotc1.html +++ b/sotc/sotc1.html @@ -1,3 +1,4 @@ +

Palisade's away for a bit. He should be back sooner or later but until then things are a bit muddled---sometimes life doesn't leave us with the opportunity to prepare for a need to become scarce for diff --git a/sotc/sotc2.html b/sotc/sotc2.html index ac15baa..c784a4c 100644 --- a/sotc/sotc2.html +++ b/sotc/sotc2.html @@ -1,3 +1,4 @@ +

How are things going? Your SotC update is late again.

Yeah yeah, I know. Okay, first the quick news: Palisade is back. The website is still under construction but it got a lot diff --git a/sotc/sotc3.html b/sotc/sotc3.html index cd8b9d9..1b9fcca 100644 --- a/sotc/sotc3.html +++ b/sotc/sotc3.html @@ -1,3 +1,4 @@ +

The fastest SotC update ever!

This update is so close to the last one posted a mere six hours ago that most of you reading it never even saw the last one. Don't diff --git a/sotc/sotc4.html b/sotc/sotc4.html index 2d134f5..8a64923 100644 --- a/sotc/sotc4.html +++ b/sotc/sotc4.html @@ -1,20 +1,4 @@ -

The State of the Code address is a not-frequenetly-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. - -

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 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..) - +

Mega2k support in QuakeForge committed!

You read it here first! (unless you didn't) QuakeForge now works 100% with Mega2k. I spent several hours trying to tune the flight