diff options
Diffstat (limited to 'genrss.sh')
| -rwxr-xr-x | genrss.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,8 +17,9 @@ fixhtml() { . ./meta.sh cat <<- EOT <?xml version="1.0" encoding="UTF-8"?> - <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> + <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> + <atom:link href="$link/feed.xml" rel="self" type="application/rss+xml" /> <title>$title</title> <link>$link/</link> <description>$description</description> |
