home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_3889 < prev    next >
Encoding:
Text File  |  2010-04-10  |  624 b   |  17 lines

  1. from calibre.web.feeds.news import CalibrePeriodical
  2.  
  3. class LivingDigital(CalibrePeriodical):
  4.  
  5.     title = 'Living Digital'
  6.     calibre_periodicals_slug = 'living-digital'
  7.  
  8.     description = '''
  9.     Catch the latest buzz in the digital world with Living Digital. Enjoy
  10.     reviews, news, features and recommendations on a wide range of consumer
  11.     technology products - from smartphones to flat panel TVs, netbooks to
  12.     cameras, and many more consumer lifestyle gadgets. To subscribe, visit
  13.     <a href="http://news.calibre-ebook.com/periodical/living-digital">calibre
  14.     Periodicals</a>.
  15.     '''
  16.     language = 'en_IN'
  17.