summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-05-19 23:53:36 +0200
committerMarc Vertes <mvertes@free.fr>2023-05-19 23:53:36 +0200
commit080f966a82460153f65ea8785ba9e7d63b17ae8c (patch)
tree62c4fff345edb7db151471d8322c3ba18b3ee315
parent27d2f6df91948c5d63082c2fd7629be947b5d7d1 (diff)
revert
-rw-r--r--feed.xml5
-rwxr-xr-xgenrss.sh3
2 files changed, 3 insertions, 5 deletions
diff --git a/feed.xml b/feed.xml
index 41c3e04..f4df8b0 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
-<atom:link href="https://marc.vertes.org/feed.xml" rel="self" type="application/rss+xml" />
+<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<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:49:14 +0200</pubDate>
+<pubDate>Fri, 19 May 2023 23:53:33 +0200</pubDate>
<item>
<guid isPermaLink="true">https://marc.vertes.org/yaegi-internals/</guid>
<title>Yaegi Internals</title>
diff --git a/genrss.sh b/genrss.sh
index 1f3ee4f..5c8ce3b 100755
--- a/genrss.sh
+++ b/genrss.sh
@@ -17,8 +17,7 @@ fixhtml() {
. ./meta.sh
cat <<- EOT
<?xml version="1.0" encoding="UTF-8"?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <atom:link href="$link/feed.xml" rel="self" type="application/rss+xml" />
+ <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>$title</title>
<link>$link/</link>