summaryrefslogtreecommitdiff
path: root/data/poezio.1
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-07 23:26:55 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-07 23:26:55 +0000
commitb512ae587caf6427730acc47e9e4b591a5724353 (patch)
tree251084534ba1a8f8382a097c6cb7b5279737d621 /data/poezio.1
parent05928d592f76c7948a19981454d763feee51b2fb (diff)
downloadpoezio-b512ae587caf6427730acc47e9e4b591a5724353.tar.gz
poezio-b512ae587caf6427730acc47e9e4b591a5724353.tar.bz2
poezio-b512ae587caf6427730acc47e9e4b591a5724353.tar.xz
poezio-b512ae587caf6427730acc47e9e4b591a5724353.zip
add man page. fixed #1670
Diffstat (limited to 'data/poezio.1')
-rw-r--r--data/poezio.126
1 files changed, 26 insertions, 0 deletions
diff --git a/data/poezio.1 b/data/poezio.1
new file mode 100644
index 00000000..53a448ed
--- /dev/null
+++ b/data/poezio.1
@@ -0,0 +1,26 @@
+.\" Copyright 2010 Le Coz Florent
+.\" This man page is distributed under the GPLv3 license.
+.\" See COPYING file
+.TH "Poezio" "1" "August 1, 2010" "Poezio dev team" ""
+.SH "NAME"
+Poezio \- a ncurses jabber client
+.SH "SYNOPSIS"
+.B poezio [\-f \fICONFIG_FILE\fR] [\-h]
+.SH "DESCRIPTION"
+.B Poezio
+is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients. For more information on XMPP see http://xmpp.org and on Poezio see http://poezio.eu
+.PP
+.SH "OPTIONS"
+.TP
+\fB\-f\fR, \fB\-\-file \fICONFIG_FILE\fR
+Run gajim using \fICONFIG_FILE\fR as the config file instead of ~/.config/poezio/poezio.cfg
+.TP
+\fB\-h\fR
+Display and help message
+.SH "BUGS"
+Sure, of course.
+.SH "FEEDBACK"
+You are encouraged to report bugs or feature requests on http://codingteam.net/project/poezio.
+You can also find us on the Jabber chatroom poezio@conference.codingteam.net
+.SH "AUTHORS"
+Written by FLorent Le Coz <louiz@louiz.org>