4da85c26dd
[CONFIGURATION] * BUG: Fix man pages.
51 lines
1.4 KiB
Groff
51 lines
1.4 KiB
Groff
.TH "gbw3" "1" "October 2013" "Ubuntu" "User Commands"
|
|
|
|
.SH "NAME"
|
|
gbw3 \- GAMBAS Web Page Interpeter
|
|
|
|
.SH "SYNOPSIS"
|
|
.B gbw3
|
|
[options] [<server page file>]
|
|
|
|
.SH "DESCRIPTION"
|
|
Gambas is a free development environment based on a Basic interpreter with object extensions, a mix of Java(tm) and Visual Basic(tm).
|
|
With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on...
|
|
|
|
\fBgbx3\fR is the interpreter that allows you to compile and execute a Gambas server page script.
|
|
|
|
.SH "OPTIONS"
|
|
.TP
|
|
\fB\-c, --nocache\fR
|
|
force the script compilation (do not check cache)
|
|
.TP
|
|
\fB\-f, --fast\fR
|
|
use just-in-time compiler
|
|
.TP
|
|
\fB\-h, --help\fR
|
|
display help and exit
|
|
.TP
|
|
\fB\-L, --license\fR
|
|
display license
|
|
.TP
|
|
\fB\-u\fR
|
|
force components loading ('comp1,comp2...')
|
|
.TP
|
|
\fB\-v, --verbose\fR
|
|
be verbose
|
|
.TP
|
|
\fB\-V, --version\fR
|
|
display version
|
|
|
|
.SH "AVAILABILITY"
|
|
The latest version of Gambas can always be obtained from
|
|
\fBgambas.sourceforge.net\fR, documentation about the language is at
|
|
\fBwww.gambasdoc.org\fR.
|
|
|
|
.SH "REPORTING BUGS"
|
|
Report bugs to \fBhttp://gambaswiki.org/bugtracker\fR
|
|
|
|
.SH "COPYRIGHT"
|
|
Copyright\(co 2002, 2013 Benoît Minisini <g4mba5@gmail.com>;
|
|
.PP
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|