diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-07 18:52:36 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-07 18:52:36 -0800 |
commit | cc83e06efff71b81ca5a3ac6df65775971181295 (patch) | |
tree | d52fa3f1a93730f263c2c5ac8266de8e5fb12abf /docs/community | |
download | paste-git-tox_coverage.tar.gz |
tox.ini: Measure test coveragetox_coverage
Diffstat (limited to 'docs/community')
-rw-r--r-- | docs/community/index.txt | 15 | ||||
-rw-r--r-- | docs/community/mailing-list.txt | 14 | ||||
-rw-r--r-- | docs/community/repository.txt | 10 |
3 files changed, 39 insertions, 0 deletions
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 +<mailing-list.html>`_; see that page for information on the lists. + +For live IRC discussion, try the ``#pythonpaste`` channel on `Freenode +<http://freenode.net/>`_. + +If you find bugs in the code or documentation, please `submit a ticket +<http://pythonpaste.org/trac/report>`_. You can also `view tickets +<http://pythonpaste.org/trac/report>`_. + + + 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 <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: + +`web-sig@python.org <http://mail.python.org/mailman/listinfo/web-sig>`_: + `Subscribe <http://mail.python.org/mailman/listinfo/web-sig>`__, + `Archives <http://www.python.org/pipermail/web-sig/>`__ + 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 |