From 27274e8b23374db4a3adbc93b4276eca2639521a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 17 Feb 2018 13:15:38 +0100 Subject: Added manpage --- linux/makepkg/PKGBUILD | 3 ++ linux/man/manpage.md | 8 ++++ linux/man/smolbote.7 | 41 ++++++++++++++++++++ linux/man/smolbote.7.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++ linux/man/smolbote.7.ronn | 29 ++++++++++++++ 5 files changed, 179 insertions(+) create mode 100644 linux/man/manpage.md create mode 100644 linux/man/smolbote.7 create mode 100644 linux/man/smolbote.7.html create mode 100644 linux/man/smolbote.7.ronn (limited to 'linux') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 1f76dda..a9e178a 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -70,4 +70,7 @@ package() { # Install ninja install + + # man page + gzip --keep --to-stdout "$srcdir/smolbote-hg/linux/man/smolbote.7" > "$pkgdir/usr/local/share/man/man7/smolbote.7.gz" } diff --git a/linux/man/manpage.md b/linux/man/manpage.md new file mode 100644 index 0000000..deb06fd --- /dev/null +++ b/linux/man/manpage.md @@ -0,0 +1,8 @@ +To generate the manpage, use ronn: + +~~~sh +## install +gem install --user-install ronn +## generate +ronn smolbote.7.ronn +~~~ diff --git a/linux/man/smolbote.7 b/linux/man/smolbote.7 new file mode 100644 index 0000000..9bf2458 --- /dev/null +++ b/linux/man/smolbote.7 @@ -0,0 +1,41 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "SMOLBOTE" "7" "February 2018" "" "" +. +.SH "NAME" +\fBsmolbote\fR \- yet another no\-frills browser +. +.SH "SYNOPSIS" +\fBpoi\fR [\fIoptions\fR\.\.\.] URL +. +.SH "OPTIONS" +. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays this help\. +. +.TP +\fB\-v\fR, \fB\-\-version\fR +Displays version information\. +. +.TP +\fB\-c\fR, \fB\-\-config\fR +Set configuration file\. +. +.TP +\fB\-\-default\-config\fR +Set the default configuration file\. +. +.TP +\fB\-p\fR, \fB\-\-profile\fR +Use this profile\. +. +.TP +\fB\-\-socket\fR +Local server socket +. +.TP +\fB\-\-in\-new\-window\fR +Open URL in new window + diff --git a/linux/man/smolbote.7.html b/linux/man/smolbote.7.html new file mode 100644 index 0000000..c251436 --- /dev/null +++ b/linux/man/smolbote.7.html @@ -0,0 +1,98 @@ + + + + + + smolbote(7) - yet another no-frills browser + + + + +
+ + + +
    +
  1. smolbote(7)
  2. +
  3. +
  4. smolbote(7)
  5. +
+ +

NAME

+

+ smolbote - yet another no-frills browser +

+ +

SYNOPSIS

+ +

poi [options...] URL

+ +

OPTIONS

+ +
+
-h, --help

Displays this help.

+
-v, --version

Displays version information.

+
-c, --config

Set configuration file.

+
--default-config

Set the default configuration file.

+
-p, --profile

Use this profile.

+
--socket

Local server socket

+
--in-new-window

Open URL in new window

+
+ + + +
    +
  1. +
  2. February 2018
  3. +
  4. smolbote(7)
  5. +
+ +
+ + diff --git a/linux/man/smolbote.7.ronn b/linux/man/smolbote.7.ronn new file mode 100644 index 0000000..ece9697 --- /dev/null +++ b/linux/man/smolbote.7.ronn @@ -0,0 +1,29 @@ +smolbote(7) -- yet another no-frills browser +==== + +## SYNOPSIS + +`poi` [...] URL + +## OPTIONS + +* `-h`, `--help`: +Displays this help. + +* `-v`, `--version`: +Displays version information. + +* `-c`, `--config`: +Set configuration file. + +* `--default-config`: +Set the default configuration file. + +* `-p`, `--profile`: +Use this profile. + +* `--socket`: +Local server socket + +* `--in-new-window`: +Open URL in new window -- cgit v1.2.1