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