mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 08:46:00 +03:00
parent
6ed662c68b
commit
dfa4eebbce
5 changed files with 53 additions and 41 deletions
2
.github/workflows/ci_file_health.yaml
vendored
2
.github/workflows/ci_file_health.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
curl \
|
curl \
|
||||||
-L \
|
-L \
|
||||||
-o "${{ runner.temp }}/pandoc.tar.gz" \
|
-o "${{ runner.temp }}/pandoc.tar.gz" \
|
||||||
"https://github.com/jgm/pandoc/releases/download/3.1.7/pandoc-3.1.7-linux-amd64.tar.gz"
|
"https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-linux-amd64.tar.gz"
|
||||||
tar -xf "${{ runner.temp }}/pandoc.tar.gz" -C "${{ github.workspace }}/.."
|
tar -xf "${{ runner.temp }}/pandoc.tar.gz" -C "${{ github.workspace }}/.."
|
||||||
mv "${{ github.workspace }}/.."/pandoc-* "${{ env.pandoc_path }}"
|
mv "${{ github.workspace }}/.."/pandoc-* "${{ env.pandoc_path }}"
|
||||||
# run pandoc
|
# run pandoc
|
||||||
|
|
|
@ -1,41 +1,44 @@
|
||||||
.\" Automatically generated by Pandoc 3.1.7
|
.\" Automatically generated by Pandoc 3.4
|
||||||
.\"
|
.\"
|
||||||
.TH "QBITTORRENT-NOX" "1" "January 16th 2010" "Command line Bittorrent client written in C++ / Qt" ""
|
.TH "QBITTORRENT\-NOX" "1" "January 16th 2010" "Command line Bittorrent client written in C++ / Qt"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qBittorrent-nox - a command line Bittorrent client written in C++ / Qt
|
qBittorrent\-nox \- a command line Bittorrent client written in C++ / Qt
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\f[B]qbittorrent-nox\f[R]
|
\f[B]qbittorrent\-nox\f[R]
|
||||||
\f[CR][--d|--daemon] [--webui-port=x] [TORRENT_FILE | URL]...\f[R]
|
\f[CR][\-\-d|\-\-daemon] [\-\-webui\-port=x] [TORRENT_FILE | URL]...\f[R]
|
||||||
.PP
|
.PP
|
||||||
\f[B]qbittorrent-nox\f[R] \f[CR]--help\f[R]
|
\f[B]qbittorrent\-nox\f[R] \f[CR]\-\-help\f[R]
|
||||||
.PP
|
.PP
|
||||||
\f[B]qbittorrent-nox\f[R] \f[CR]--version\f[R]
|
\f[B]qbittorrent\-nox\f[R] \f[CR]\-\-version\f[R]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\f[B]qBittorrent-nox\f[R] is an advanced command-line Bittorrent client
|
\f[B]qBittorrent\-nox\f[R] is an advanced command\-line Bittorrent
|
||||||
written in C++ / Qt using the \f[B]libtorrent-rasterbar\f[R] library by
|
client written in C++ / Qt using the \f[B]libtorrent\-rasterbar\f[R]
|
||||||
Arvid Norberg.
|
library by Arvid Norberg.
|
||||||
qBittorrent-nox aims to be a good alternative to other command line
|
qBittorrent\-nox aims to be a good alternative to other command line
|
||||||
bittorrent clients and provides features similar to popular graphical
|
bittorrent clients and provides features similar to popular graphical
|
||||||
clients.
|
clients.
|
||||||
.PP
|
.PP
|
||||||
qBittorrent-nox is fast, stable, light and it supports unicode.
|
qBittorrent\-nox is fast, stable, light and it supports unicode.
|
||||||
It also comes with UPnP port forwarding / NAT-PMP, encryption (Vuze
|
It also comes with UPnP port forwarding / NAT\-PMP, encryption (Vuze
|
||||||
compatible), FAST extension (mainline) and PeX support (utorrent
|
compatible), FAST extension (mainline) and PeX support (utorrent
|
||||||
compatible).
|
compatible).
|
||||||
.PP
|
.PP
|
||||||
qBittorrent-nox is meant to be controlled via its feature-rich Web UI
|
qBittorrent\-nox is meant to be controlled via its feature\-rich Web UI
|
||||||
which is accessible as a default on http://localhost:8080.
|
which is accessible as a default on http://localhost:8080.
|
||||||
The Web UI access is secured and the default account user name is
|
The Web UI access is secured and the default account user name is
|
||||||
\[lq]admin\[rq] with \[lq]adminadmin\[rq] as a password.
|
\[lq]admin\[rq] with \[lq]adminadmin\[rq] as a password.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
\f[B]\f[CB]--help\f[B]\f[R] Prints the command line options.
|
\f[B]\f[CB]\-\-help\f[B]\f[R] Prints the command line options.
|
||||||
.PP
|
.PP
|
||||||
\f[B]\f[CB]--version\f[B]\f[R] Prints qbittorrent program version
|
\f[B]\f[CB]\-\-version\f[B]\f[R] Prints qbittorrent program version
|
||||||
number.
|
number.
|
||||||
.PP
|
.PP
|
||||||
\f[B]\f[CB]--webui-port=x\f[B]\f[R] Changes Web UI port to x (default:
|
\f[B]\f[CB]\-\-webui\-port=x\f[B]\f[R] Changes Web UI port to x
|
||||||
8080).
|
(default: 8080).
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
If you find a bug, please report it at https://bugs.qbittorrent.org
|
If you find a bug, please report it at https://bugs.qbittorrent.org
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Christophe Dumez <chris@qbittorrent.org>.
|
Christophe Dumez \c
|
||||||
|
.MT chris@qbittorrent.org
|
||||||
|
.ME \c
|
||||||
|
\&.
|
||||||
|
|
|
@ -1,35 +1,38 @@
|
||||||
.\" Automatically generated by Pandoc 3.1.7
|
.\" Automatically generated by Pandoc 3.4
|
||||||
.\"
|
.\"
|
||||||
.TH "QBITTORRENT" "1" "January 16th 2010" "Bittorrent client written in C++ / Qt" ""
|
.TH "QBITTORRENT" "1" "January 16th 2010" "Bittorrent client written in C++ / Qt"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qBittorrent - a Bittorrent client written in C++ / Qt
|
qBittorrent \- a Bittorrent client written in C++ / Qt
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\f[B]qbittorrent\f[R]
|
\f[B]qbittorrent\f[R]
|
||||||
\f[CR][--no-splash] [--webui-port=x] [TORRENT_FILE | URL]...\f[R]
|
\f[CR][\-\-no\-splash] [\-\-webui\-port=x] [TORRENT_FILE | URL]...\f[R]
|
||||||
.PP
|
.PP
|
||||||
\f[B]qbittorrent\f[R] \f[CR]--help\f[R]
|
\f[B]qbittorrent\f[R] \f[CR]\-\-help\f[R]
|
||||||
.PP
|
.PP
|
||||||
\f[B]qbittorrent\f[R] \f[CR]--version\f[R]
|
\f[B]qbittorrent\f[R] \f[CR]\-\-version\f[R]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\f[B]qBittorrent\f[R] is an advanced Bittorrent client written in C++ /
|
\f[B]qBittorrent\f[R] is an advanced Bittorrent client written in C++ /
|
||||||
Qt, using the \f[B]libtorrent-rasterbar\f[R] library by Arvid Norberg.
|
Qt, using the \f[B]libtorrent\-rasterbar\f[R] library by Arvid Norberg.
|
||||||
qBittorrent is similar to uTorrent.
|
qBittorrent is similar to uTorrent.
|
||||||
qBittorrent is fast, stable, light, it supports unicode and it provides
|
qBittorrent is fast, stable, light, it supports unicode and it provides
|
||||||
a good integrated search engine.
|
a good integrated search engine.
|
||||||
It also comes with UPnP port forwarding / NAT-PMP, encryption (Vuze
|
It also comes with UPnP port forwarding / NAT\-PMP, encryption (Vuze
|
||||||
compatible), FAST extension (mainline) and PeX support (utorrent
|
compatible), FAST extension (mainline) and PeX support (utorrent
|
||||||
compatible).
|
compatible).
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
\f[B]\f[CB]--help\f[B]\f[R] Prints the command line options.
|
\f[B]\f[CB]\-\-help\f[B]\f[R] Prints the command line options.
|
||||||
.PP
|
.PP
|
||||||
\f[B]\f[CB]--version\f[B]\f[R] Prints qbittorrent program version
|
\f[B]\f[CB]\-\-version\f[B]\f[R] Prints qbittorrent program version
|
||||||
number.
|
number.
|
||||||
.PP
|
.PP
|
||||||
\f[B]\f[CB]--no-splash\f[B]\f[R] Disables splash screen on startup.
|
\f[B]\f[CB]\-\-no\-splash\f[B]\f[R] Disables splash screen on startup.
|
||||||
.PP
|
.PP
|
||||||
\f[B]\f[CB]--webui-port=x\f[B]\f[R] Changes Web UI port to x (default:
|
\f[B]\f[CB]\-\-webui\-port=x\f[B]\f[R] Changes Web UI port to x
|
||||||
8080).
|
(default: 8080).
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
If you find a bug, please report it at https://bugs.qbittorrent.org
|
If you find a bug, please report it at https://bugs.qbittorrent.org
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Christophe Dumez <chris@qbittorrent.org>.
|
Christophe Dumez \c
|
||||||
|
.MT chris@qbittorrent.org
|
||||||
|
.ME \c
|
||||||
|
\&.
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
.\" Automatically generated by Pandoc 3.1.7
|
.\" Automatically generated by Pandoc 3.4
|
||||||
.\"
|
.\"
|
||||||
.TH "QBITTORRENT-NOX" "1" "16 января 2010" "Клиент сети БитТоррент для командной строки" ""
|
.TH "QBITTORRENT\-NOX" "1" "16 января 2010" "Клиент сети БитТоррент для командной строки"
|
||||||
.SH НАЗВАНИЕ
|
.SH НАЗВАНИЕ
|
||||||
qBittorrent-nox \[em] клиент сети БитТоррент для командной строки.
|
qBittorrent\-nox \[em] клиент сети БитТоррент для командной строки.
|
||||||
.SH АВТОРЫ
|
.SH АВТОРЫ
|
||||||
Christophe Dumez <chris@qbittorrent.org>.
|
Christophe Dumez \c
|
||||||
|
.MT chris@qbittorrent.org
|
||||||
|
.ME \c
|
||||||
|
\&.
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
.\" Automatically generated by Pandoc 3.1.7
|
.\" Automatically generated by Pandoc 3.4
|
||||||
.\"
|
.\"
|
||||||
.TH "QBITTORRENT" "1" "16 января 2010" "Клиент сети БитТоррент" ""
|
.TH "QBITTORRENT" "1" "16 января 2010" "Клиент сети БитТоррент"
|
||||||
.SH НАЗВАНИЕ
|
.SH НАЗВАНИЕ
|
||||||
qBittorrent \[em] клиент сети БитТоррент.
|
qBittorrent \[em] клиент сети БитТоррент.
|
||||||
.SH АВТОРЫ
|
.SH АВТОРЫ
|
||||||
Christophe Dumez <chris@qbittorrent.org>.
|
Christophe Dumez \c
|
||||||
|
.MT chris@qbittorrent.org
|
||||||
|
.ME \c
|
||||||
|
\&.
|
||||||
|
|
Loading…
Reference in a new issue