From 5ca82939ce78fe848b92f077dd7ec3311a922755 Mon Sep 17 00:00:00 2001 From: elij Date: Sun, 27 Sep 2009 16:43:39 -0700 Subject: [PATCH] renamed rss2 -> rss changed file name, as the 2 is relatively meaningless. I think at one time it qualified it as a rss2.0 feed, but the distinction is valueless at this point, since the generated xml itself declares the rss version. make sure to set an apache rewrite rule for any production systems that require it. Signed-off-by: Loui Chang --- web/html/{rss2.php => rss.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/html/{rss2.php => rss.php} (100%) diff --git a/web/html/rss2.php b/web/html/rss.php similarity index 100% rename from web/html/rss2.php rename to web/html/rss.php