1 .\" Copyright 2023 Soren Stoutner <soren@stoutner.com>.
3 .\" This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
5 .\" Privacy Browser PC is free software: you can redistribute it and/or modify
6 .\" it under the terms of the GNU General Public License as published by
7 .\" the Free Software Foundation, either version 3 of the License, or
8 .\" (at your option) any later version.
10 .\" Privacy Browser PC is distributed in the hope that it will be useful,
11 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
12 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 .\" GNU General Public License for more details.
15 .\" You should have received a copy of the GNU General Public License
16 .\" along with Privacy Browser PC. If not, see <http://www.gnu.org/licenses/>.
19 .TH "Privacy Browser" 1 "13 June 2023" "version 0.4" "Privacy Browser User Manual"
21 .\" Section Header - Name.
23 privacybrowser \- a web browser that respects your privacy
26 .\" Section Header - Synopsis.
29 .\" Launching homepage. `.B` is "Bold".
33 .\" Launching a URL. `.B` is "Bold". `.RI` is "Roman (not italic) alternating Italic (underlined)".
38 .\" Options. `.B` is "Bold". `.RI` is "Roman (not italic) alternating Italic (underlined)".
43 .\" Section Header - Description.
45 Privacy Browser is a web browser focused on user privacy. It uses Qt WebEngine to render websites, which is a modified version of Chromium’s rendering engine.
48 .\" Section Header - Options.
51 .\" Help. `.TP` is "Tag Paragraph". `.BR` is "Bold alternating Roman (not bold)".
54 Displays help on commandline options.
56 .\" Help all. `.TP` is "Tag Paragraph". `.B` is "Bold".
59 Displays help including Qt specific options.
61 .\" Version. `.TP` is "Tag Paragraph". `.BR` is "Bold alternating Roman (not bold)".
64 Displays version information.
66 .\" Author. `.TP` is "Tag Paragraph". `.B` is "Bold".
69 Show author information.
71 .\" License. `.TP` is "Tag Paragraph". `.B` is "Bold".
74 Show license information.
76 .\" Desktop File Name. `.TP` is "Tag Paragraph". `.Bi` is "Bold alternating Italic (underlined)".
78 .BI --desktopfile " file"
79 The base file name of the desktop entry for this application.
82 .\" Section Header - Bugs. `.TP` is "Tag Paragraph".
84 Privacy Browser is an early alpha release. As such, many features are not yet implemented. More information can be found at:
86 https://www.stoutner.com/privacy-browser-pc/
88 Bugs in currently implemented features may be reported at:
90 https://redmine.stoutner.com/projects/privacy-browser-pc/issues
93 .\" Section Header - Author.
95 Soren Stoutner <soren@stoutner.com>