gmisub(1)
# NAME
gmisub - Subscribe to Gemini pages
# SYNOPSYS
*gmisub* [-h _path_] [-f _path_] [-d _oldest_date_] _config_path_ _output_path_
# DESCRIPTION
*gmisub* aggregates Gemtext feeds formated according to the "Subscribing to
Gemini pages" specification, which can be found here:++
gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
_config_path_ points to a Gemtext file which lists the Gemini pages that you
would like to subscribe to. Each page should be given as a Gemtext link
(a line beginning with "=>" followed by the URL).
_output_path_ is the file which the generated aggregate will be written to.
*gmisub* uses *gmni*(1)'s TOFU system. If a domain has an associated
certificate fingerprint already stored in the known_hosts file (probably at
~/.local/share/gemini/known_hosts) then the received certificate will be
verified. If not, the received certificate will be trusted once but will not
be added to the known_hosts file.
# OPTIONS
*-h* _path_
Prepend the header file at _path_ to the aggregate.
*-f* _path_
Append the footer file at _path_ to the aggregate.
*-d* _oldest_date_
Limit entries included in the aggregate to those on or after the given
date. The date should be in the form *YYYYMMDD*.