home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_280 / planet_kde.recipe < prev    next >
Text File  |  2011-09-09  |  383b  |  12 lines

  1. from calibre.web.feeds.news import AutomaticNewsRecipe
  2.  
  3. class BasicUserRecipe1300864518(AutomaticNewsRecipe):
  4.     title          = u'KDE News'
  5.     language = 'en'
  6.     __author__ = 'Riccardo Iaconelli'
  7.     oldest_article = 10
  8.     max_articles_per_feed = 100
  9.  
  10.     feeds          = [(u'Planet KDE', u'http://planetkde.org/rss20.xml'), (u'Got the Dot?', u'http://dot.kde.org/rss.xml')]
  11.  
  12.