Fix missing XML namespace in RSS feeds

Welp, same thing as dozens/cleric-plus-thief#1
pull/3/head
lucidiot 2023-10-14 04:45:11 +00:00
parent 9b62285c0c
commit 01d314670d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
echo "<rss version=\"2.0\"><channel><title>It's Pro Toad and Superb Owl</title>" > feed.xml
echo '<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>It'"'"'s Pro Toad and Superb Owl</title>' > feed.xml
echo "<link>https://git.tilde.town/dozens/protoadandsuperbowl</link><description>It's Pro Toad and Superb Owl!</description><atom:link rel=\"self\" type=\"application/rss+xml\" href=\"https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/feed.xml\"/><generator>/bin/sh</generator>" >> feed.xml