-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d086d15
commit e2675b5
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.TH htmlz-bash 1 "27 Dec 2017" "0.20171223" "User Manual" | ||
.SH NAME | ||
\fBhtmlz-browse\fP | ||
.SH DESCRIPTION | ||
HTMLZ file (ZIP WEB archive) viewer in browser. | ||
.SH USAGE | ||
htmlz-browse [options] file.htmlz | ||
.SH OPTIONS | ||
.TP | ||
\fB-b\fP 'str' | ||
use browser (default = 'x-www-browser'); | ||
.TP | ||
\fB-h\fP | ||
display help and exit | ||
.SH NAME | ||
\fBhtmlz-create\fP | ||
.SH DESCRIPTION | ||
HTMLZ file (ZIP WEB archive) creator. | ||
.SH USAGE | ||
htmlz-create [options] /path/to/html/dir [file.htmlz] | ||
.SH OPTIONS | ||
.TP | ||
\fB-h\fP | ||
display help and exit | ||
.SH NAME | ||
\fBhtmlz-unpack\fP | ||
.SH DESCRIPTION | ||
HTMLZ file (ZIP WEB archive) unpack. | ||
.SH USAGE | ||
htmlz-unpack [options] file.htmlz | ||
.SH OPTIONS | ||
.TP | ||
\fB-h\fP | ||
display help and exit | ||
.SH NAME | ||
\fBhtmlz-wget\fP | ||
.SH DESCRIPTION | ||
HTMLZ file (ZIP WEB archive) wget page. | ||
.SH USAGE | ||
htmlz-wget [options] name url/to/html/page | ||
.SH OPTIONS | ||
.TP | ||
\fB-c\fP | ||
clean LIST (sample 'js,php,eot,wott,ttf', default = '') | ||
.TP | ||
\fB-r\fP | ||
reject LIST (sample 'js,php,eot,wott,ttf', default = '') | ||
.TP | ||
\fB-h\fP | ||
display help and exit | ||
.SH CONFIG FILE | ||
/etc/htmlz-bash.conf | ||
~/config/htmlz-bash.conf | ||
.SH COPYRIGHT | ||
Copyright (c) 2017 zvezdochiot | ||
.SH SEE ALSO | ||
war-create(1). | ||
.SH CONTACTS | ||
Homepage: https://github.com/zvezdochiot/htmlz-bash |