From 13cec3d0fc257d0e65c9a1c06bfc71648722a506 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 2 Feb 2024 13:05:54 -0500 Subject: Initial commit for cgit platform --- _phpetite/rss.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _phpetite/rss.php (limited to '_phpetite/rss.php') diff --git a/_phpetite/rss.php b/_phpetite/rss.php new file mode 100644 index 0000000..9acd8bc --- /dev/null +++ b/_phpetite/rss.php @@ -0,0 +1,17 @@ + + + '.$site_title.' + + + '.date("Y-m-d\TH:i:sP").' + '.$site_url.'/ + + '.$site_author.' + '.$site_email.' + '.$rss_items.''; +?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf