Commit f2285f8f authored by Hanno Schlichting's avatar Hanno Schlichting

Removed references to software home

parent c68af2e0
...@@ -44,30 +44,6 @@ functions such as database and product management. ...@@ -44,30 +44,6 @@ functions such as database and product management.
</div> </div>
</td> </td>
</tr> </tr>
<tr>
<td align="left" valign="top">
<div class="form-label">
SOFTWARE_HOME
</div>
</td>
<td align="left" valign="top">
<div class="form-text">
&dtml-getSOFTWARE_HOME;
</div>
</td>
</tr>
<tr>
<td align="left" valign="top">
<div class="form-label">
ZOPE_HOME
</div>
</td>
<td align="left" valign="top">
<div class="form-text">
&dtml-getZOPE_HOME;
</div>
</td>
</tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-label"> <div class="form-label">
......
...@@ -41,7 +41,6 @@ font-size: 10pt; ...@@ -41,7 +41,6 @@ font-size: 10pt;
<li>Zope version: &dtml-version_txt; <li>Zope version: &dtml-version_txt;
<li>Python version: &dtml-sys_version; <li>Python version: &dtml-sys_version;
<li>System Platform: &dtml-sys_platform; <li>System Platform: &dtml-sys_platform;
<li>SOFTWARE_HOME: &dtml-getSOFTWARE_HOME;
<li>INSTANCE_HOME: &dtml-getINSTANCE_HOME; <li>INSTANCE_HOME: &dtml-getINSTANCE_HOME;
<li>CLIENT_HOME: &dtml-getCLIENT_HOME; <li>CLIENT_HOME: &dtml-getCLIENT_HOME;
<li>Process ID: &dtml-process_id; (&dtml-thread_get_ident;) <li>Process ID: &dtml-process_id; (&dtml-thread_get_ident;)
......
...@@ -41,8 +41,6 @@ Zope after executing this command in order to log in.</b> ...@@ -41,8 +41,6 @@ Zope after executing this command in order to log in.</b>
<p> <p>
If you're running Zope on Windows, you'll need to use the "zpasswd.py" utility If you're running Zope on Windows, you'll need to use the "zpasswd.py" utility
in your Zope installation's "bin" directory at
<i><dtml-var "Control_Panel.getZOPE_HOME()">\bin</i>
to create a file named <i>inituser</i> in your Zope instance home at to create a file named <i>inituser</i> in your Zope instance home at
<i><dtml-var "Control_Panel.getINSTANCE_HOME()"></i> that contains the <i><dtml-var "Control_Panel.getINSTANCE_HOME()"></i> that contains the
initial administrative username and password. initial administrative username and password.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment