PatchFeeder: add optional channel tags

This commit is contained in:
Steffen Lange 2021-02-16 22:47:48 +01:00
parent 66a9f44280
commit d1b33f825e

View file

@ -15,9 +15,11 @@ $db->sort();
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<atom:link href="https://www.patchbot.de/rss.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://www.patchbot.de/rss.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<title>Patch Notification Robot</title> <title>Patch Notification Robot</title>
<link>https://www.patchbot.de/</link> <link>https://www.patchbot.de/</link>
<description>Providing you the latest update notifications.</description> <description>Providing you the latest update notifications.</description>
<copyright>© Steffen Lange</copyright>
<?php <?php
for ($i = 0; $i < $db->count(); $i++) { for ($i = 0; $i < $db->count(); $i++) {