summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-03 04:43:32 +0000
committerianb <devnull@localhost>2005-10-03 04:43:32 +0000
commit5708df03b9f3d54efcfb50c220118fa4ce8a9474 (patch)
treeb15de388b89646e0e7eb195899f2f7e178785c1c
parent99ac706fe532fc01f17fc7768cedd4ee5d1f0af7 (diff)
downloadpaste-5708df03b9f3d54efcfb50c220118fa4ce8a9474.tar.gz
Fixed front page, links0.30.1.0
-rw-r--r--docs/index.txt30
-rw-r--r--docs/related-projects.txt39
-rw-r--r--setup.cfg1
3 files changed, 62 insertions, 8 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 0dac983..095d75a 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -26,8 +26,10 @@ Paste for Administrators
* Manage and install web applications system-wide for easy maintenance
-* `See an installation example <install-example.html>`_ or `read more
- about what Paste-enabled means... <enabled.html>`_
+.. comment:
+
+ * `See an installation example <install-example.html>`_ or `read more
+ about what Paste-enabled means... <enabled.html>`_
Paste for Web Developers
------------------------
@@ -44,9 +46,14 @@ Paste for Web Developers
converting old projects, updating and deploying projects -- using a
set of `complimentary packages and tools <related-projects.html>`_
-* `See a development example <develop-example.html>`_ or `read more
- about using Paste in your
- applications... <developer-features.html>`_
+* `read more about some of the available features
+ <developer-features.html>`_
+
+.. comment:
+
+ * `See a development example <develop-example.html>`_ or `read more
+ about using Paste in your
+ applications... <developer-features.html>`_
Documentation
=============
@@ -60,13 +67,22 @@ Components
==========
* `Paste Deploy <./deploy/>`_
+
* `Paste Script <./script/>`_
+
* `Paste Module Index <module-index.html>`_
+
* `Paste WebKit <./webkit/>`_
+
* `Wareweb <./wareweb/>`_
+
* `WSGI specification <http://www.python.org/peps/pep-0333.html>`_
-* `Example application: to-do <./todo/>`_
-* `Example application: FileBrowser <./filebrowser/>`_
+
+* `Example application: to-do
+ <http://svn.pythonpaste.org/Paste/apps/Todo_SQLObject_ZPT/trunk/>`_.
+
+* `Example application: FileBrowser
+ <http://svn.pythonpaste.org/Paste/apps/FileBrowser/trunk/>`_
License
=======
diff --git a/docs/related-projects.txt b/docs/related-projects.txt
index 9a41862..23c3e38 100644
--- a/docs/related-projects.txt
+++ b/docs/related-projects.txt
@@ -1,4 +1,41 @@
Related Projects
++++++++++++++++
-(Sorry, not written yet)
+These are all actually in the same package (``setuptools``):
+
+* `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_
+ for generation of packages.
+
+* `easy_install
+ <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ for
+ installation of packages (``easy_install`` is a kind of front-end
+ for setuptools, and Python software installation in general).
+
+* `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_
+ for introspection of packages and general "pluggability".
+ (``setuptools`` creates and installs Eggs)
+
+Other packages are used in Paste, and development may bleed into those
+projects. Though you don't have to use those projects to use Paste or
+to have a Paste-enabled package, I think these are quality tools that
+form a more complete development experience:
+
+* `Subversion <http://subversion.tigris.org/>`_ for version control.
+
+* `buildutils <http://buildutils.lesscode.org>`_ for some common
+ maintenance tasks.
+
+* `Pudge <http://pudge.lesscode.org>`_ for documentation generation
+ (at least this website is generated using Pudge).
+
+* `py.test <http://codespeak.net/py/current/doc/test.html>`_ for
+ testing. ``paste.fixture`` is entirely usable from within `unittest
+ <http://python.org/doc/current/lib/module-unittest.html>`_, but the
+ experience is more streamlined in ``py.test``.
+
+* `INITools <http://pythonpaste.org/initools/>`_ for .INI-file
+ parsing. Paste only partially uses this package, but probably will
+ more in the future.
+
+* `Cheetah <http://cheetahtemplate.org>`_ for file generation,
+ especially generating startup file layouts and configuration files.
diff --git a/setup.cfg b/setup.cfg
index 0d9cdb6..589d979 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ blog_url = http://pythonpaste.org/news/
settings = no_about=true
link1=/deploy/ paste.deploy
link2=/script/ paster script
+ extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
[publish]
doc-dir=docs/html