gitea2rss/gitea2rss.1.adoc

38 lines
751 B
Plaintext
Raw Normal View History

2019-04-17 00:17:26 +02:00
= gitea2rss(1)
:doctype: manpage
:Author: tastytea
:Email: tastytea@tastytea.de
:Date: 2019-04-17
:Revision: 0.0.0
:man source: gitea2rss
:man version: {revision}
:man manual: General Commands Manual
== NAME
gitea2rss - Turns Gitea releases into RSS feeds.
== SYNOPSIS
*gitea2rss* _URL of Gitea project_
2019-04-17 04:36:16 +02:00
== DESCRIPTION
gitea2rss fetches the releases from the Gitea API, converts the data into an RSS
feed and dumps it to stdout. You can use cron to generate the feed at fixed
internals.
2019-04-17 00:17:26 +02:00
== EXAMPLES
2019-04-17 04:36:16 +02:00
gitea2rss https://example.com/user/repo > repo.rss
== SEE ALSO
*crontab*(1) *crontab*(5)
2019-04-17 00:17:26 +02:00
== REPORTING BUGS
Bugtracker: https://schlomp.space/tastytea/gitea2rss/issues
E-mail: tastytea@tastytea.de