summaryrefslogtreecommitdiff
path: root/docs/web
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-07-16 21:02:03 +0000
committerianb <devnull@localhost>2005-07-16 21:02:03 +0000
commitf5ffffa5ed4aa45e46855eba5de11074c333e977 (patch)
treed813009ea9c75ca34d7ad96cc4b6b6aa3c527e23 /docs/web
parent451023f911f1bb906243b100bcf3bd67cc0e19b6 (diff)
downloadpaste-f5ffffa5ed4aa45e46855eba5de11074c333e977.tar.gz
Added new pages to fill out site nav
Diffstat (limited to 'docs/web')
-rw-r--r--docs/web/community/index.txt15
-rw-r--r--docs/web/community/mailing-list.txt36
-rw-r--r--docs/web/community/repository.txt13
-rw-r--r--docs/web/download/index.txt5
-rw-r--r--docs/web/index.txt77
5 files changed, 69 insertions, 77 deletions
diff --git a/docs/web/community/index.txt b/docs/web/community/index.txt
new file mode 100644
index 0000000..e5e2360
--- /dev/null
+++ b/docs/web/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/web/community/mailing-list.txt b/docs/web/community/mailing-list.txt
new file mode 100644
index 0000000..eb4ee98
--- /dev/null
+++ b/docs/web/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/web/community/repository.txt b/docs/web/community/repository.txt
new file mode 100644
index 0000000..344b017
--- /dev/null
+++ b/docs/web/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/>`_.
diff --git a/docs/web/download/index.txt b/docs/web/download/index.txt
new file mode 100644
index 0000000..b1fbaa1
--- /dev/null
+++ b/docs/web/download/index.txt
@@ -0,0 +1,5 @@
+Downloads
+=========
+
+Right now Paste is only available through the `repository
+</community/repository.html>`_.
diff --git a/docs/web/index.txt b/docs/web/index.txt
index 9932ef5..6786327 100644
--- a/docs/web/index.txt
+++ b/docs/web/index.txt
@@ -29,80 +29,3 @@ To check out Paste::
Note that it includes a script ``build-pkg`` which fetches a bunch of
packages that make Paste more useful. A big tarball of all the
requirements stuffed together will probably be forthcoming.
-
-Get Involved
-============
-
-Discussion:
- paste-users@pythonpaste.org (`subscribe
- <http://pythonpaste.org/mailman/listinfo/paste-users>`__,
- `archives <http://pythonpaste.org/archives/list/paste-users.en.html>`__)
-
-Announcements:
- paste-news@pythonpaste.org (`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>`_)
-
-Checkins:
- paste-checkins@pythonpaste.org (`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>`_)
-
-IRC:
- ``#webware`` on `freenode <http://freenode.net>`_
-
-Bug reports:
- Via `Trac <http://pythonpaste.org/trac/>`_: `view bug reports
- <http://pythonpaste.org/trac/report>`_, `submit bug
- <http://pythonpaste.org/trac/newticket>`_. Notification goes
- to paste-bugs@pythonpaste.org (`subscribe
- <http://pythonpaste.org/mailman/listinfo/paste-bugs>`__)
-
-More abstract discussion about Python web programming in general:
- web-sig@python.org (`subscribe
- <http://mail.python.org/mailman/listinfo/web-sig>`__, `archives
- <http://www.python.org/pipermail/web-sig/>`__)
-
-Resources
-=========
-
-* `Configuration <docs/configuration.html>`_.
-
-* `Integrating Frameworks Into Paste <docs/integration.html>`_.
-
-* `Roadmap <docs/roadmap.html>`_, a list of concrete goals and ideas. Not
- much of a roadmap yet, as there's no fixed milestones.
-
-* `Paste Reference Document <docs/reference.html>`_
-
-* `Testing Applications with Paste <docs/testing-applications.html>`_,
- a document on Paste's application testing facilities.
-
-* `To-do tutorial`_, an introduction to Paste installation and application
- design
-
-* `URL Parsing with WSGI and Paste
- <docs/url-parsing-with-wsgi.html>`_, an introduction into the
- architecture of Paste's URL parsing, and the ways you can bring WSGI
- deeper into your framework.
-
-* `What is Paste? <./docs/what-is-paste.html>`_: a description of the
- project scope (see also the older documents `What is WSGIKit?
- <http://blog.ianbicking.org/what-is-wsgikit.html>`_ and `What can
- WSGIKit do for you?
- <http://blog.ianbicking.org/what-can-wsgikit-do-for-you.html>`_)
-
-* Ian Bicking presented at `PyCon 2005`_ on `WSGI Middleware and
- WSGIKit`_: *Using WSGI Middleware to build a foundation for Python web
- programming*
-
-* The Webware API portion of Paste should be discussed on
- webware-devel@lists.sf.net
-
-* The WSGI aspect of Paste should be discussed on web-sig@python.org
-
-.. _To-do tutorial: ./docs/TodoTutorial.html
-.. _PyCon 2005: http://pycon.org/dc2005
-.. _WSGI Middleware and WSGIKit: http://www.imagescape.com/software/docs/wsgikit-pycon2005/
-