Beispiel #1
0
 def getFeedTitle(self):
     title = RSS.getFeedTitle(self)
     section = Alinea_getSectionWithID(self.sectionID)
     return "%s / %s" % (title, section.name)
Beispiel #2
0
 def getFeedTitle(self):
     title = RSS.getFeedTitle(self)
     return "%s / Comments" % title
Beispiel #3
0
 def getFeedTitle(self):
     title = RSS.getFeedTitle(self)
     return "%s / Articles" % title
Beispiel #4
0
 def __init__(self):
     RSS.__init__(self,'Comments.RSS')
Beispiel #5
0
 def __init__(self):
     RSS.__init__(self,'Articles.RSS')