# HG changeset patch # User paulb # Date 1162856389 0 # Node ID 3bd415381650763bf0f36400c2e61a65e5d03ce9 # Parent 46d553b668b774c9e63654db812a71a4011fc366 [project @ 2006-11-06 23:39:49 by paulb] Added supported frameworks documentation. Added FileResource documentation. Improved path documentation. Tidied up, made Zope references explicitly "Zope 2", added Django references. diff -r 46d553b668b7 -r 3bd415381650 docs/deploying-applications.html --- a/docs/deploying-applications.html Mon Nov 06 23:38:12 2006 +0000 +++ b/docs/deploying-applications.html Mon Nov 06 23:39:49 2006 +0000 @@ -3,8 +3,6 @@ Deploying an Application - -

Deploying an Application

@@ -54,7 +52,7 @@ (Follow the instructions for CGI - this may change in future.) - Zope + Zope 2 Copy or symbolically link your application code directory to reside in the Zope Products directory
Configure etc/zope.conf
@@ -77,6 +75,6 @@
  • Twisted
  • Webware
  • WSGI
  • -
  • Zope
  • +
  • Zope 2
  • \ No newline at end of file diff -r 46d553b668b7 -r 3bd415381650 docs/developing.html --- a/docs/developing.html Mon Nov 06 23:38:12 2006 +0000 +++ b/docs/developing.html Mon Nov 06 23:39:49 2006 +0000 @@ -77,9 +77,9 @@

    The following topic is referenced in many locations and should be reviewed when encountering problems with input and output text:

    -

    Deployment

    The following topics (illustrated by the programs found in the other subdirectories of the examples directory) describe how WebStack applications may be deployed in server environments: