PatchFeeder: add optional channel tags
This commit is contained in:
parent
66a9f44280
commit
d1b33f825e
1 changed files with 2 additions and 0 deletions
|
|
@ -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++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue