[Oi-commits] r2545 - trunk/forum

oi-svn at pardus.org.tr oi-svn at pardus.org.tr
Fri Mar 27 17:32:34 EET 2009


Author: jnmbk
Date: Fri Mar 27 17:32:34 2009
New Revision: 2545

Modified:
   trunk/forum/feeds.py
Log:
add forum description and title to forum feeds

Modified: trunk/forum/feeds.py
=================================================================
--- trunk/forum/feeds.py	(original)
+++ trunk/forum/feeds.py	Fri Mar 27 17:32:34 2009
@@ -52,6 +52,12 @@
             post.title = post.topic.title
         return objects
 
+    def title(self, obj):
+        return "%s %s forumu" % (SITE_NAME, obj.name)
+
+    def description(self, obj):
+        return obj.description
+
 class Forum_Atom(Forum_Rss):
     feed_type = Atom1Feed
     subtitle = Forum_Rss.description


More information about the Oi-commits mailing list