From 9032f1c674f5f0e58eabe66298b285651655021c Mon Sep 17 00:00:00 2001 From: LtWorf Date: Tue, 3 Aug 2010 23:31:21 +0000 Subject: [PATCH] - Removed encoding from .desktop file (was deprecated) - Added manpage for relational-cli git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@247 014f5005-505e-4b48-8d0a-63407b615a7c --- CHANGELOG | 2 ++ relational-cli.1 | 35 +++++++++++++++++++++++++++++++++++ relational.desktop | 1 - 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 relational-cli.1 diff --git a/CHANGELOG b/CHANGELOG index 6e17b42..7177910 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ 0.12 +- Removed encoding from .desktop file (was deprecated) +- Added manpage for relational-cli 0.11 - Font is set only on windows (Rev 206) diff --git a/relational-cli.1 b/relational-cli.1 new file mode 100644 index 0000000..0595caf --- /dev/null +++ b/relational-cli.1 @@ -0,0 +1,35 @@ +.TH "Relational" "1" +.SH "NAME" +relational-cli \(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 a command line interface 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 +Using the Qt4 GUI. + +.IP "\fB-r\fP +Uses the readline UI (default). + +.SH "AUTHOR" +.PP +This manual page was written by Salvo 'LtWorf' Tomaselli 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. diff --git a/relational.desktop b/relational.desktop index c54684f..4a82bb0 100644 --- a/relational.desktop +++ b/relational.desktop @@ -8,5 +8,4 @@ Exec=relational Icon=kexi Terminal=0 Type=Application -Encoding=UTF-8 Categories=Education;