commit-gnue
[Top][All Lists]
Advanced

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

r5530 - trunk


From: jcater
Subject: r5530 - trunk
Date: Fri, 26 Mar 2004 08:45:16 -0600 (CST)

Author: jcater
Date: 2004-03-26 08:45:15 -0600 (Fri, 26 Mar 2004)
New Revision: 5530

Modified:
   trunk/README.txt
Log:
corrected directory entry

Modified: trunk/README.txt
===================================================================
--- trunk/README.txt    2004-03-26 10:56:06 UTC (rev 5529)
+++ trunk/README.txt    2004-03-26 14:45:15 UTC (rev 5530)
@@ -16,33 +16,33 @@
 still in a planning stage. Read each tool's README file for more details.
 
 
-gnue-forms/     
+gnue-forms/
            GNUe Forms is a data-aware user-interface generator. Using an XML-
            based forms definition, GNUe Forms can present the user a
            dynamically created "form" with fields bound to a database. With
            a built-in trigger/events system, logic can be embedded in a form
            to perform complex data verification/manipulation.
 
-gnue-reports/   
+gnue-reports/
            GNUe Reports is a reporting engine. With a complex Database-to-
            XML mapping engine, Reports is designed to work with even the most
            complicated reporting requirements. GNUe Reports provides both a
            backend reporting server and various reporting clients.
 
-gnue-appserver/ 
+gnue-appserver/
            GNUe App Server is a data and business rules server. It provides
            an object-oriented backend to forms and reports. In an n-tier
            environment, App Serverholds all business rules/logic and provides
            object-to-relational access to various database backends.
 
-gnue-designer/  
+gnue-designer/
            GNUe Designer is an graphical IDE for GNU Enterprise.  Currently,
            it only handles Forms Definitions, but support for Reports and
            App Server class definitions are planned.  Designer requires the the
            corresponding toolset for any definitions you plan to design. (i.e.,
            GNUe Forms must be installed in order for designer to support Forms)
 
-gnue-navigator/ 
+gnue-navigator/
            GNUe Navigator is a menuing system for GNUe Forms and Reports. It
            presents a consistent menuing interface (in GUI or Text) based on
            an XML "process definition."  GNUe Navigator uses GNUe Forms or
@@ -50,13 +50,13 @@
            corresponding tools must be installed (i.e., to run forms, GNUe
            Forms must be installed.)
 
-gnue-integrator/ 
+gnue-integrator/
            GNUe Integrator is a data migration/synchronization tool that can
            be used to move or copy data from one datasource to another in a
            batch-like mode. It is useful for pulling data from one production
-           database into another. 
+           database into another.
 
-gnue-common/    
+gnue-common/
            GNUe Common is required for any Python-based tools (GNUe Forms,
            Reports, and Designer.) It defines a common code base for other
            Python-based GNUe tools. GNUe-Common provides a consistent interface
@@ -64,29 +64,30 @@
            common/README for more information and common/README.databases for a
            list of supported database backends.
 
-gnue-packages/  
+gnue-packages/
            GNUe Packages is a set of definitions for geas that define various
            business applications (e.g., finance, human resources, supply chain
            management).  Each package is designed to work independently of
            each other, but will also form a coherent system when installed
            together.
 
-gnue-phpforms/  
+gnue-phpforms/
            GNUe Forms (PHP version) is a reimplementation of GNUe Forms in
            PHP. It tries to provide a similar look and feel as GNUe Forms
            through an web interface. See phpforms/README for more information.
 
-gnue-pos/  GNUe Point-of-Sale is a module-based register application. It 
-           is designed to be plugged into an existing architecture. For 
-           example, it can be customized to use your existing database 
+gnue-pointofsale/
+           GNUe Point-of-Sale is a module-based register application. It
+           is designed to be plugged into an existing architecture. For
+           example, it can be customized to use your existing database
            structure.  It is in a very early stage of development, but is
-           used in at least two smaller retail establishments. 
+           used in at least two smaller retail establishments.
 
 gnue-dbtools/
            GNUe DBTools is a set of database data manipulation utilities
            based off of GNUe-Common.  It provides a common set of command-
            line utilities that can be used across several database vendors.
-           It includes a data loader and an interactive SQL shell. 
+           It includes a data loader and an interactive SQL shell.
 
 
 The following directories contain no code and are basically support structures:
@@ -94,12 +95,12 @@
 docbook/   Various docbook-based documentation for GNU Enterprise. There's
            plenty of goodies in this directory.
 
-gnue-samples/  
+gnue-samples/
            Several sample programs that use the various GNUe tools. None of 
these
            are actually meant for real-world use, but show off various features
            of each tool.
 
-www/       This contains the skeleton of our website. 
+www/       This contains the skeleton of our website.
 
 
 The various tools (Forms, Reports, App Server) can work independently of each
@@ -120,7 +121,7 @@
     and will provide objects to Forms and Reports.  App Server will perform 
object-
     to-relational mapping between the database backends and the other tools.
 
- * Without App Server 
+ * Without App Server
 
     In this mode, commonly a 2-tier setup, GNUe Forms/Reports will communicate
     directly to a supported relational database or via a supported middle-ware
@@ -145,8 +146,8 @@
     systems as it extensively makes use of symbolic links. ]
 
 
-  To install the python-based tools, type "python setup-cvs.py" from the 
-  gnue-common directory. This will set up GNUe Common, GNUe Forms, GNUe 
+  To install the python-based tools, type "python setup-cvs.py" from the
+  gnue-common directory. This will set up GNUe Common, GNUe Forms, GNUe
   Reports, GNUe Designer, GNUe Navigator, and GNUe App Server.
 
 





reply via email to

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