[Zope-Checkins] CVS: Zope/lib/python/App/dtml - cpContents.dtml:1.3.112.1

Matt Behrens matt@zigg.com
Mon, 27 May 2002 18:58:34 -0400


Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv18365/lib/python/App/dtml

Modified Files:
      Tag: zigg_unix-install-control-config-branch
	cpContents.dtml 
Log Message:
More progress:

- Rewrite the control script to not have any special knowledge of
  'create', to help maintain the divorce from what the software home's
  control package does.

- Add ZOPE_HOME, now that it's needed (to look at the default imports).

- A few more portability fixes (now working on Linux).

- Start to option-enable z2.py, though there is no code yet.



=== Zope/lib/python/App/dtml/cpContents.dtml 1.3 => 1.3.112.1 ===
   <td align="left" valign="top">
   <div class="form-label">
+  ZOPE_HOME
+  </div>
+  </td>
+  <td align="left" valign="top">
+  <div class="form-text">
+  <dtml-var getZOPE_HOME>
+  </div>
+  </td>
+</tr>
+<tr>
+  <td align="left" valign="top">
+  <div class="form-label">
   INSTANCE_HOME
   </div>
   </td>