potcasse: W3C recommends setting an atom:link entry. - potcasse - Podcast publication made easy
HTML git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 81a5f1b4a61e26a06fa620652286838894f6b4a4
DIR parent 2b5f54e09c650fee322736084530bada192e8738
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Tue, 20 Jul 2021 23:45:51 +0200
potcasse: W3C recommends setting an atom:link entry.
Diffstat:
M potcasse | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/potcasse b/potcasse
@@ -71,10 +71,11 @@ gen() {
cat <<EOF >> $TMPRSS
<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0">
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>${TITLE}</title>
<description>${DESCRIPTION}</description>
+ <atom:link href="${SITE}${RSSLINK}" rel="self" type="application/rss+xml" />
<link>${SITE}</link>
<image>
<url>${SITE}/logo.png</url>