This commit is contained in:
parent
ab85f65044
commit
894e66a6de
3 changed files with 9 additions and 2 deletions
9
configs-examples/fedora.toml
Normal file
9
configs-examples/fedora.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name = "fedora"
|
||||
|
||||
[[feeds]]
|
||||
url = "https://fedoramagazine.org/rss"
|
||||
kind = "RSSv2"
|
||||
|
||||
[[feeds]]
|
||||
url = "http://communityblog.fedoraproject.org/?feed=rss2"
|
||||
kind = "RSSv2"
|
||||
28
configs-examples/releases.toml
Normal file
28
configs-examples/releases.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
name = "releases"
|
||||
|
||||
[[feeds]]
|
||||
url = "https://github.com/nim-lang/Nim/releases.atom"
|
||||
kind = "Atom"
|
||||
titlePrefix = "Nim: "
|
||||
|
||||
[[feeds]]
|
||||
url = "https://github.com/fatedier/frp/releases.atom"
|
||||
kind = "Atom"
|
||||
titlePrefix = "frp: "
|
||||
|
||||
[[feeds]]
|
||||
url = "https://forgejo.org/releases/rss.xml"
|
||||
kind = "RSSv2"
|
||||
titlePrefix = "Forgejo: "
|
||||
timeFormat = "ddd',' dd MMM yyyy HH:mm:ss 'GMT'"
|
||||
|
||||
[[feeds]]
|
||||
url = "https://github.com/project-zot/zot/releases.atom"
|
||||
titlePrefix = "zot: "
|
||||
kind = "Atom"
|
||||
|
||||
[[feeds]]
|
||||
url = "https://code.forgejo.org/forgejo/runner/releases.rss"
|
||||
kind = "RSSv2"
|
||||
titlePrefix = "Forgejo runner: "
|
||||
timeFormat = "ddd',' dd MMM yyyy HH:mm:ss '+0000'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue