Commit f88c1972 authored by Jim Fulton's avatar Jim Fulton

Added Gadfly description/copyright information.

parent 806499f3
...@@ -6,6 +6,20 @@ ...@@ -6,6 +6,20 @@
<h2>Add Aqueduct <!--#var database_type--> Database Connection</h2> <h2>Add Aqueduct <!--#var database_type--> Database Connection</h2>
<p><em><strong>Note:</strong>
The Aqueduct Gadfly product is a free Aqueduct database adapter intended
for demonstration purposes only. It is only suitable for learning
about Aqueduct. 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>
<p>The Aqueduct 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
copyright below.</p>
<!--#if data_sources--> <!--#if data_sources-->
<form action="manage_addAqueduct<!--#var database_type-->Connection" <form action="manage_addAqueduct<!--#var database_type-->Connection"
...@@ -14,19 +28,23 @@ ...@@ -14,19 +28,23 @@
<tr> <tr>
<th align="LEFT" valign="TOP">Id</th> <th align="LEFT" valign="TOP">Id</th>
<td align="LEFT" valign="TOP"> <td align="LEFT" valign="TOP">
<input type="TEXT" name="id" size="40" <input type="TEXT" name="id" size="35"
value="<!--#var database_type-->_database_connection"> value="<!--#var database_type-->_database_connection">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="LEFT" valign="TOP"><em>Title</em></th> <th align="LEFT" valign="TOP"><em>Title</em></th>
<td align="LEFT" valign="TOP"> <td align="LEFT" valign="TOP">
<input type="TEXT" name="title" size="40" <input type="TEXT" name="title" size="35"
value="Aqueduct <!--#var database_type--> Database Connection"> value="Aqueduct <!--#var database_type--> Database Connection">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="LEFT" valign="TOP">Select a Data Source</th> <td align="LEFT" valign="TOP"><strong>Select a Data Source</strong>
<br><em><font -1>Additional data sources may be created by making additional
directories in the <code>var/gadfly</code> subdirectory of
your Principia installation.</font></em>
</td>
<td align="LEFT" valign="TOP"><select name=connection size=7> <td align="LEFT" valign="TOP"><select name=connection size=7>
<!--#in data_sources--> <!--#in data_sources-->
<option value="<!--#var sequence-key-->"> <option value="<!--#var sequence-key-->">
...@@ -57,5 +75,45 @@ ...@@ -57,5 +75,45 @@
<!--#/if--> <!--#/if-->
<hr>
<h3>Gadfly Copyright Notice</h3>
<p>The kjParsing source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright:</p>
<p>Copyright Aaron Robert Watters, 1994</p>
<p><center>All Rights Reserved</center></p>
<p>Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appears in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.</p>
<p>AARON ROBERT WATTERS DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL AARON ROBERT WATTERS BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<h4>Signature</h4>
<pre>
Aaron Robert Watters
Department of Computer and Information Sciences
New Jersey Institute of Technology
University Heights
Newark, NJ 07102
phone (201)596-2666
fax (201)596-5777
home phone (908)545-3367
email: aaron@vienna.njit.edu
</pre>
</body> </body>
</html> </html>
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