From 223cdd4ec881474a733adce8385828a6b0bf986d Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Tue, 17 Jul 2001 17:47:53 +0000 Subject: [PATCH] Grr. Make the list archives use [gak] GeoCrawler. --- lists.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists.php b/lists.php index 5ba3bbd..b7dbb8a 100644 --- a/lists.php +++ b/lists.php @@ -8,12 +8,12 @@ function mailListLinks ($listName) { $infoUrl = 'http://lists.sourceforge.net/mailman/listinfo/'; - $archiveUrl = 'http://lists.sourceforge.net/pipermail/'; + $archiveUrl = 'http://www.geocrawler.com/redir-sf.php3?list='; echo '[ '; echo 'info'; echo ' | '; - echo 'archives'; + echo 'archives'; echo ' ]'; } ?>