From 7b421526726d92b9d8b1214dfe3d857ffc2419ed Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sat, 28 Oct 2000 13:00:55 +0000 Subject: [PATCH] Add lists page, link it to the menu, and add searches for all lists. --- lists.php | 59 +++++++++++++++++++++++ parts/menu.php | 8 ++-- search.php | 126 ++++++++++++++++++++++++++----------------------- 3 files changed, 131 insertions(+), 62 deletions(-) create mode 100644 lists.php diff --git a/lists.php b/lists.php new file mode 100644 index 0000000..4f06505 --- /dev/null +++ b/lists.php @@ -0,0 +1,59 @@ + + +info'; + echo ' | '; + echo 'archives'; + echo ' ]'; + } +?> + +The QuakeForge Project has several email lists, which we use to keep in touch +with each other and the community. This page is a list of them. + +

QuakeForge Announcements

+ +

From time to time, the QuakeForge team make announcements. This, along with +the development list, is where they are sent. If you want to know about them, +subscribe here. + +

QuakeForge Bugs

+ +

We hate to admit it, but even our code sometimes has bugs in it. This mailing +list is for discussing those bugs. Also, the QuakeForge bug-tracking system +sends mail to this list whenever the bug database is updated. + +

QuakeForge CVS Updates

+ +

If you would like to get an email every time something happens in the +QuakeForge CVS, subscribe to this mailing list. Because a mail is sent out +every time any file is changed, this list tends to be pretty high-traffic. Each +email contains a list of files changed, and what was changed. + +

QuakeForge Development

+ +

This is where the main development work is discussed. Tempers run high +occasionally, and technical discussion is the order of the day. If you are +interested in helping, have a patch, or are concerned with the direction the +development is taking, this is the place you want to be. + +

QuakeForge User Discussion

+ +

If you are more interested in playing the game than talking about development +stuff, you want to be here. Many of the QuakeForge developers are here, and +aside from our IRC channel, this is the closest thing to a tech support hotline +that we have. There may also be discussion between players here. + + diff --git a/parts/menu.php b/parts/menu.php index 2313175..5b0b731 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -34,7 +34,7 @@ menuItemLink ("/screenshots.php", "Screenshots"); menuItemLink ("/files.php", "Downloads"); menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports"); - menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists"); + menuItemLink ("/lists.php", "Mailing Lists"); // menuItemLink ("/board/", "Web Forum"); menuSectionFooter (); } @@ -76,9 +76,11 @@ ' ' . // ' ' . // ' ' . + ' ' . + ' ' . ' ' . - ' ' . - ' ' . + ' ' . + ' ' . // ' ' . ' ' . '
' . diff --git a/search.php b/search.php index c7527ec..ffa9b39 100644 --- a/search.php +++ b/search.php @@ -1,59 +1,67 @@ -$key - $val hits"; - } - } else { - echo "

Sorry, no pages found containing '$words'"; - } - include "parts/postamble.php"; // Finish this sucker up - break; - default: - $pageName = "Search Results"; - $focused = "none"; // Dock icon name to gets a border - include "parts/preamble.php"; // Load most of document - - ?>

That type of search isn't supported yet. Please check back later. +$key - $val hits"; + } + } else { + echo "

Sorry, no pages found containing '$words'"; + } + include "parts/postamble.php"; // Finish this sucker up + break; + default: + $pageName = "Search Results"; + $focused = "none"; // Dock icon name to gets a border + include "parts/preamble.php"; // Load most of document + + ?>

That type of search isn't supported yet. Please check back later.