Author: reinhard Date: 2005-09-27 10:05:21 -0500 (Tue, 27 Sep 2005) New Revision: 8012
Added: trunk/gnue-common/THANKS Removed: trunk/gnue-common/doc/RPC-grpc-file.dtd trunk/gnue-common/doc/RPC-status.txt Modified: trunk/gnue-common/AUTHORS trunk/gnue-common/INSTALL trunk/gnue-common/README trunk/gnue-common/ROADMAP.in trunk/gnue-common/TODO Log: Some docs. Modified: trunk/gnue-common/AUTHORS =================================================================== --- trunk/gnue-common/AUTHORS 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/AUTHORS 2005-09-27 15:05:21 UTC (rev 8012) @@ -1,30 +1,6 @@ -Jason Cater <[EMAIL PROTECTED]> - o Core Developer - -Jamest Thompson <[EMAIL PROTECTED]> - o Core Developer - -Jan Ischebeck <[EMAIL PROTECTED]> - o RPC abstraction layer - o Unicode, Trigger, ECMAscript - o AppServer database driver - -Andrew Mitchell <[EMAIL PROTECTED]> - o Gadfly database driver - -Christian Selig <[EMAIL PROTECTED]> - o Schema description file format explanations - -Bajusz Tamas <[EMAIL PROTECTED]> - o Work on Interbase/Firebird database driver - o Adodbapi and csv database drivers - -Reinhard M�ller <[EMAIL PROTECTED]> - o Setup subsystem - o i18n stuff - -Johannes Vetter <[EMAIL PROTECTED]> - o Schema scripter - o Schema creation for dbdrivers - -If we've missed anyone please let us know. +Jason Cater <jcater at gnue.org> +Jan Ischebeck <mail at jan-ischebeck.de> +Reinhard M�ller <reinhard.mueller at bytewise.at> +Tamás Bajusz <btami at freemail.hu> +James Thompson <jamest at gnue.org> +Johannes Vetter <johannes.vetter at bytewise.at> Modified: trunk/gnue-common/INSTALL =================================================================== --- trunk/gnue-common/INSTALL 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/INSTALL 2005-09-27 15:05:21 UTC (rev 8012) @@ -3,11 +3,13 @@ Requirements ------------ - * Python 2.1+ +* Python 2.3+ + General Information ------------------- + On all systems for standard system-wide install @@ -29,27 +31,31 @@ site-specific packages (/usr/lib/pythonx.y/site-packages on Posix systems), you will get a message that you have to set the PYTHONPATH variable. Do it. + On *nix based machine Switch to the etc directory under your install directory. On my system that is /usr/local/gnue/etc - Rename the sample.gnue.conf to gnue.conf. Make any optional changes you like to this file. + Rename the sample.gnue.conf to gnue.conf. Make any optional changes you like + to this file. + On Windows machine Switch to the etc directory under your python install dir. On my system that is - C:\python21\etc + C:\python23\etc - Rename the sample-windows.gnue.conf to gnue.conf. Make any optional changes you like to this file. + Rename the sample-windows.gnue.conf to gnue.conf. Make any optional changes + you like to this file. On all systems - You should also rename sample.connections.conf to connections.conf and edit it to - reflect the databases you wish to access frequently. + 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 =================================================================== --- trunk/gnue-common/README 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/README 2005-09-27 15:05:21 UTC (rev 8012) @@ -10,11 +10,9 @@ and read Forms/Report definitions to and from an XML file. It also defines and implements an RPC abstraction layer that will allow server processes to define their public methods once -and have them available to CORBA, XML-RPC, SOAP, and DCOM -clients. +and have them available XML-RPC and Pyro clients. -This package must be installed in order for the GNUe python-based -tools to work. +This package must be installed in order for the GNUe tools to work. Installation ------------ Modified: trunk/gnue-common/ROADMAP.in =================================================================== --- trunk/gnue-common/ROADMAP.in 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/ROADMAP.in 2005-09-27 15:05:21 UTC (rev 8012) @@ -15,8 +15,6 @@ TODO - All outstanding critical bugs in dcl, if any - [ Input Masks ] Finish format mask driver system (Text, Numbers, and Dates) Added: trunk/gnue-common/THANKS =================================================================== --- trunk/gnue-common/THANKS 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/THANKS 2005-09-27 15:05:21 UTC (rev 8012) @@ -0,0 +1,19 @@ +Contributors +============ + +The authors of the GNU Enterprise Common Library are listed in the file +"AUTHORS". Apart from that list, we would like to thank these people who +helped in the development: + +Malek Hadj-Ali, Netherlands +Gábor Kmetykó, Hungary +Andrew Mitchell, New Zealand +Derek A. Neighbors, USA +Christian Selig, Germany +Sascha Schlegel, Liechtenstein +Dimitry Sorokin, Russia +Neil Tiffin, USA + +The GNU Enterprise Common Library would not be what it is today without the +invaluable help of these people. + Modified: trunk/gnue-common/TODO =================================================================== --- trunk/gnue-common/TODO 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/TODO 2005-09-27 15:05:21 UTC (rev 8012) @@ -18,8 +18,6 @@ TODO ---------------------------------------------------------------------- - All outstanding critical bugs in dcl, if any - Input Masks * Finish format mask driver system (Text, Numbers, and Dates) Deleted: trunk/gnue-common/doc/RPC-grpc-file.dtd =================================================================== Deleted: trunk/gnue-common/doc/RPC-status.txt =================================================================== --- trunk/gnue-common/doc/RPC-status.txt 2005-09-27 10:49:19 UTC (rev 8011) +++ trunk/gnue-common/doc/RPC-status.txt 2005-09-27 15:05:21 UTC (rev 8012) @@ -1,53 +0,0 @@ -RPC Status Information (2002/04/30) -====================== - - -part/protocoll status needed librarys --------------- -------------------- ---------------- - -Base RPC support beta (working ok) normal gnue-common libs - -XMLRPC*: server: beta (working ok) xmlrpclib.py from -(Pythonware) client: beta (working ok) www.pythonware.com - -XMLRPC**: server: beta (working ok) py-xmlrpc.sf.net or - (py-xmlrpc) client: beta (working ok) apt-get install python-xmlrpc - -Corba: not implemented yet - -Pyro: server+client: alpha (80% impl.) apt-get install pyro - -SOAP: not implemented yet - - - -* XMLRPC (Pythonware) can be accessed by: "xmlrpc.pw_xmlrpc" -* XMLRPC (py-xmlrpc) can be accessed by: "xmlrpc.py_xmlrpc" - - - -more details about RPC-comm-adapters -===================================== - -working Adapters: - -xmlrpc client and server-adaptors for the XMLRPC-protocol, baseing on - a fast, LGPL'd xmlrpc library from py-xmlrpc.sourceforge.net. - !! does not support https !! - options: port int - loglevel int sets the loglevel for the xmlrpc lib - -pw-xmlrpc client and server-adaptors for the XMLRPC-protocol, baseing on - a xmlrpc library (no LGPL) from www.pythonware.com. - !! support https !! - -pyro client and server adaptors for the Python Remote Object Framework. - this will be faster and more reliable than xmlrpc, as it uses - python's native prickle function. (now still in alpha stage) - - ATTENTION: To use pyro a pyro nameserver needs to be running! - -yet not working Adapters: - -orbit -... _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
