Add documentation for commits.

This commit is contained in:
tastytea 2021-04-21 11:13:20 +02:00
parent 6b08adce38
commit 5cbbca2111
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,7 @@
= gitea2rss = gitea2rss
*gitea2rss* Generates RSS feeds from https://gitea.io[Gitea] releases or tags. *gitea2rss* Generates RSS feeds from https://gitea.io[Gitea] releases, tags and
commits.
https://rss.schlomp.space/?repo=tastytea/gitea2rss[Subscribe to gitea2rss releases]. https://rss.schlomp.space/?repo=tastytea/gitea2rss[Subscribe to gitea2rss releases].
@ -29,7 +30,7 @@ emerge -a dev-util/gitea2rss
==== Dependencies ==== Dependencies
* Tested OS: Linux * Tested OS: Linux
* C++ compiler (tested: https://gcc.gnu.org/[gcc] 8/9, * C++ compiler (tested: https://gcc.gnu.org/[gcc] 8/9/10,
https://llvm.org/[clang] 7) https://llvm.org/[clang] 7)
* https://cmake.org/[cmake] (at least: 3.12) * https://cmake.org/[cmake] (at least: 3.12)
* https://curl.haxx.se/libcurl/[libcurl] (at least: 7.56) * https://curl.haxx.se/libcurl/[libcurl] (at least: 7.56)

View File

@ -2,7 +2,7 @@
:doctype: manpage :doctype: manpage
:Author: tastytea :Author: tastytea
:Email: tastytea@tastytea.de :Email: tastytea@tastytea.de
:Date: 2020-10-27 :Date: 2021-04-21
:Revision: 0.0.0 :Revision: 0.0.0
:man source: gitea2rss :man source: gitea2rss
:man version: {revision} :man version: {revision}
@ -50,6 +50,9 @@ this in it:
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
title="Tags of {{.Repository.Name}}" title="Tags of {{.Repository.Name}}"
href="https://rss.example.com/?repo={{.Repository.Owner.Name}}/{{.Repository.Name}}&amp;type=tags"/> href="https://rss.example.com/?repo={{.Repository.Owner.Name}}/{{.Repository.Name}}&amp;type=tags"/>
<link rel="alternate" type="application/rss+xml"
title="Commits of {{.Repository.Name}}"
href="https://rss.example.com/?repo={{.Repository.Owner.Name}}/{{.Repository.Name}}&amp;type=commits"/>
{{end}} {{end}}
---- ----