Commit eb6ad17b authored by Jim Fulton's avatar Jim Fulton

More renaming.

parent 85a35367
<html>
<head>
<title>Add Aqueduct <!--#var database_type--> Database Connection</title>
<title>Add Zope <!--#var database_type--> Database Connection</title>
</head>
<body bgcolor="#FFFFFF" link="#000099" vlink="#555555" alink="#77003B">
<h2>Add Aqueduct <!--#var database_type--> Database Connection</h2>
<h2>Add Zope <!--#var database_type--> Database Connection</h2>
<p><em><strong>Note:</strong>
The Aqueduct Gadfly product is a free Aqueduct database adapter intended
The Zope Gadfly product is a free Zope database adapter intended
for demonstration purposes only. It is only suitable for learning
about Aqueduct. Database operations are performed in memory, so it
about Zope SQL Methods. Database operations are performed in memory, so it
should not be used to create large databases. This installation is using a
non-optimized version of Gadfly and should not be used to assess
the performance of either Gadfly or Aqueduct.</em></p>
the performance of either Gadfly or Zope.</em></p>
<p>The Aqueduct Gadfly Product uses the
<p>The Zope Gadfly Product uses the
<a href="http://starship.skyport.net/crew/aaron_watters/kwParsing/">
Gadfly SQL Database Engine</a> by Aaron Waters. See the Aqueduct
Gadfly SQL Database Engine</a> by Aaron Waters. See the Gadfly
copyright below.</p>
<!--#if data_sources-->
<form action="manage_addAqueduct<!--#var database_type-->Connection"
<form action="manage_addZ<!--#var database_type-->Connection"
method="POST">
<table cellspacing="2">
<tr>
......@@ -36,7 +36,7 @@ copyright below.</p>
<th align="LEFT" valign="TOP"><em>Title</em></th>
<td align="LEFT" valign="TOP">
<input type="TEXT" name="title" size="35"
value="Aqueduct <!--#var database_type--> Database Connection">
value="Zope <!--#var database_type--> Database Connection">
</td>
</tr>
<tr>
......@@ -69,7 +69,7 @@ copyright below.</p>
<!--#else-->
Sorry, you cannot create any Aqueduct <!--#var database_type--> Database
Sorry, you cannot create any Zope <!--#var database_type--> Database
Connections because no <!--#var database_type--> databases exist, or
all of the existing databases are in use.
......
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