commit-gnue
[Top][All Lists]
Advanced

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

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


From: jcater
Subject: r5595 - in trunk: 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: Wed, 31 Mar 2004 15:32:38 -0600 (CST)

Author: jcater
Date: 2004-03-31 15:32:37 -0600 (Wed, 31 Mar 2004)
New Revision: 5595

Modified:
   trunk/gnue-appserver/doc/man/gnue-appserver.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 docs to new format

Modified: trunk/gnue-appserver/doc/man/gnue-appserver.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-03-31 17:01:28 UTC 
(rev 5594)
+++ trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-03-31 21:32:37 UTC 
(rev 5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-APPSERVER 1 "31 March 2004" "GNUe Application Server"
 .SH NAME
 gnue\-appserver \- GNUe Application Server
@@ -39,23 +21,22 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
 .B \-\-database <name>
 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 <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -64,16 +45,20 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-no-detach, \-Z
 Do not send the server into the background. For a POSIX system, this 
 option keeps the server process from forking and detaching from its 
@@ -82,10 +67,6 @@
 .B \-\-password <password>, \-p
 Set the password for the used database.
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
 .B \-\-rpc-port <port>
 Set the GNURPC port.  For more information on GNURPC have a look at
 common/doc/RPC\-abstraction.
@@ -113,6 +94,30 @@
 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
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-GSDGEN 1 "31 March 2004" "geasGsdGen"
 .SH NAME
 gnue\-gsdgen \- geasGsdGen
@@ -40,23 +22,22 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
 .B \-\-database <name>
 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 <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -68,25 +49,49 @@
 .B \-\-export <type>, \-e
 What to export: "schema", "data", "both". Default is "both"
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-output-file <file>, \-o
 Name of the resulting gsd\-file
 .TP
+.B \-\-version
+Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
 .B \-\-profile
 Run Python's built\-in profiler and display the resulting run 
 statistics.
 .TP
-.B \-\-version
-Displays the version information for this program.
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-common/doc/RPC-grpc-file.dtd
===================================================================
--- trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-common/doc/RPC-grpc-file.dtd     2004-03-31 21:32:37 UTC (rev 
5595)
@@ -94,5 +94,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-03-31 02:00:31   -->
+     Updated: 2004-03-31 15:27:59   -->
 

Modified: trunk/gnue-common/doc/gnue-schema.dtd
===================================================================
--- trunk/gnue-common/doc/gnue-schema.dtd       2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-common/doc/gnue-schema.dtd       2004-03-31 21:32:37 UTC (rev 
5595)
@@ -207,5 +207,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-03-31 02:00:28   -->
+     Updated: 2004-03-31 15:27:57   -->
 

Modified: trunk/gnue-common/doc/man/gnue-import.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-import.1     2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-common/doc/man/gnue-import.1     2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-IMPORT 1 "31 March 2004" "GNUe Schema Importer"
 .SH NAME
 gnue\-import \- GNUe Schema Importer
@@ -32,10 +14,9 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.TP
 .B \-\-connection <connectionname>, \-c
 Use the connection <connectionname> for importing data.
 .TP
@@ -44,10 +25,10 @@
 specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -56,13 +37,26 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
+.TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
+.B \-\-version
+Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
 .B \-\-interactive-debugger
 Run the app inside Python's built\-in debugger
 .TP
@@ -70,8 +64,19 @@
 Run Python's built\-in profiler and display the resulting run 
 statistics.
 .TP
-.B \-\-version
-Displays the version information for this program.
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-common/doc/man/gnue-schema.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-schema.1     2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-common/doc/man/gnue-schema.1     2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-SCHEMA 1 "31 March 2004" "GNUe Schema Scripter"
 .SH NAME
 gnue\-schema \- GNUe Schema Scripter
@@ -35,19 +17,18 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -63,16 +44,20 @@
 The generated SQL script will be encoded using <encoding>. Default 
 encoding is UTF\-8
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-list-vendors, \-l
 List all supported vendors.
 .TP
@@ -90,10 +75,6 @@
  the first form (<dest> as a filename) is not supported for 
 \-\-vendors all.
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.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 with on the 
@@ -111,6 +92,30 @@
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-designer/doc/man/gnue-designer.1
===================================================================
--- trunk/gnue-designer/doc/man/gnue-designer.1 2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-designer/doc/man/gnue-designer.1 2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-DESIGNER 1 "31 March 2004" "GNUe-Designer"
 .SH NAME
 gnue\-designer \- GNUe\-Designer
@@ -38,19 +20,18 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -59,16 +40,20 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-new <module>, \-n
 Starts up opening a new instance of <module>, where module can be 
 forms, reports, schema, etc.
@@ -80,17 +65,37 @@
 NOTE: SUPPLYING A PASSWORD VIA THE COMMAND LINE MAY BE CONSIDERED A 
 SECURITY RISK AND IS NOT RECOMMENDED.)
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
-.B \-\-username <name>, \-u
+.B \-\-username <name>
 Username used to log into the database.  Note that if specified, 
 this will be used for all databases.  If not supplied, the program 
 will prompt for username.
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd 2004-03-31 17:01:28 UTC (rev 5594)
+++ trunk/gnue-forms/doc/gnue-forms.dtd 2004-03-31 21:32:37 UTC (rev 5595)
@@ -706,5 +706,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-03-31 02:00:26   -->
+     Updated: 2004-03-31 15:27:42   -->
 

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1       2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-forms/doc/man/gnue-forms.1       2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-FORMS 1 "31 March 2004" "GNUe Forms"
 .SH NAME
 gnue\-forms \- GNUe Forms
@@ -31,19 +13,18 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -52,16 +33,20 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-interface <type>, \-u
 The currently supported values for <type> are wx, gtk2, qt, win32, 
 and curses
@@ -76,17 +61,37 @@
 NOTE: SUPPLYING A PASSWORD VIA THE COMMAND LINE MAY BE CONSIDERED A 
 SECURITY RISK AND IS NOT RECOMMENDED.)
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
-.B \-\-username <name>, \-u
+.B \-\-username <name>
 Username used to log into the database.  Note that if specified, 
 this will be used for all databases.  If not supplied, the program 
 will prompt for username.
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-navigator/doc/gnue-navigator.dtd
===================================================================
--- trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-navigator/doc/gnue-navigator.dtd 2004-03-31 21:32:37 UTC (rev 
5595)
@@ -70,5 +70,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-03-31 02:00:30   -->
+     Updated: 2004-03-31 15:27:59   -->
 

Modified: trunk/gnue-navigator/doc/man/gnue-navigator.1
===================================================================
--- trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-03-31 17:01:28 UTC 
(rev 5594)
+++ trunk/gnue-navigator/doc/man/gnue-navigator.1       2004-03-31 21:32:37 UTC 
(rev 5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-NAVIGATOR 1 "31 March 2004" "GNUe Navigator"
 .SH NAME
 gnue\-navigator \- GNUe Navigator
@@ -32,19 +14,18 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -53,35 +34,59 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
+.TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-install-gnome-menu
 Installs a menu structure into your local GNOME session
 .TP
 .B \-\-install-kde-menu
 Installs a menu structure into your local KDE session
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
-.TP
 .B \-\-no-splash, \-s
 Disables the splash screen
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
 .B \-\-user_interface <type>, \-u
 The currently supported values for <type> are wx, gtk2, win32, web 
 (a themable web\-like interface), and text
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-reports/doc/gnue-reports.dtd
===================================================================
--- trunk/gnue-reports/doc/gnue-reports.dtd     2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-reports/doc/gnue-reports.dtd     2004-03-31 21:32:37 UTC (rev 
5595)
@@ -306,5 +306,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-03-31 02:00:26   -->
+     Updated: 2004-03-31 15:27:56   -->
 

Modified: trunk/gnue-reports/doc/man/gnue-reports-server.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-03-31 17:01:28 UTC 
(rev 5594)
+++ trunk/gnue-reports/doc/man/gnue-reports-server.1    2004-03-31 21:32:37 UTC 
(rev 5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-REPORTS\-SERVER 1 "31 March 2004" "GNUe Reports Server"
 .SH NAME
 gnue\-reports\-server \- GNUe Reports Server
@@ -31,19 +13,18 @@
 
 .SH OPTIONS
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
+.B GENERAL OPTIONS
 .TP
+.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -52,16 +33,20 @@
 messages to display (e.g., "\-\-debug\-level 5" displays all 
 debugging messages at level 5 or below.)
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-no-detach, \-Z
 Do not send the server into the background. For a POSIX system, this 
 option keeps the server process from forking and detaching from its 
@@ -70,10 +55,6 @@
 .B \-\-password <password>, \-p
 Set the password for the used database.
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
 .B \-\-rpc-port <port>
 Set the GNURPC port. For more information on GNURPC have a look at 
 common/doc/RPC\-abstraction.
@@ -89,6 +70,30 @@
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS

Modified: trunk/gnue-reports/doc/man/gnue-reports.1
===================================================================
--- trunk/gnue-reports/doc/man/gnue-reports.1   2004-03-31 17:01:28 UTC (rev 
5594)
+++ trunk/gnue-reports/doc/man/gnue-reports.1   2004-03-31 21:32:37 UTC (rev 
5595)
@@ -1,21 +1,3 @@
-.ig
-Copyright (C) 2000-2004 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided that the
-entire resulting derived work is distributed under the terms of a
-permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this
-manual into another language, under the above conditions for modified
-versions, except that this permission notice may be included in
-translations approved by the Free Software Foundation instead of in
-the original English.
-..
 .TH GNUE\-REPORTS 1 "31 March 2004" "GNUe Reports Client"
 .SH NAME
 gnue\-reports \- GNUe Reports Client
@@ -43,6 +25,9 @@
 
 .SH OPTIONS
 .TP
+.B GENERAL OPTIONS
+.TP
+.TP
 .B \-\-batch, \-b
 Run GNUe Reports in batch mode \-\- i.e., no login information or 
 runtime parameters will be prompted.  If required parameters are not 
@@ -52,19 +37,15 @@
 Include structural comments in the XML output stream. Useful for 
 debugging .grd files.
 .TP
-.B \-\-configuration-options
-Displays a list of valid configuration file entries, their purpose, 
-and their default values.
-.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 
 location (http://localhost/connections.conf).If this option is not 
 specified, the environent variable GNUE_CONNECTIONS is checked.If 
-neither of them is set, "/home/jamest/gnue/etc/connections.conf" is 
+neither of them is set, "/home/jason/gnue/etc/connections.conf" is 
 used as a default.
 .TP
-.B \-\-debug-file <file>
+.B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
 "\-\-debug\-file trace.log" sends all output to "trace.log")
 .TP
@@ -113,16 +94,20 @@
 filters and their options.  Example: '\-\-filter\-options 
 "paper=letter margin=1,1,1,1" '
 .TP
-.B \-\-generate-man-page
-Generates a groff\-formatted man page as a file in the current 
-directory.
-.TP
 .B \-\-help
 Displays this help screen.
 .TP
-.B \-\-interactive-debugger
-Run the app inside Python's built\-in debugger
+.B \-\-help-config
+Displays a list of valid configuration file entries, their purpose, 
+and their default values.
 .TP
+.B \-\-help-connections
+Display help information related to database connections, including 
+a list of available drivers.
+.TP
+.B \-\-help-dev
+Display all options of interest to core developers.
+.TP
 .B \-\-list-filters
 List the available [predefined] filters available to GNUe Reports
 .TP
@@ -133,10 +118,6 @@
 NOTE: SUPPLYING A PASSWORD VIA THE COMMAND LINE MAY BE CONSIDERED A 
 SECURITY RISK AND IS NOT RECOMMENDED.)
 .TP
-.B \-\-profile
-Run Python's built\-in profiler and display the resulting run 
-statistics.
-.TP
 .B \-\-quiet, \-q
 Run GNUe Reports in quiet mode \-\- i.e., display no output. NOTE: 
 if \-\-debug\-level is specified, then suppressed text will be 
@@ -154,13 +135,37 @@
 .B \-\-ui <interface>, \-U
 Run GNUe Reports using a specific UI.  Possible UI's are text and gui.
 .TP
-.B \-\-username <name>, \-u
+.B \-\-username <name>
 Username used to log into the database.  Note that if specified, 
 this will be used for all databases.  If not supplied, the program 
 will prompt for username.
 .TP
 .B \-\-version
 Displays the version information for this program.
+.TP
+.B DEVELOPER OPTIONS
+.TP
+.TP
+.B \-\-interactive-debugger
+Run the app inside Python's built\-in debugger
+.TP
+.B \-\-profile
+Run Python's built\-in profiler and display the resulting run 
+statistics.
+.TP
+.B \-\-selfdoc <type[,subtype]>
+Generates self\-documentation.
+.TP
+.B \-\-selfdoc-file <filename>
+Specifies the filename that selfdoc should write to. If not provided,
+ output is sent to stdout.
+.TP
+.B \-\-selfdoc-format <format>
+Format to output the self\-documentation in. Supported formats are 
+dependent on the type of selfdoc being created.
+.TP
+.B \-\-selfdoc-options <options>
+Options specific to individual selfdoc types.
 .SH AUTHOR
 GNU Enterprise Project <address@hidden>
 .SH BUGS





reply via email to

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