commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5284 - in trunk: gnue-appserver gnue-common gnue-forms


From: jcater
Subject: r5284 - in trunk: gnue-appserver gnue-common gnue-forms
Date: Tue, 9 Mar 2004 17:13:21 -0600 (CST)

Author: jcater
Date: 2004-03-09 17:13:21 -0600 (Tue, 09 Mar 2004)
New Revision: 5284

Modified:
   trunk/gnue-appserver/INSTALL
   trunk/gnue-common/INSTALL
   trunk/gnue-common/README.databases
   trunk/gnue-forms/INSTALL
Log:
Improving consistency of files


Modified: trunk/gnue-appserver/INSTALL
===================================================================
--- trunk/gnue-appserver/INSTALL        2004-03-09 23:12:02 UTC (rev 5283)
+++ trunk/gnue-appserver/INSTALL        2004-03-09 23:13:21 UTC (rev 5284)
@@ -2,7 +2,7 @@
 =====================================================
 
 
-Dependencies
+Requirements
 ------------
 
 To install gnue-appserver, you need at least the following prerequisites

Modified: trunk/gnue-common/INSTALL
===================================================================
--- trunk/gnue-common/INSTALL   2004-03-09 23:12:02 UTC (rev 5283)
+++ trunk/gnue-common/INSTALL   2004-03-09 23:13:21 UTC (rev 5284)
@@ -1,5 +1,15 @@
-On all systems 
+Installation Instructions for GNUe Common
+=========================================
 
+Requirements
+------------
+  * Python 2.1+
+
+
+General Information
+-------------------
+On all systems
+
   for standard system-wide install
   ./setup.py install
     (if you don't do this as root, you have to set
@@ -29,17 +39,17 @@
 
 On Windows machine
 
-  Switch to the etc directory under your python install dir.  
+  Switch to the etc directory under your python install dir.
   On my system that is
- 
+
   C:\python21\etc
 
   Rename the sample-windows.gnue.conf to gnue.conf.  Make any optional changes 
you like to this file.
 
 
-On all systems 
+On all systems
 
-  You should also rename sample.connections.conf to connections.conf and edit 
it to 
+  You should also rename sample.connections.conf to connections.conf and edit 
it to
   reflect the databases you wish to access frequently.
 
   See doc/Connections.txt for more information

Modified: trunk/gnue-common/README.databases
===================================================================
--- trunk/gnue-common/README.databases  2004-03-09 23:12:02 UTC (rev 5283)
+++ trunk/gnue-common/README.databases  2004-03-09 23:13:21 UTC (rev 5284)
@@ -10,7 +10,7 @@
 Quick chart of supported databases:
  * PostgreSQL 6.x-7.x [via PyGreSQL, PyPgSQL, Psycopg, and PoPy]
  * MySQL 3.22-4.x [via MySQLdb]
- * Oracle 8.x [via DCOracle2, cxOracle]
+ * Oracle 8.x/9i [via DCOracle2, cxOracle]
  * IBM DB/2 7.1 [via DB2-Python]
  * SAP-DB 7.x [via sapdb-python]
  * Interbase 5.x-6.x and Firebird 1.x [via Kinterbasdb]
@@ -21,9 +21,9 @@
  * Gadfly 1.0
 
 Quick chart of supported middleware:
- * GNUe Appserver [via GNURPC]
+ * GNUe AppServer [via GNURPC]
  * ADO [via adodbapi]
- * ODBC [via PythonWin ODBC, mxODBC]
+ * ODBC [via PythonWin ODBC]
  * SQLRelay [via SQLRelay-Python]
 ----------------------------------------------------------------
 
@@ -49,11 +49,11 @@
     POSIX Support: YES
     Win32 Support: YES [no prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        GNU/Linux [Debian 2.x, Slackware 8.0, RedHat 6.x/7.x]
 
-    Description: 
-       PyGreSQL is the standard PostgreSQL-Python driver. 
+    Description:
+       PyGreSQL is the standard PostgreSQL-Python driver.
        It is compliant to Python's DB-API 2.0.
 
     Example connections.conf entry:
@@ -71,12 +71,12 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        GNU/Linux [Debian 2.x, Slackware 8.0, RedHat 6.x/7.x]
        Windows 98
 
-    Description: 
-       Written by Billy Allie, PyPgSQL is a database interface for 
+    Description:
+       Written by Billy Allie, PyPgSQL is a database interface for
        PostgreSQL 7.x.
 
     Example connections.conf entry:
@@ -93,10 +93,10 @@
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        From the Psycopg website: "It was written from scratch with the aim of
        being very small and fast, and stable as a rock."  Written by initd.org
        volunteers.
@@ -110,24 +110,21 @@
        dbname=mydb             # The name of the pg database
        encoding=ASCII          # Optional: the client encoding for PG
 
-    Notes: 
+    Notes:
 
-      1. Available in Debian [sid] as: "apt-get install python2-psycopg"
+      1. Available in Debian [sid] as: "apt-get install python-psycopg"
 
-      2. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
 
 
-
 *** PoPy [http://popy.sf.net/]
 
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        Written by Thierry Michel and friends. Strong multi-thread support.
 
     Example connections.conf entry:
@@ -142,11 +139,8 @@
 
       1. Available in Debian [sid,woody] as: "apt-get install python-popy"
 
-      2. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
 
 
-
 MySQL
 =====
 
@@ -155,11 +149,11 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries at http://www.cs.fhm.edu/~ifw00065/]
 
-    Platforms Tested:  
+    Platforms Tested:
        GNU/Linux [RedHat 7.x]
 
-    Description: 
-       Written by Andy Dustman, this driver supports MySQL 3.22, 3.23, and 
+    Description:
+       Written by Andy Dustman, this driver supports MySQL 3.22, 3.23, and
        4.x.
 
     Example connections.conf entry:
@@ -175,7 +169,7 @@
          transactional support (3.x series does NOT do this by default!)
 
       2. This driver has been partially tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
 
 
@@ -187,12 +181,12 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries (WinNT only)]
 
-    Platforms Tested:  
-       GNU/Linux [RedHat 7.x]
+    Platforms Tested:
+       GNU/Linux [Debian Woody/Sarge, RedHat 7.x]
 
     Description:
        An Oracle driver from Digital Creations (Zope).  Works with Oracle
-       7.3 and 8.x via Oracle's SQL-Net OCI interface.
+       7.3, 8.x, 9i via Oracle's SQL-Net OCI interface.
 
     Example connections.conf entry:
 
@@ -206,20 +200,17 @@
 
       2. Does not recognize the TWO_TASK environment setting.
 
-      3. This driver has been partially tested.  If you are successfully using
-         this driver, please let us know. 
 
 
-
 *** cxOracle [http://www.computronix.com/utilities/]
 
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        ???
 
-    Description: 
+    Description:
        An Oracle driver from Computronix.  Works with Oracle 7.3 and 8.x via
        Oracle's SQL-Net OCI interface.
 
@@ -236,7 +227,7 @@
       2. Does not recognize the TWO_TASK environment setting.
 
       3. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
 
 
@@ -248,10 +239,10 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        A DB/2 driver from Bryan Lee.  Works with IBM's DB/2 version 7.1.
 
     Example connections.conf entry:
@@ -265,10 +256,10 @@
       1. The Win32 binaries are included in the tar'ed file (in win32/)
 
       2. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       3. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -280,7 +271,7 @@
     POSIX Support: YES
     Win32 Support: YES
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
     Description:
@@ -297,7 +288,7 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
 
 
@@ -309,11 +300,11 @@
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
-       Written by Alexander Kuznetsov, this driver provides support for 
+    Description:
+       Written by Alexander Kuznetsov, this driver provides support for
        Informix.
 
     Example connections.conf entry:
@@ -326,10 +317,10 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -341,11 +332,11 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        Win2k, Debian 3.0
 
-    Description: 
-       Written by Alexander Kuznetsov, this driver provides support for 
+    Description:
+       Written by Alexander Kuznetsov, this driver provides support for
        Interbase.
 
     Example connections.conf entry:
@@ -358,7 +349,7 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
 
 
@@ -370,10 +361,10 @@
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        Written by Holger Meyer, this driver supports OpenIngres, as well as
        the various CA Ingres solutions.
 
@@ -386,10 +377,10 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -401,11 +392,11 @@
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
-       Written by Alexander Kuznetsov, this driver provides support for 
+    Description:
+       Written by Alexander Kuznetsov, this driver provides support for
        Informix.
 
     Example connections.conf entry:
@@ -418,10 +409,10 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -433,10 +424,10 @@
     POSIX Support: YES
     Win32 Support: YES [no prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        Written by David Cole, this driver works with the 11.x.x series
        of Sybase ASE.
 
@@ -450,10 +441,10 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -465,21 +456,21 @@
     POSIX Support: YES
     Win32 Support: YES
 
-    Platforms Tested:  
+    Platforms Tested:
        Debian GNU/Linux 3.0
 
-    Description: 
+    Description:
        SQLite is a powerful embedded relational database management system
-       in a compact C library, developed by D. Richard Hipp. The library is 
+       in a compact C library, developed by D. Richard Hipp. The library is
        self-contained ...  itself is uncopyrighted, and free to use for any
-       purpose. 
+       purpose.
 
        SQLite is not a client library used to connect to a big database server.
-       SQLite is the server. The SQLite library reads and writes directly to 
+       SQLite is the server. The SQLite library reads and writes directly to
        and from the database files on disk.
 
        PySQLite is a Python extension for SQLite that conforms to the Python
-       Database API Specification 2.0. The source is released under the 
+       Database API Specification 2.0. The source is released under the
        Python license.
 
 
@@ -491,7 +482,7 @@
 
     Notes:
 
-      1. The database engine stores all data in string format. Many 
+      1. The database engine stores all data in string format. Many
          SQL statements won't work. Comparison of date types won't work
          correctly, etc.
 
@@ -505,15 +496,15 @@
     POSIX Support: YES
     Win32 Support: YES
 
-    Platforms Tested:  
+    Platforms Tested:
        Debian GNU/Linux 3.0
 
-    Description: 
+    Description:
        Gadfly is a simple relational database system implemented in Python
-       based on the SQL Structured Query Language. 
+       based on the SQL Structured Query Language.
 
        Gadfly is not a client library used to connect to a big database server.
-       Gadfly is the server. The Gadfly library reads and writes directly to 
+       Gadfly is the server. The Gadfly library reads and writes directly to
        and from the database files on disk.
 
 
@@ -528,7 +519,7 @@
 
     Notes:
 
-      1. The database engine stores all data in string format. Many 
+      1. The database engine stores all data in string format. Many
          SQL statements won't work. Comparison of date types won't work
          correctly, etc.
 
@@ -550,11 +541,11 @@
     POSIX Support: YES
     Win32 Support: YES
 
-    Platforms Tested:  
+    Platforms Tested:
        Debian GNU/Linux 3.0
        MS Windows 98
 
-    Description: 
+    Description:
        GNUe's own Enterprise Application Server, currently under heavy
        development, provides a business rules and data backend. Works
        with a variety of databases. [Not yet stable]
@@ -575,26 +566,26 @@
 
 *** adodbapi [http://sourceforge.net/projects/adodbapi]
 
-    POSIX Support: NO 
+    POSIX Support: NO
     Win32 Support: YES
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
-       A Python DB-API 2.0 module that makes it easy to use Microsoft ADO 
+    Description:
+       A Python DB-API 2.0 module that makes it easy to use Microsoft ADO
        for connecting with databases and other data sources.
 
        Features:
-       * 100% DB-API 2.0 compliant. 
-       * Includes pyunit testcases that describes how to use the module.  
-       * Fully implemented in Python. 
-       * Licensed under the LGPL license, which means that it can be used 
freely even in commercial programs subject to certain restrictions. 
+       * 100% DB-API 2.0 compliant.
+       * Includes pyunit testcases that describes how to use the module.
+       * Fully implemented in Python.
+       * Licensed under the LGPL license, which means that it can be used 
freely even in commercial programs subject to certain restrictions.
        * Supports eGenix mxDateTime, Python 2.3 datetime module and Python 
time module.
 
        Prerequisites:
-       * Python 1.5.2 or higher. 
-       * Mark Hammond's win32all python for windows extensions. 
+       * Python 1.5.2 or higher.
+       * Mark Hammond's win32all python for windows extensions.
 
     Example connections.conf entry:
 
@@ -605,7 +596,7 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
 
 ODBC
@@ -613,13 +604,13 @@
 
 *** PythonWin ODBC 
[http://aspn.activestate.com/ASPN/Downloads/ActivePython/Extensions/Win32all]
 
-    POSIX Support: NO 
+    POSIX Support: NO
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        A commercial ODBC interface for Python written by Marc-Andr� Lemburg.
        Supports practically any database backend with ODBC drivers (are there
        any without ODBC drivers?)
@@ -627,16 +618,16 @@
     Example connections.conf entry:
 
        [myconn]
-       provider=odbc           # Use the mxODBC adapter
+       provider=odbc           # Use the ODBC adapter
        service=mydsn           # The DSN connection string of the database
 
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not yet support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -645,10 +636,10 @@
     POSIX Support: YES
     Win32 Support: YES [prebuilt binaries]
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
+    Description:
        A commercial ODBC interface for Python written by Marc-Andr� Lemburg.
        Supports practically any database backend with ODBC drivers (are there
        any without ODBC drivers?)
@@ -672,10 +663,10 @@
          documentation for more information.
 
       3. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       4. This driver does not support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 
 
 
@@ -687,12 +678,12 @@
     POSIX Support: YES
     Win32 Support: ???
 
-    Platforms Tested:  
+    Platforms Tested:
        ??? (We need your help!)
 
-    Description: 
-       From FirstWork's website: "SQL Relay is a persistent database 
-       connection pooling, proxying and load balancing system for Unix 
+    Description:
+       From FirstWork's website: "SQL Relay is a persistent database
+       connection pooling, proxying and load balancing system for Unix
        and Linux."
 
     Example connections.conf entry:
@@ -704,8 +695,8 @@
     Notes:
 
       1. This driver has not been fully tested.  If you are successfully using
-         this driver, please let us know. 
+         this driver, please let us know.
 
       2. This driver does not support schema introspection, so you will not
-         be able to use Wizards in GNUe Designer. 
+         be able to use Wizards in GNUe Designer.
 

Modified: trunk/gnue-forms/INSTALL
===================================================================
--- trunk/gnue-forms/INSTALL    2004-03-09 23:12:02 UTC (rev 5283)
+++ trunk/gnue-forms/INSTALL    2004-03-09 23:13:21 UTC (rev 5284)
@@ -1,4 +1,5 @@
 Installation instructions for GNUe-Forms
+========================================
 
 Quick Install
 -------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]