summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-12-08 21:43:11 +0000
committerianb <devnull@localhost>2008-12-08 21:43:11 +0000
commit0b49bfc140b409f6c5f3c83e491bac755bcf53e0 (patch)
treef8e6ec88b1aac6ba73fb9de2b418052a6a760f58 /docs
parent07447e63c373b6a0e235e360af830e4b857654b3 (diff)
downloadpaste-0b49bfc140b409f6c5f3c83e491bac755bcf53e0.tar.gz
update mailing list location
Diffstat (limited to 'docs')
-rw-r--r--docs/community/mailing-list.txt25
-rw-r--r--docs/include/contact.txt2
-rw-r--r--docs/testing-applications.txt2
3 files changed, 4 insertions, 25 deletions
diff --git a/docs/community/mailing-list.txt b/docs/community/mailing-list.txt
index e318a6a..854ec3e 100644
--- a/docs/community/mailing-list.txt
+++ b/docs/community/mailing-list.txt
@@ -3,29 +3,8 @@ Mailing Lists
General discussion and questions should go to:
-`paste-users@pythonpaste.org <http://pythonpaste.org/mailman/listinfo/paste-users>`_:
- `Subscribe <http://pythonpaste.org/mailman/listinfo/paste-users>`__,
- `Archives <http://pythonpaste.org/archives/list/paste-users.en.html>`__
-
-To receive announcements:
-
-`paste-news@pythonpaste.org <http://pythonpaste.org/mailman/listinfo/paste-news>`_:
- `Subscribe <http://pythonpaste.org/mailman/listinfo/paste-news>`__,
- `Archives <http://pythonpaste.org/archives/list/paste-news.en.html>`__
-
-To receive notification of new checkins:
-
-`paste-checkins@pythonpaste.org <http://pythonpaste.org/mailman/listinfo/paste-checkins>`_:
- `Subscribe <http://pythonpaste.org/mailman/listinfo/paste-checkins>`__,
- `RSS feed <http://pythonpaste.org/trac/timeline/?daysback=90&max=50&wiki=on&ticket=on&changeset=on&milestone=on&format=rss>`_
-
-Bug reports should be added to the tracker, but you can be notified of
-new bugs on the list:
-
-`paste-bugs@pythonpaste.org <http://pythonpaste.org/mailman/listinfo/paste-bugs>`_:
- `Subscribe <http://pythonpaste.org/mailman/listinfo/paste-bugs>`__,
- `View bug reports <http://pythonpaste.org/trac/report>`__,
- `Submit bug report <http://pythonpaste.org/trac/newticket>`_
+`paste-users@googlegroups.org <http://groups.google.com/group/paste-users>`_:
+ New posts are `on Google Groups <http://groups.google.com/group/paste-users/topics>`_ `old posts are in their own archive <http://pythonpaste.org/archives/list/paste-users.en.html>`_
More abstract discussion of Python web programming should go to:
diff --git a/docs/include/contact.txt b/docs/include/contact.txt
index 270e1cf..87e0bc1 100644
--- a/docs/include/contact.txt
+++ b/docs/include/contact.txt
@@ -1,5 +1,5 @@
If you have questions about this document, please contact the `paste
-mailing list <http://pythonpaste.org/mailman/listinfo/paste-users>`_
+mailing list <http://groups.google.com/group/paste-users>`_
or try IRC (``#pythonpaste`` on freenode.net). If there's something that
confused you and you want to give feedback, please `submit an issue
<http://pythonpaste.org/trac/newticket?component=documentation>`_.
diff --git a/docs/testing-applications.txt b/docs/testing-applications.txt
index 6de928f..76ca495 100644
--- a/docs/testing-applications.txt
+++ b/docs/testing-applications.txt
@@ -14,7 +14,7 @@ Paste includes functionality for testing your application in a
convenient manner. These facilities are quite young, and feedback is
invited. Feedback and discussion should take place on the
`Paste-users list
-<http://pythonpaste.org/mailman/listinfo/paste-users>`_.
+<http://groups.google.com/group/paste-users>`_.
These facilities let you test your Paste and WSGI-based applications
easily and without a server.