qBittorrent/doc
Chocobo1 5b57abc7d8 GHA CI: add checking for doc
And also regenerate man pages with latest pandoc
2023-09-07 15:28:43 +08:00
..
en GHA CI: add checking for doc 2023-09-07 15:28:43 +08:00
ru GHA CI: add checking for doc 2023-09-07 15:28:43 +08:00
README.md Update URL 2023-09-07 15:28:43 +08:00

README.md

qBittorent man pages

Our man pages are written in Markdown format (.md) and we use Pandoc to convert them to roff (the man page format). Refer to Pandoc's Markdown for info on that specific format.

To build the man pages:

pandoc -s -f markdown -t man qbittorrent.1.md -o qbittorrent.1
pandoc -s -f markdown -t man qbittorrent-nox.1.md -o qbittorrent-nox.1

There is also an online converter you can use if you have trouble installing a local one: link
You'll need to be careful when you copy the output to file as some headers will be missing. Careful not to overwrite the existing leading headers or trim off the trailing headers.

Remember to commit Markdown files (*.md) and the generated man pages (*.1 files) after editing!

Translation

To translate the man pages into a new language, create a new subdirectory here with the translated files and add it to the manPageLanguages list in dist/unix/CMakeLists.txt.