Example #1
0
File: RSS2.py Project: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     return "%s / Comments" % title
Example #2
0
File: RSS2.py Project: philn/alinea
 def __init__(self):
     RSS2.__init__(self,'Comments.RSS2')
Example #3
0
File: RSS2.py Project: philn/alinea
 def __init__(self):
     RSS2.__init__(self,'Articles.RSS2')
Example #4
0
File: RSS2.py Project: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     return "%s / Articles" % title
Example #5
0
File: RSS2.py Project: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     section = Alinea_getSectionWithID(self.sectionID)
     return "%s / %s" % (title, section.name)