~ubuntu-branches/ubuntu/oneiric/calibre/oneiric

« back to all changes in this revision

Viewing changes to resources/recipes/las_vegas_review.recipe

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-06-21 10:18:08 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101808-aue828f532tmo4zt
Tags: 0.7.2+dfsg-1
* New major upstream version. See http://calibre-ebook.com/new-in/seven for
  details.
* Refresh patches to apply cleanly.
* debian/control: Bump python-cssutils to >= 0.9.7~ to ensure the existence
  of the CSSRuleList.rulesOfType attribute. This makes epub conversion work
  again. (Closes: #584756)
* Add debian/local/calibre-mount-helper: Simple and safe replacement for
  upstream's calibre-mount-helper, using udisks --mount and eject.
  (Closes: #584915, LP: #561958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from calibre.web.feeds.news import BasicNewsRecipe
 
2
 
 
3
class AdvancedUserRecipe1274742400(BasicNewsRecipe):
 
4
 
 
5
    title = u'Las Vegas Review Journal'
 
6
    __author__ = 'Joel'
 
7
    language = 'en'
 
8
 
 
9
    oldest_article = 7
 
10
 
 
11
    max_articles_per_feed = 100
 
12
 
 
13
    feeds = [
 
14
            (u'News', u'http://www.lvrj.com/news.rss'),
 
15
    (u'Business', u'http://www.lvrj.com/business.rss'),
 
16
    (u'Living', u'http://www.lvrj.com/living.rss'),
 
17
    (u'Opinion', u'http://www.lvrj.com/opinion.rss'),
 
18
    (u'Neon', u'http://www.lvrj.com/neon.rss'),
 
19
    (u'Image', u'http://www.lvrj.com/image.rss'),
 
20
    (u'Home & Garden', u'http://www.lvrj.com/home_and_garden.rss'),
 
21
    (u'Furniture & Design', u'http://www.lvrj.com/furniture_and_design.rss'),
 
22
    (u'Drive', u'http://www.lvrj.com/drive.rss'),
 
23
    (u'Real Estate', u'http://www.lvrj.com/real_estate.rss'),
 
24
    (u'Sports', u'http://www.lvrj.com/sports.rss')]