relational/relational.1
LtWorf 9d12667b11 - Debian package can now be installed with pyside and not pyqt
- Make dist makes a file for the debian format
- Make dist removes .svn from relational_pyside
- setup.py installs relational_pyside module



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@326 014f5005-505e-4b48-8d0a-63407b615a7c
2011-10-13 20:15:38 +00:00

36 lines
1.1 KiB
Groff

.TH "Relational" 1 "Oct 13, 2011" "Relational algebra learning tool"
.SH "NAME"
relational \(em Python implementation of Relational algebra.
.SH "SYNOPSIS"
.PP
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
.SH "DESCRIPTION"
.PP
Python implementation of Relational algebra. This program provides an UI to execute relational algebra queries. It is meant to be used for educational purposes.
.SH "OPTIONS"
.PP
These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. However, the ordering is very strict \-
.IP "\fB-v\fP
Show version information.
.IP "\fB-h\fP
Shows help.
.IP "\fB-q\fP
Uses the Qt4 GUI (default).
.IP "\fB-r\fP
Uses the readline UI.
.SH "AUTHOR"
.PP
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License
version 3 or any later version published by the Free Software Foundation.