summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-01 22:35:00 +0000
committerianb <devnull@localhost>2005-10-01 22:35:00 +0000
commit99ac706fe532fc01f17fc7768cedd4ee5d1f0af7 (patch)
tree26bd22241db721d84a1ba235cdf09ff5e4c47f9f /docs
parent3a11307638e71dc514c5126530cfce84244c6295 (diff)
downloadpaste-99ac706fe532fc01f17fc7768cedd4ee5d1f0af7.tar.gz
Updates to documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/develop-example.txt19
-rw-r--r--docs/install-example.txt2
-rw-r--r--docs/related-projects.txt4
3 files changed, 17 insertions, 8 deletions
diff --git a/docs/develop-example.txt b/docs/develop-example.txt
index efc871b..c93c482 100644
--- a/docs/develop-example.txt
+++ b/docs/develop-example.txt
@@ -2,12 +2,14 @@ Development With Paste: An Example
++++++++++++++++++++++++++++++++++
This example uses `WebKit </webkit/>`_, `SQLObject
-<http://sqlobject.org>`_, and `Zope Page Templates <>`_, but it's all
-pluggable for other frameworks and tools.
+<http://sqlobject.org>`_, and `Zope Page Templates
+<http://www.zope.org/DevHome/Wikis/DevSite/Projects/ZPT/>`_, but it's
+all pluggable for other frameworks and tools.
Paste enabled applications are all proper Python packages, and even
-moreso they are installable by `easy_install <>`_, including Paste
-itself::
+moreso they are installable by `easy_install
+<http://peak.telecommunity.com/DevCenter/EasyInstall>`_, including
+Paste itself::
$ easy_install PasteScript PasteWebKit SQLObject ZPTKit
... messages fly by ...
@@ -34,8 +36,10 @@ test everything is working by running::
... now your new app is served on http://localhost:8080/ ...
... ^C to quit
-It also has set up a `py.test <>`_ fixture for you, so you can run the
-first test (which just tests that the front page loads up properly):
+It also has set up a `py.test
+<http://codespeak.net/py/current/doc/test.html>`_ fixture for you, so
+you can run the first test (which just tests that the front page loads
+up properly):
$ py.test -v
... test results ...
@@ -57,7 +61,8 @@ develop and record your updates, and then apply them to old versions
of the database.
Once you've made something you are ready to deploy, you can use
-`buildutils <>`_ to tag it for release::
+`buildutils <http://buildutils.lesscode.org/>`_ to tag it for
+release::
$ python setup.py svntag --version=0.1 -b ../Wiki01
$ cd ../Wiki01
diff --git a/docs/install-example.txt b/docs/install-example.txt
index 4024f0d..42b74fd 100644
--- a/docs/install-example.txt
+++ b/docs/install-example.txt
@@ -4,7 +4,7 @@ Paste Installation
Installation of Paste-enabled applications is consistent and reliable;
you don't have to understand what technologies those applications
used. Paste-enabled applications are installable with `easy_install
-<>`_, like::
+<http://peak.telecommunity.com/DevCenter/EasyInstall>`_, like::
$ easy_install FileBrowser
... messages ...
diff --git a/docs/related-projects.txt b/docs/related-projects.txt
new file mode 100644
index 0000000..9a41862
--- /dev/null
+++ b/docs/related-projects.txt
@@ -0,0 +1,4 @@
+Related Projects
+++++++++++++++++
+
+(Sorry, not written yet)