diff --git a/doc/qbittorrent.1 b/doc/qbittorrent.1 new file mode 100644 index 000000000..094a7a4e4 --- /dev/null +++ b/doc/qbittorrent.1 @@ -0,0 +1,28 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" . +.TH "QBITTORRENT" "1" "September 1st 2007" "Bittorrent client written in C++ / Qt4" "" + +.SH NAME +qBittorrent \- a Bittorrent client written in C++ / Qt4 +.SH SYNOPSIS + +\fBqbittorrent\fR [FILE | URL] [FILE | URL...] + +\fBqbittorrent\fR \-\-help + +\fBqbittorrent\fR \-\-version +.PP +.SH "DESCRIPTION" + +\fBqBittorrent\fR is an advanced Bittorrent client written in C++ / Qt4, +using the \fBrblibtorrent\fR library by Arvid Norberg. qBittorrent aims +to be a good alternative to all other bittorrent clients out there. qBittorrent +is fast, stable, light, it supports unicode and it provides a good integrated search engine. +It also comes with UPnP port forwarding / NAT-PMP, encryption (Azureus compatible), FAST extension (mainline) and PeX support (utorrent compatible). + +Please report any problem to http://bugs.qbittorrent.org +.PP +.SH "AUTHOR" + +Christophe Dumez diff --git a/doc/qbittorrent.1.gz b/doc/qbittorrent.1.gz deleted file mode 100644 index 82633ae45..000000000 Binary files a/doc/qbittorrent.1.gz and /dev/null differ diff --git a/src/src.pro b/src/src.pro index 12ad44f15..79cce7a1c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -44,7 +44,7 @@ contains(DEBUG_MODE, 0){ } # Man page - man.files = ../doc/qbittorrent.1.gz + man.files = ../doc/qbittorrent.1 man.path = $$PREFIX/share/man/man1/ INSTALLS += man