commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: r5991 - 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: Tue, 20 Jul 2004 08:16:59 -0500 (CDT)

Author: reinhard
Date: 2004-07-20 08:16:58 -0500 (Tue, 20 Jul 2004)
New Revision: 5991

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:
Update generated documentation files.


Modified: trunk/gnue-appserver/doc/gcd.dtd
===================================================================
--- trunk/gnue-appserver/doc/gcd.dtd    2004-07-20 13:13:23 UTC (rev 5990)
+++ trunk/gnue-appserver/doc/gcd.dtd    2004-07-20 13:16:58 UTC (rev 5991)
@@ -1,4 +1,4 @@
-<!-- GNUe Class Definitions DTD (Version 0.0.8) -->
+<!-- GNUe Class Definitions DTD (Version 0.0.8.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -95,5 +95,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:03:01   -->
+     Updated: 2004-07-20 15:16:44   -->
 

Modified: trunk/gnue-appserver/doc/man/gnue-appserver.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-07-20 13:13:23 UTC 
(rev 5990)
+++ trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-07-20 13:16:58 UTC 
(rev 5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-APPSERVER 1 "15 Juni 2004" "GNUe Application Server"
+.TH GNUE\-APPSERVER 1 "20 Juli 2004" "GNUe Application Server"
 .SH NAME
 gnue\-appserver \- GNUe Application Server
 .SH SYNOPSIS

Modified: trunk/gnue-appserver/doc/man/gnue-gcd2sql.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gcd2sql.1 2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-appserver/doc/man/gnue-gcd2sql.1 2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GCD2SQL 1 "15 Juni 2004" "gcd2sql"
+.TH GCD2SQL 1 "20 Juli 2004" "gcd2sql"
 .SH NAME
 gcd2sql \- gcd2sql
 .SH SYNOPSIS
@@ -12,13 +12,18 @@
 ]
 .I file
 .SH DESCRIPTION
-A tool to create a SQL script from a GNUe Class Definition (gcd) file
+Create or update a database schema from a GNUe Class Definition 
+(gcd) file
+and maintain data for all gnue_* classes
 
 .SH OPTIONS
 .TP
 .B GENERAL OPTIONS
 .TP
 .TP
+.B \-\-connection <connectionname>, \-c
+Use the connection <connectionname> for creating the schema
+.TP
 .B \-\-connections <loc>
 Specifies the location of the connection definition file. <loc> may 
 specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
@@ -36,9 +41,9 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-encoding <encoding>, \-e
-The generated SQL script will be encoded using <encoding>. Default 
-encoding is UTF\-8
+.B \-\-file-only, \-f
+If this flag is set, only code is sent to the output file and the 
+schema is not created automatically.
 .TP
 .B \-\-help
 Displays this help screen.
@@ -54,19 +59,16 @@
 .B \-\-help-dev
 Display all options of interest to core developers.
 .TP
-.B \-\-output <dest>, \-o
-The destination for the created files. This can be in several 
-formats. If <dest> is a file name, then output is written to this 
-file. If <dest> is a directory, then <dest>/<Vendor>.sql is created. 
-The default is to create <Vendor>.sql in the current directory. NOTE:
- the first form (<dest> as a filename) is not supported for 
-\-\-vendors all.
+.B \-\-output <filename>, \-o
+Also send the code for creating the schema to this file.
 .TP
-.B \-\-vendor <vendor>, \-v
-The vendor to create a script for. If <vendor> is 'all', then 
-scripts for all supported vendors will be created. <vendor> can also 
-be a comma\-separated list.
+.B \-\-password <password>, \-p
+Set the password for the database.
 .TP
+.B \-\-username <user>, \-u
+Set the username for the database. If the database is to be created, 
+this username will be it's owner.
+.TP
 .B \-\-version
 Zeigt die Version dieses Programms an.
 .TP

Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-GSDGEN 1 "15 Juni 2004" "geasGsdGen"
+.TH GNUE\-GSDGEN 1 "20 Juli 2004" "geasGsdGen"
 .SH NAME
 gnue\-gsdgen \- geasGsdGen
 .SH SYNOPSIS
@@ -17,8 +17,8 @@
 .I \&...
 ]
 .SH DESCRIPTION
-Erzeugt GNUe Schema\-Definitionen (GSD\-Dateien) aus dem 
-Classrepository.
+A tool to dump data from a database into a GNUe Schema Definition 
+(gsd) file.
 
 .SH OPTIONS
 .TP
@@ -33,9 +33,9 @@
 neither of them is set, "/home/reinhard/gnue/etc/connections.conf" 
 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.
+.B \-\-database <database>, \-d
+Set the Database to use for 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., 
@@ -46,9 +46,6 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-export <type>, \-e
-Zu exportierender Teil: 'schema', 'data' oder 'both' (Standard).
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
@@ -63,9 +60,12 @@
 .B \-\-help-dev
 Display all options of interest to core developers.
 .TP
-.B \-\-output-file <file>, \-o
+.B \-\-output <file>, \-o
 Name der erzeugten GSD\-Datei
 .TP
+.B \-\-system, \-s
+If flag is set include system classes ('gnue_*')
+.TP
 .B \-\-version
 Zeigt die Version dieses Programms an.
 .TP

Modified: trunk/gnue-common/doc/RPC-grpc-file.dtd
===================================================================
--- trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-<!-- GNURPC DTD (Version 0.5.5) -->
+<!-- GNURPC DTD (Version 0.5.5.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -94,5 +94,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:03:05   -->
+     Updated: 2004-07-20 15:16:48   -->
 

Modified: trunk/gnue-common/doc/gnue-schema.dtd
===================================================================
--- trunk/gnue-common/doc/gnue-schema.dtd       2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-common/doc/gnue-schema.dtd       2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-<!-- GNUe Schema DTD (Version 0.5.5) -->
+<!-- GNUe Schema DTD (Version 0.5.5.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -209,5 +209,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:02:49   -->
+     Updated: 2004-07-20 15:16:37   -->
 

Modified: trunk/gnue-common/doc/man/gnue-import.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-import.1     2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-common/doc/man/gnue-import.1     2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-IMPORT 1 "15 Juni 2004" "GNUe Schema Importer"
+.TH GNUE\-IMPORT 1 "20 Juli 2004" "GNUe Schema Importer"
 .SH NAME
 gnue\-import \- GNUe Schema Importer
 .SH SYNOPSIS

Modified: trunk/gnue-common/doc/man/gnue-schema.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-schema.1     2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-common/doc/man/gnue-schema.1     2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-SCHEMA 1 "15 Juni 2004" "GNUe Schema Scripter"
+.TH GNUE\-SCHEMA 1 "20 Juli 2004" "GNUe Schema Scripter"
 .SH NAME
 gnue\-schema \- GNUe Schema Scripter
 .SH SYNOPSIS
@@ -7,12 +7,12 @@
 [
 .I options
 ]
-.I file
-[
-.I old-schema
-]
+.I gsd-file
+.I [gsd-file
+.I gsd-file
+.I ...]
 .SH DESCRIPTION
-GNUe Schema Scripter creates SQL files based on GNUe Schema 
+GNUe Schema Scripter creates database schemas based on GNUe Schema 
 Definitions.
 
 .SH OPTIONS
@@ -20,6 +20,9 @@
 .B GENERAL OPTIONS
 .TP
 .TP
+.B \-\-connection <connectionname>, \-c
+Use the connection <connectionname> for creating the schema
+.TP
 .B \-\-connections <loc>
 Specifies the location of the connection definition file. <loc> may 
 specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
@@ -28,6 +31,12 @@
 neither of them is set, "/home/reinhard/gnue/etc/connections.conf" 
 is used as a default.
 .TP
+.B \-\-createdb, \-d
+If this option is set, the database will be created before any 
+schema creation is done. There must be a username either from the 
+given connection\-configuration or from the command line. This user 
+becomes the owner of the database and will be implicitly created.
+.TP
 .B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
@@ -37,13 +46,10 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-drop-tables
-Generate commands to drop relevant tables.  * NOT IMPLEMENTED
+.B \-\-file-only, \-f
+If this flag is set, only code is sent to the output file and the 
+schema is not created automatically.
 .TP
-.B \-\-encoding <encoding>, \-e
-The generated SQL script will be encoded using <encoding>. Default 
-encoding is UTF\-8
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
@@ -58,38 +64,20 @@
 .B \-\-help-dev
 Display all options of interest to core developers.
 .TP
-.B \-\-help-vendors, \-l
-List all supported vendors.
+.B \-\-mode <both|schema|data>, \-m
+Mode of operation. If mode is 'schema', only schema creation is done.
+ If mode is 'data' only data integration is done.
 .TP
-.B \-\-no-data, \-D
-Do not generate data insertion code.  * NOT IMPLEMENTED
+.B \-\-output <filename>, \-o
+Also send the code for creating the schema to this file.
 .TP
-.B \-\-no-schema, \-S
-Do not generate schema creation code.  * NOT IMPLEMENTED
+.B \-\-password <password>, \-p
+Set the password for the database.
 .TP
-.B \-\-output <dest>, \-o
-The destination for the created schemas. This can be in several 
-formats. If <dest> is a file name, then output is written to this 
-file. If <dest> is a directory, then <dest>/<Vendor>.sql is created. 
-The default is to create <Vendor>.sql in the current directory. NOTE:
- the first form (<dest> as a filename) is not supported for 
-\-\-vendors all.
+.B \-\-username <user>, \-u
+Set the username for the database. If the database is to be created, 
+this username will be it's owner.
 .TP
-.B \-\-upgrade-data, \-U
-Generate code to upgrade an older version of schema data to the 
-recent version. You must specify a previous schema on the command 
-line.  * NOT IMPLEMENTED
-.TP
-.B \-\-upgrade-schema, \-u
-Generate code to upgrade an older version of a schema to the recent 
-version. You must specify a previous schema on the command line.  * 
-NOT IMPLEMENTED
-.TP
-.B \-\-vendor <vendor>, \-v
-The vendor to create a script for. If <vendor> is 'all', then 
-scripts for all supported vendors will be created. <vendor> can also 
-be a comma\-separated list.
-.TP
 .B \-\-version
 Zeigt die Version dieses Programms an.
 .TP

Modified: trunk/gnue-designer/doc/man/gnue-designer.1
===================================================================
--- trunk/gnue-designer/doc/man/gnue-designer.1 2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-designer/doc/man/gnue-designer.1 2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-DESIGNER 1 "15 Juni 2004" "GNUe-Designer"
+.TH GNUE\-DESIGNER 1 "20 Juli 2004" "GNUe-Designer"
 .SH NAME
 gnue\-designer \- GNUe\-Designer
 .SH SYNOPSIS

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd 2004-07-20 13:13:23 UTC (rev 5990)
+++ trunk/gnue-forms/doc/gnue-forms.dtd 2004-07-20 13:16:58 UTC (rev 5991)
@@ -1,4 +1,4 @@
-<!-- GNUe-Forms DTD (Version 0.5.5) -->
+<!-- GNUe-Forms DTD (Version 0.5.5.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -890,5 +890,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:02:45   -->
+     Updated: 2004-07-20 15:16:33   -->
 

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1       2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-forms/doc/man/gnue-forms.1       2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-FORMS 1 "15 Juni 2004" "GNUe Forms"
+.TH GNUE\-FORMS 1 "20 Juli 2004" "GNUe Forms"
 .SH NAME
 gnue\-forms \- GNUe Forms
 .SH SYNOPSIS

Modified: trunk/gnue-navigator/doc/gnue-navigator.dtd
===================================================================
--- trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-07-20 13:16:58 UTC (rev 
5991)
@@ -70,5 +70,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:03:03   -->
+     Updated: 2004-07-20 15:16:47   -->
 

Modified: trunk/gnue-navigator/doc/man/gnue-navigator.1
===================================================================
--- trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-07-20 13:13:23 UTC 
(rev 5990)
+++ trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-07-20 13:16:58 UTC 
(rev 5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-NAVIGATOR 1 "15 Juni 2004" "GNUe Navigator"
+.TH GNUE\-NAVIGATOR 1 "20 Juli 2004" "GNUe Navigator"
 .SH NAME
 gnue\-navigator \- GNUe Navigator
 .SH SYNOPSIS

Modified: trunk/gnue-reports/doc/gnue-reports.dtd
===================================================================
--- trunk/gnue-reports/doc/gnue-reports.dtd     2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-reports/doc/gnue-reports.dtd     2004-07-20 13:16:58 UTC (rev 
5991)
@@ -328,5 +328,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-06-15 10:02:47   -->
+     Updated: 2004-07-20 15:16:35   -->
 

Modified: trunk/gnue-reports/doc/man/gnue-reports-server.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-07-20 13:13:23 UTC 
(rev 5990)
+++ trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-07-20 13:16:58 UTC 
(rev 5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-REPORTS\-SERVER 1 "15 Juni 2004" "GNUe Reports Server"
+.TH GNUE\-REPORTS\-SERVER 1 "20 Juli 2004" "GNUe Reports Server"
 .SH NAME
 gnue\-reports\-server \- GNUe Reports Server
 .SH SYNOPSIS

Modified: trunk/gnue-reports/doc/man/gnue-reports.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports.1   2004-07-20 13:13:23 UTC (rev 
5990)
+++ trunk/gnue-reports/doc/man/gnue-reports.1   2004-07-20 13:16:58 UTC (rev 
5991)
@@ -1,4 +1,4 @@
-.TH GNUE\-REPORTS 1 "15 Juni 2004" "GNUe Reports Client"
+.TH GNUE\-REPORTS 1 "20 Juli 2004" "GNUe Reports Client"
 .SH NAME
 gnue\-reports \- GNUe Reports Client
 .SH SYNOPSIS





reply via email to

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