diff --git a/include/shared.inc b/include/shared.inc index 6c58662a9..79fa17980 100644 --- a/include/shared.inc +++ b/include/shared.inc @@ -731,6 +731,8 @@ endif; Documentation only PHP 3.0 Mailing List PHP Developers' List +PHPLIB Mailing List +PHPLIB Developers' List Source code only diff --git a/search.php3 b/search.php3 index af1bbe9ac..55ad9ab69 100644 --- a/search.php3 +++ b/search.php3 @@ -15,11 +15,19 @@ $HAVE_SEARCH=$MIRRORS[$MYSITE][5]; if (isset($pattern) && ($pattern)) { $location = "http://www.progressive-comp.com/Lists/"; if ($show=="maillist") { - $query = "l=php3-general&r=1&w=2&s=".urlencode($pattern); + $query = "l=php3-general&r=1&w=2&q=b&s=".urlencode($pattern); Header("Location: ".$location."?".$query); exit; } else if ($show=="devlist") { - $query = "l=php-dev&r=1&w=2&s=".urlencode($pattern); + $query = "l=php-dev&r=1&w=2&q=b&s=".urlencode($pattern); + Header("Location: ".$location."?".$query); + exit; + } else if ($show=="phplib") { + $query = "l=phplib&w=2&r=1&q=b&s=".urlencode($pattern); + Header("Location: ".$location."?".$query); + exit; + } else if ($show=="phplib-dev") { + $query = "l=phplib-dev&w=2&r=1&q=b&s=".urlencode($pattern); Header("Location: ".$location."?".$query); exit; } @@ -87,6 +95,8 @@ Restrict the search to: Online documentation PHP 3.0 Mailing List PHP Developers' List +PHPLIB Mailing List +PHPLIB Developers' List Site PHP 3.0 source code diff --git a/support.php3 b/support.php3 index 72ab9ddec..aa73008af 100644 --- a/support.php3 +++ b/support.php3 @@ -4,15 +4,27 @@ commonHeader("Support"); ?> -if (isset($maillist)): - # should really grab some email validating routine and use it here. - if (empty($email) || $email == 'user@example.com'):?> -You forgot to specify an email address to be added to the list. -Go back and try again. - A request has been entered into the mailing list processing queue. You @@ -75,6 +87,8 @@ To subscribe to one of these lists, use this simple form: Knowledge Base Developer List Beta List + PHPLIB Mailing List + PHPLIB Developers List @@ -99,6 +113,8 @@ Archives for some of these mailing lists can be found at: PHP 3.0 List at www.phpbuilder.com Developers' List PHP 3.0 List + PHPLIB List + PHPLIB Developers' List PHP 3.0 List
A request has been entered into the mailing list processing queue. You @@ -75,6 +87,8 @@ To subscribe to one of these lists, use this simple form: Knowledge Base Developer List Beta List + PHPLIB Mailing List + PHPLIB Developers List @@ -99,6 +113,8 @@ Archives for some of these mailing lists can be found at: PHP 3.0 List at www.phpbuilder.com Developers' List PHP 3.0 List + PHPLIB List + PHPLIB Developers' List PHP 3.0 List