diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 16:48:26 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 16:48:26 +0200 |
commit | ae2a713f26fd58f397aaf93242f24c85dee98a2b (patch) | |
tree | db69c96f6419e011cfc1c6e6081613d7a0f0d7cc /doc/smolbote.7.asciidoc | |
parent | Subwindow: only keep tab history for restore tab action (diff) | |
download | smolbote-ae2a713f26fd58f397aaf93242f24c85dee98a2b.tar.xz |
Convert documentation into asciidoc from markdown
Diffstat (limited to 'doc/smolbote.7.asciidoc')
-rw-r--r-- | doc/smolbote.7.asciidoc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/smolbote.7.asciidoc b/doc/smolbote.7.asciidoc new file mode 100644 index 0000000..ec1150f --- /dev/null +++ b/doc/smolbote.7.asciidoc @@ -0,0 +1,35 @@ += smolbote(7) +:doctype: manpage +:man source: smolbote +:man manual: smolbote manpage +:toc: +:homepage: https://neueland.iserlohn-fortress.net/smolbote/ + +== Name +smolbote - yet another no-frills web browser + +== Synopsis +*poi* ['-OPTION' ['...']] ['COMMAND'] ['URL' ['...']] + +== Description +smolbote is a cross-platform keep-it-simple free software web browser based on +Qt and QtWebEngine. + +include::Usage/CommandLine.asciidoc[] + +include::Usage/Configuration.asciidoc[] + +include::Usage/Profile.asciidoc[] + +== Copyright +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License version 3 as +published by the Free Software Foundation. + +This program 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 this program. If not, see <http://www.gnu.org/licenses/>. |