From 1afcb52d73271bbbd78f885451aa1b0e78c09871 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 28 Jan 2013 11:32:18 -0500 Subject: Import StringIO so it can be used. --- docs/community/index.txt | 15 +++++++++++++++ docs/community/mailing-list.txt | 14 ++++++++++++++ docs/community/repository.txt | 10 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 docs/community/index.txt create mode 100644 docs/community/mailing-list.txt create mode 100644 docs/community/repository.txt (limited to 'docs/community') diff --git a/docs/community/index.txt b/docs/community/index.txt new file mode 100644 index 0000000..5b30110 --- /dev/null +++ b/docs/community/index.txt @@ -0,0 +1,15 @@ +Community +========= + +Much of the communication goes on in the `mailing lists +`_; see that page for information on the lists. + +For live IRC discussion, try the ``#pythonpaste`` channel on `Freenode +`_. + +If you find bugs in the code or documentation, please `submit a ticket +`_. You can also `view tickets +`_. + + + diff --git a/docs/community/mailing-list.txt b/docs/community/mailing-list.txt new file mode 100644 index 0000000..854ec3e --- /dev/null +++ b/docs/community/mailing-list.txt @@ -0,0 +1,14 @@ +Mailing Lists +============= + +General discussion and questions should go to: + +`paste-users@googlegroups.org `_: + New posts are `on Google Groups `_ `old posts are in their own archive `_ + +More abstract discussion of Python web programming should go to: + +`web-sig@python.org `_: + `Subscribe `__, + `Archives `__ + diff --git a/docs/community/repository.txt b/docs/community/repository.txt new file mode 100644 index 0000000..b8f3700 --- /dev/null +++ b/docs/community/repository.txt @@ -0,0 +1,10 @@ +Repository +========== + +Paste is kept in a Mercurial (hg) repository at +http://bitbucket.org/ianb/paste + +If you are using a command-line Mercurial client, you can check +it out like:: + + hg clone http://bitbucket.org/ianb/paste -- cgit v1.2.1