Esempio n. 1
0
File: RSS2.py Progetto: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     return "%s / Articles" % title
Esempio n. 2
0
File: RSS2.py Progetto: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     return "%s / Comments" % title
Esempio n. 3
0
File: RSS2.py Progetto: philn/alinea
 def getFeedTitle(self):
     title = RSS2.getFeedTitle(self)
     section = Alinea_getSectionWithID(self.sectionID)
     return "%s / %s" % (title, section.name)