diff options
| author | ianb <devnull@localhost> | 2005-09-29 00:00:45 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-09-29 00:00:45 +0000 |
| commit | 829857bd00aa6ca40618ae01ef8fff9ea59a84f0 (patch) | |
| tree | e26c16cd4dde5887c75140b0cdabced38a0839d3 /docs/community | |
| parent | 1b9db3a92fb27031740eb12257b94bc67062af3c (diff) | |
| download | paste-829857bd00aa6ca40618ae01ef8fff9ea59a84f0.tar.gz | |
Moved docs around
Diffstat (limited to 'docs/community')
| -rw-r--r-- | docs/community/index.txt | 15 | ||||
| -rw-r--r-- | docs/community/mailing-list.txt | 36 | ||||
| -rw-r--r-- | docs/community/repository.txt | 13 |
3 files changed, 64 insertions, 0 deletions
diff --git a/docs/community/index.txt b/docs/community/index.txt new file mode 100644 index 0000000..e5e2360 --- /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 ``#webware`` 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..eb4ee98 --- /dev/null +++ b/docs/community/mailing-list.txt @@ -0,0 +1,36 @@ +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>`__, + `Atom feed <http://pythonpaste.org/news/atom.xml>`_ + +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>`_ + +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..344b017 --- /dev/null +++ b/docs/community/repository.txt @@ -0,0 +1,13 @@ +Repository +========== + +Paste is kept in a `Subversion <http://subversion.tigris.org/>`_ +repository at http://svn.pythonpaste.org/Paste + +If you are using a command-line Subversion client, you can check +it out like:: + + svn co http://svn.pythonpaste.org/Paste/trunk Paste + +If you are on Windows you may want to use `TortoiseSVN +<http://tortoisesvn.tigris.org/>`_. |
