diff options
| -rw-r--r-- | feed.xml | 5 | ||||
| -rwxr-xr-x | genrss.sh | 3 |
2 files changed, 3 insertions, 5 deletions
@@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> +<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> -<atom:link href="https://marc.vertes.org/feed.xml" rel="self" type="application/rss+xml" /> <title>Marc's Programming Notes</title> <link>https://marc.vertes.org/</link> <description>A blog about programming</description> <managingEditor>mvertes@free.fr (Marc Vertes)</managingEditor> -<pubDate>Fri, 19 May 2023 23:25:06 +0200</pubDate> +<pubDate>Fri, 19 May 2023 23:28:52 +0200</pubDate> <item> <guid isPermaLink="true">https://marc.vertes.org/yaegi-internals/</guid> <title>Yaegi Internals</title> @@ -17,9 +17,8 @@ fixhtml() { . ./meta.sh cat <<- EOT <?xml version="1.0" encoding="UTF-8"?> - <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> - <atom:link href="$link/feed.xml" rel="self" type="application/rss+xml" /> <title>$title</title> <link>$link/</link> <description>$description</description> |
