From ce93d3d61c02ce9e6fd0a7e0224dec5875c9ea9c Mon Sep 17 00:00:00 2001 From: jornmann Date: Fri, 18 Nov 2022 20:54:47 +0200 Subject: [PATCH] add rss feed --- rss.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 rss.php diff --git a/rss.php b/rss.php new file mode 100644 index 0000000..094e8fc --- /dev/null +++ b/rss.php @@ -0,0 +1,30 @@ + + + + + + <?php echo $short_blog_title; ?> + /rss.php + +\n"; + echo " ".$res['Title']."\n"; + echo " ".date('r', $res["UNIX_TIMESTAMP(Time)"])."\n"; + echo " ".$root."/#".$res['ID']."\n"; + echo " ".$root."/#".$res['ID']."\n"; + echo " \n"; + echo " current mood: ".$res['Mood']." - current tunes: ".$res['Song']; + echo "\n \n"; + echo " \n"; +} +?> + +