commit-gnue
[Top][All Lists]
Advanced

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

r6034 - in trunk: gnue-appserver/doc gnue-appserver/doc/man gnue-common/


From: reinhard
Subject: r6034 - in trunk: gnue-appserver/doc gnue-appserver/doc/man gnue-common/doc gnue-common/doc/man gnue-designer/doc/man gnue-forms/doc gnue-forms/doc/man gnue-navigator/doc gnue-navigator/doc/man gnue-reports/doc gnue-reports/doc/man
Date: Fri, 23 Jul 2004 02:57:23 -0500 (CDT)

Author: reinhard
Date: 2004-07-23 02:57:21 -0500 (Fri, 23 Jul 2004)
New Revision: 6034

Modified:
   trunk/gnue-appserver/doc/gcd.dtd
   trunk/gnue-appserver/doc/man/gnue-appserver.1
   trunk/gnue-appserver/doc/man/gnue-gcd2sql.1
   trunk/gnue-appserver/doc/man/gnue-gsdgen.1
   trunk/gnue-common/doc/RPC-grpc-file.dtd
   trunk/gnue-common/doc/gnue-schema.dtd
   trunk/gnue-common/doc/man/gnue-import.1
   trunk/gnue-common/doc/man/gnue-schema.1
   trunk/gnue-designer/doc/man/gnue-designer.1
   trunk/gnue-forms/doc/gnue-forms.dtd
   trunk/gnue-forms/doc/man/gnue-forms.1
   trunk/gnue-navigator/doc/gnue-navigator.dtd
   trunk/gnue-navigator/doc/man/gnue-navigator.1
   trunk/gnue-reports/doc/gnue-reports.dtd
   trunk/gnue-reports/doc/man/gnue-reports-server.1
   trunk/gnue-reports/doc/man/gnue-reports.1
Log:
Again updated generated docs.


Modified: trunk/gnue-appserver/doc/gcd.dtd
===================================================================
--- trunk/gnue-appserver/doc/gcd.dtd    2004-07-23 03:07:07 UTC (rev 6033)
+++ trunk/gnue-appserver/doc/gcd.dtd    2004-07-23 07:57:21 UTC (rev 6034)
@@ -1,4 +1,4 @@
-<!-- GNUe Class Definitions DTD (Version 0.0.8.99) -->
+<!-- GNUe Class Definitions DTD (Version 0.0.9) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -95,5 +95,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:44   -->
+     Updated: 2004-07-23 09:57:34   -->
 

Modified: trunk/gnue-appserver/doc/man/gnue-appserver.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-07-23 03:07:07 UTC 
(rev 6033)
+++ trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-07-23 07:57:21 UTC 
(rev 6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-APPSERVER 1 "20 Juli 2004" "GNUe Application Server"
+.TH GNUE\-APPSERVER 1 "23 July 2004" "GNUe Application Server"
 .SH NAME
 gnue\-appserver \- GNUe Application Server
 .SH SYNOPSIS
@@ -8,16 +8,16 @@
 .I options
 ]
 .SH DESCRIPTION
-Der GNUe Application Server ist der Kern der mehrschichtigen 
-Variante des
-GNU Enterprise Projektes. Er stellt dem Frontend (GNUe Forms, GNUe 
-Reports
-oder andere) frei definierbare Gesch�ftsobjekte mit beliebigen 
-Feldern und
-Methoden zur Verf�gung, die er in Datenbankzugriffe und 
-Programmaufrufe
-�bersetzt und sich dabei um Stabilit�t, Sicherheit, Performance und
-Konsistenz k�mmert.
+The GNUe Application Server is the core of the n\-tier variant of the
+GNU Enterprise system. To the front end (be it GNUe Forms, GNUe 
+Reports or
+any other tool), it provides user\-defineable business objects with 
+arbitary
+fields and methods. While transforming access to those fields and 
+methods
+into database communication and calling of scripts, it cares about 
+stability,
+security, speed, and consistency.
 
 .SH OPTIONS
 .TP
@@ -33,8 +33,8 @@
 is used as a default.
 .TP
 .B \-\-database <name>
-Lade und speichere die Daten in der Datenbank <name>.
-<name> muss in der Datei 'connections.conf' angelegt sein.
+Set the Database to use for loading and storing data to <name>.
+gnue\-appserver will search for it in connections.conf.
 .TP
 .B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
@@ -60,38 +60,40 @@
 Display all options of interest to core developers.
 .TP
 .B \-\-no-detach, \-Z
-Den Server nicht in den Hintergrund schicken. F�r ein 
-POSIX\-Systemvermeidet diese Option, dass der Serverprozess sich 
-aufsplittet und die Verkn�pfung zum aufrufenden Terminal l��t.
+Do not send the server into the background. For a POSIX system, this 
+option keeps the server process from forking and detaching from its 
+controlling terminal.
 .TP
 .B \-\-password <password>, \-p
-Passwort f�r die Datenbankverbindung
+Set the password for the used database.
 .TP
 .B \-\-rpc-port <port>
-Setzt den Port f�r die RPC\-Verbindung. Weitere Informationen zu RPC 
-sind in
-gnue\-common/doc/RPC\-abstraction zu finden.
+Set the GNURPC port.  For more information on GNURPC have a look at
+common/doc/RPC\-abstraction.
 .TP
 .B \-\-rpc-type <type>
-Setzt den Typ der RPC\-Verbindung. Die momentan unterst�tzten Typen 
-sind
-\'xmlrpc', 'xmlrpc.po_xmlrpc', 'xmlrpc.pw_xmlrpc' und 'pyro'. Weitere
-Informationen zu RPC\-Typen sind in 
-gnue\-common/doc/RPC\-abstraction zu finden.
+Set the GNURPC connection type.  The currently supported values for 
+<type>
+are 'xmlrpc', 'xmlrpc.py_xmlrpc', 'xmlrpc.pw_xmlrpc' and 'pyro'.  
+For more
+information on GNURPC connection types have a look at
+common/doc/RPC\-abstraction.
 .TP
 .B \-\-selftest
-Testet die Verbindung zur Datenbank und die Richtigkeit der globalen
-Einstellungen.
+Test appservers connection to the backend database, check 
+correctness of
+global settings, etc.
 .TP
 .B \-\-username <user>, \-u
-Benutzername f�r die Datenbankverbindung.
+Set the username for the used database.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B \-\-web-frontend
-Aktiviert das Web\-Frontend. Nur m�glich mit dem RPC\-Typ 'xmlrpc'.
-Das Web\-Frontend verwendet den selben Port wie XMLRPC.
+Enable appservers web frontend. Just works for the rpc\-type XMLRPC. 
+ The
+webfrontend is at the same port as XMLRPC.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-appserver/doc/man/gnue-gcd2sql.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gcd2sql.1 2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-appserver/doc/man/gnue-gcd2sql.1 2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GCD2SQL 1 "20 Juli 2004" "gcd2sql"
+.TH GCD2SQL 1 "23 July 2004" "gcd2sql"
 .SH NAME
 gcd2sql \- gcd2sql
 .SH SYNOPSIS
@@ -70,7 +70,7 @@
 this username will be it's owner.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-GSDGEN 1 "20 Juli 2004" "geasGsdGen"
+.TH GNUE\-GSDGEN 1 "23 July 2004" "geasGsdGen"
 .SH NAME
 gnue\-gsdgen \- geasGsdGen
 .SH SYNOPSIS
@@ -61,13 +61,13 @@
 Display all options of interest to core developers.
 .TP
 .B \-\-output <file>, \-o
-Name der erzeugten GSD\-Datei
+Name of the resulting gsd\-file
 .TP
 .B \-\-system, \-s
 If flag is set include system classes ('gnue_*')
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-common/doc/RPC-grpc-file.dtd
===================================================================
--- trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-<!-- GNURPC DTD (Version 0.5.5.99) -->
+<!-- GNURPC DTD (Version 0.5.6) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -94,5 +94,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:48   -->
+     Updated: 2004-07-23 09:57:44   -->
 

Modified: trunk/gnue-common/doc/gnue-schema.dtd
===================================================================
--- trunk/gnue-common/doc/gnue-schema.dtd       2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-common/doc/gnue-schema.dtd       2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-<!-- GNUe Schema DTD (Version 0.5.5.99) -->
+<!-- GNUe Schema DTD (Version 0.5.6) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -209,5 +209,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:37   -->
+     Updated: 2004-07-23 09:57:24   -->
 

Modified: trunk/gnue-common/doc/man/gnue-import.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-import.1     2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-common/doc/man/gnue-import.1     2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-IMPORT 1 "20 Juli 2004" "GNUe Schema Importer"
+.TH GNUE\-IMPORT 1 "23 July 2004" "GNUe Schema Importer"
 .SH NAME
 gnue\-import \- GNUe Schema Importer
 .SH SYNOPSIS
@@ -52,7 +52,7 @@
 Display all options of interest to core developers.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-common/doc/man/gnue-schema.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-schema.1     2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-common/doc/man/gnue-schema.1     2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-SCHEMA 1 "20 Juli 2004" "GNUe Schema Scripter"
+.TH GNUE\-SCHEMA 1 "23 July 2004" "GNUe Schema Scripter"
 .SH NAME
 gnue\-schema \- GNUe Schema Scripter
 .SH SYNOPSIS
@@ -79,7 +79,7 @@
 this username will be it's owner.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-designer/doc/man/gnue-designer.1
===================================================================
--- trunk/gnue-designer/doc/man/gnue-designer.1 2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-designer/doc/man/gnue-designer.1 2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-DESIGNER 1 "20 Juli 2004" "GNUe-Designer"
+.TH GNUE\-DESIGNER 1 "23 July 2004" "GNUe-Designer"
 .SH NAME
 gnue\-designer \- GNUe\-Designer
 .SH SYNOPSIS
@@ -71,7 +71,7 @@
 will prompt for username.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd 2004-07-23 03:07:07 UTC (rev 6033)
+++ trunk/gnue-forms/doc/gnue-forms.dtd 2004-07-23 07:57:21 UTC (rev 6034)
@@ -890,5 +890,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:33   -->
+     Updated: 2004-07-23 09:57:17   -->
 

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1       2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-forms/doc/man/gnue-forms.1       2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-FORMS 1 "20 Juli 2004" "GNUe Forms"
+.TH GNUE\-FORMS 1 "23 July 2004" "GNUe Forms"
 .SH NAME
 gnue\-forms \- GNUe Forms
 .SH SYNOPSIS
@@ -9,8 +9,7 @@
 ]
 .I file
 .SH DESCRIPTION
-GNUe Forms ist das prim�re Benutzerinterface des GNU Enterprise 
-Systems.
+GNUe Forms is the primary user interface to the GNU Enterprise system.
 
 .SH OPTIONS
 .TP
@@ -56,7 +55,7 @@
 list of interfaces, use the \-\-help\-ui options.
 .TP
 .B \-\-no-splash, \-s
-Zeigt den Splash Bildschirm an.
+Disables the splash screen
 .TP
 .B \-\-password <passwd>
 Password used to log into the database.  Note that if specified, 
@@ -71,7 +70,7 @@
 will prompt for username.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-navigator/doc/gnue-navigator.dtd
===================================================================
--- trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-07-23 07:57:21 UTC (rev 
6034)
@@ -70,5 +70,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:47   -->
+     Updated: 2004-07-23 09:57:41   -->
 

Modified: trunk/gnue-navigator/doc/man/gnue-navigator.1
===================================================================
--- trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-07-23 03:07:07 UTC 
(rev 6033)
+++ trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-07-23 07:57:21 UTC 
(rev 6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-NAVIGATOR 1 "20 Juli 2004" "GNUe Navigator"
+.TH GNUE\-NAVIGATOR 1 "23 July 2004" "GNUe Navigator"
 .SH NAME
 gnue\-navigator \- GNUe Navigator
 .SH SYNOPSIS
@@ -62,7 +62,7 @@
 (a themable web\-like interface), and text
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-reports/doc/gnue-reports.dtd
===================================================================
--- trunk/gnue-reports/doc/gnue-reports.dtd     2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-reports/doc/gnue-reports.dtd     2004-07-23 07:57:21 UTC (rev 
6034)
@@ -328,5 +328,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-07-20 15:16:35   -->
+     Updated: 2004-07-23 09:57:20   -->
 

Modified: trunk/gnue-reports/doc/man/gnue-reports-server.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-07-23 03:07:07 UTC 
(rev 6033)
+++ trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-07-23 07:57:21 UTC 
(rev 6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-REPORTS\-SERVER 1 "20 Juli 2004" "GNUe Reports Server"
+.TH GNUE\-REPORTS\-SERVER 1 "23 July 2004" "GNUe Reports Server"
 .SH NAME
 gnue\-reports\-server \- GNUe Reports Server
 .SH SYNOPSIS
@@ -48,9 +48,9 @@
 Display all options of interest to core developers.
 .TP
 .B \-\-no-detach, \-Z
-Den Server nicht in den Hintergrund schicken. F�r ein 
-POSIX\-Systemvermeidet diese Option, dass der Serverprozess sich 
-aufsplittet und die Verkn�pfung zum aufrufenden Terminal l��t.
+Do not send the server into the background. For a POSIX system, this 
+option keeps the server process from forking and detaching from its 
+controlling terminal.
 .TP
 .B \-\-password <password>, \-p
 Set the password for the used database.
@@ -69,7 +69,7 @@
 Set the username for the used database.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP

Modified: trunk/gnue-reports/doc/man/gnue-reports.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports.1   2004-07-23 03:07:07 UTC (rev 
6033)
+++ trunk/gnue-reports/doc/man/gnue-reports.1   2004-07-23 07:57:21 UTC (rev 
6034)
@@ -1,4 +1,4 @@
-.TH GNUE\-REPORTS 1 "20 Juli 2004" "GNUe Reports Client"
+.TH GNUE\-REPORTS 1 "23 July 2004" "GNUe Reports Client"
 .SH NAME
 gnue\-reports \- GNUe Reports Client
 .SH SYNOPSIS
@@ -141,7 +141,7 @@
 will prompt for username.
 .TP
 .B \-\-version
-Zeigt die Version dieses Programms an.
+Displays the version information for this program.
 .TP
 .B DEVELOPER OPTIONS
 .TP





reply via email to

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