Ejemplo n.º 1
0
    def update_authors(self):
        """Updates the RSS data for all the authors in the entries"""

        authorparser.update_authors_rss(self.authors)
Ejemplo n.º 2
0
 def update_authors(authors):
     """
     Updates the RSS feed for all the authors found for the entries.
     """
     authorparser.update_authors_rss(authors)