]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/privacybrowser.1
Add a man file.
[PrivacyBrowserPC.git] / src / privacybrowser.1
diff --git a/src/privacybrowser.1 b/src/privacybrowser.1
new file mode 100644 (file)
index 0000000..6b78a38
--- /dev/null
@@ -0,0 +1,95 @@
+.\" Copyright 2023 Soren Stoutner <soren@stoutner.com>.
+.\"
+.\" This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+.\"
+.\" Privacy Browser PC is free software: you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation, either version 3 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" Privacy Browser PC is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>.
+
+.\" Title Header.
+.TH "Privacy Browser" 1 "15 February 2023" "version 0.1" "Privacy Browser User Manual"
+
+.\" Section Header - Name.
+.SH NAME
+Privacy Browser \- a web browser that respects your privacy
+
+
+.\" Section Header - Synopsis.
+.SH SYNOPSIS
+
+.\" Launching homepage.  `.B` is "Bold".
+.B privacybrowser
+.br
+
+.\" Launching a URL.  `.B` is "Bold".  `.RI` is "Roman (not italic) alternating Italic (underlined)".
+.B privacybrowser
+.RI [ url ]
+.br
+
+.\" Options.  `.B` is "Bold".  `.RI` is "Roman (not italic) alternating Italic (underlined)".
+.B privacybrowser
+.RI [ option ]
+
+
+.\" Section Header - Description.
+.SH DESCRIPTION
+Privacy Browser is an open source web browser focused on user privacy.  It uses Qt WebEngine, which is a modified version of Chromium’s rendering engine.
+
+
+.\" Section Header - Options.
+.SH OPTIONS
+
+.\" Help.  `.TP` is "Tag Paragraph".  `.BR` is "Bold alternating Roman (not bold)".
+.TP
+.BR -h ", " --help
+Displays help on commandline options.
+
+.\" Help all.  `.TP` is "Tag Paragraph".  `.B` is "Bold".
+.TP
+.B --help-all
+Displays help including Qt specific options.
+
+.\" Version.  `.TP` is "Tag Paragraph".  `.BR` is "Bold alternating Roman (not bold)".
+.TP
+.BR -v ", " --version
+Displays version information.
+
+.\" Author.  `.TP` is "Tag Paragraph".  `.B` is "Bold".
+.TP
+.B --author
+Show author information.
+
+.\" License.  `.TP` is "Tag Paragraph".  `.B` is "Bold".
+.TP
+.B --license
+Show license information.
+
+.\" Desktop File Name.  `.TP` is "Tag Paragraph".  `.Bi` is "Bold alternating Italic (underlined)".
+.TP
+.BI --desktopfile " file"
+The base file name of the desktop entry for this application.
+
+
+.\" Section Header - Bugs.  `.TP` is "Tag Paragraph".
+.SH BUGS
+Privacy Browser is an early alpha release.  As such, many features are not yet implemented.  More information can be found at:
+.TP
+https://www.stoutner.com/privacy-browser-pc/
+.TP
+Bugs in currently implemented features may be reported at:
+.TP
+https://redmine.stoutner.com/projects/privacy-browser-pc/issues
+
+
+.\" Section Header - Author.
+.SH AUTHOR
+Soren Stoutner <soren@stoutner.com>