From b52930acb7f9d1701dcaf1832517d8dd8e95b1f8 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 4 Jun 2007 06:20:23 +0200 Subject: [PATCH] Fixed RSS. --- bin/controller.rc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/controller.rc b/bin/controller.rc index 99779ea..991d483 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -167,24 +167,25 @@ uri=$baseuri$"uri # Should be in a separate file. cat <<'!' | template - + - %($blogTitle%) + %($siteTitle%) %($uri%) %($blogDesc%) en-us Tom Duff's rc, and Kris Maglione's clever hackery - Uriel %lt;uriel99@gmail.com> + Uriel Mangado <uriel99@gmail.com> %{ for(f in `{sortedBlogPostList $blogDirs}) { statpost $f %} %($title%) - %($by%) + %($by%)@noreply.cat-v.org %($uri%) + %($uri%) %($date%) - + % }