diff options
author | Alvaro Herrera | 2008-04-23 15:33:09 +0000 |
---|---|---|
committer | Alvaro Herrera | 2008-04-23 15:33:09 +0000 |
commit | 33d5498b38560006a4eb69ed22fbae64603f50da (patch) | |
tree | 357602d1ea18e790713eda355e910fc24eb7a239 | |
parent | 72858d2e78080436e570e3fcc16dbe645657b2ad (diff) |
Add BWPUG and OhioPUG, per Selena.
(I Have refrained from modifying index.php which is already outdated)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2068 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | archives/html/includes/top_config.php | 4 | ||||
-rw-r--r-- | archives/templates/bwpug.top | 24 | ||||
-rw-r--r-- | archives/templates/ohiopug.top | 23 |
3 files changed, 51 insertions, 0 deletions
diff --git a/archives/html/includes/top_config.php b/archives/html/includes/top_config.php index c5bddccb..5f942cb8 100644 --- a/archives/html/includes/top_config.php +++ b/archives/html/includes/top_config.php @@ -129,7 +129,9 @@ else if (strpos($_SERVER['PHP_SELF'], "/pgadmin-support/") === 0) $menu = 4; else if (strpos($_SERVER['PHP_SELF'], "/atlpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/austinpug/") === 0) $menu = 5; +else if (strpos($_SERVER['PHP_SELF'], "/bwpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/lapug/") === 0) $menu = 5; +else if (strpos($_SERVER['PHP_SELF'], "/ohiopug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/pdxpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/ukpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/seapug/") === 0) $menu = 5; @@ -231,7 +233,9 @@ else if ($menu == 5) <ul> <li><a href="/https/git.postgresql.org/atlpug/">Atlanta</a></li> <li><a href="/https/git.postgresql.org/austinpug/">Austin</a></li> +<li><a href="/https/git.postgresql.org/bwpug/">Baltimore/Washington DC</a></li> <li><a href="/https/git.postgresql.org/lapug/">Los Angeles</a></li> +<li><a href="/https/git.postgresql.org/ohiopug/">Ohio</a></li> <li><a href="/https/git.postgresql.org/pdxpug/">Portland</a></li> <li><a href="/https/git.postgresql.org/seapug/">Seattle</a></li> <li><a href="/https/git.postgresql.org/sfpug/">San Francisco</a></li> diff --git a/archives/templates/bwpug.top b/archives/templates/bwpug.top new file mode 100644 index 00000000..b6ce61b6 --- /dev/null +++ b/archives/templates/bwpug.top @@ -0,0 +1,24 @@ + +<p> + +<ul> +<li> This is a general discussion area for users.<p></li> +<li> Do not include any SQL related, administration, installation, or + compilation questions in this mailing list. There are other + mailing lists that can accommodate those needs.<p></li> +<li> To post, send mail to + <a href="mailto:[email protected]"> + [email protected]</a>.<p></li> + +<li> To subscribe or unsubscribe from the list, + <A HREF=http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&func=lists-long-full&extra=bwpug + TARGET=subscribe>click here</A><p></li> + + <LI>If you hate getting many mail messages per day then you should consider a + digest (where you receive multiple messages to the list as one message to + you). To subscribe or unsubscribe from the digested list, send mail to + [email protected]. The body of the message should + contain the single line <i>subscribe-set bwpug digest</i> or + <i>unsubscribe bwpug</i>. +</ul> + diff --git a/archives/templates/ohiopug.top b/archives/templates/ohiopug.top new file mode 100644 index 00000000..d58b0878 --- /dev/null +++ b/archives/templates/ohiopug.top @@ -0,0 +1,23 @@ +<p> + +<ul> +<li> This is a general discussion area for users.<p></li> +<li> Do not include any SQL related, administration, installation, or + compilation questions in this mailing list. There are other + mailing lists that can accommodate those needs.<p></li> +<li> To post, send mail to + <a href="mailto:[email protected]"> + [email protected]</a>.<p></li> + +<li> To subscribe or unsubscribe from the list, + <A HREF=http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&func=lists-long-full&extra=ohiopug + TARGET=subscribe>click here</A><p></li> + + <LI>If you hate getting many mail messages per day then you should consider a + digest (where you receive multiple messages to the list as one message to + you). To subscribe or unsubscribe from the digested list, send mail to + [email protected]. The body of the message should + contain the single line <i>subscribe-set ohiopug digest</i> or + <i>unsubscribe ohiopug</i>. +</ul> + |