-Trim down the unknown language recipe list

This commit is contained in:
Kovid Goyal 2009-07-22 15:45:50 -06:00
parent b589f00b3b
commit 70a254267c
8 changed files with 32 additions and 24 deletions

View File

@ -12,6 +12,7 @@ class AlJazeera(BasicNewsRecipe):
title = 'Al Jazeera in English' title = 'Al Jazeera in English'
__author__ = 'Darko Miletic' __author__ = 'Darko Miletic'
description = 'News from Middle East' description = 'News from Middle East'
language = _('English')
publisher = 'Al Jazeera' publisher = 'Al Jazeera'
category = 'news, politics, middle east' category = 'news, politics, middle east'
simultaneous_downloads = 1 simultaneous_downloads = 1

View File

@ -12,6 +12,7 @@ class Azstarnet(BasicNewsRecipe):
title = 'Arizona Daily Star' title = 'Arizona Daily Star'
__author__ = 'Darko Miletic' __author__ = 'Darko Miletic'
description = 'news from Arizona' description = 'news from Arizona'
language = _('English')
publisher = 'azstarnet.com' publisher = 'azstarnet.com'
category = 'news, politics, Arizona, USA' category = 'news, politics, Arizona, USA'
delay = 1 delay = 1

View File

@ -14,6 +14,7 @@ class CodingHorror(BasicNewsRecipe):
description = 'programming and human factors - Jeff Atwood' description = 'programming and human factors - Jeff Atwood'
category = 'blog, programming' category = 'blog, programming'
publisher = 'Jeff Atwood' publisher = 'Jeff Atwood'
language = _('English')
author = 'Jeff Atwood' author = 'Jeff Atwood'
oldest_article = 30 oldest_article = 30
max_articles_per_feed = 100 max_articles_per_feed = 100

View File

@ -16,6 +16,7 @@ class Sueddeutsche(BasicNewsRecipe):
use_embedded_content = False use_embedded_content = False
timefmt = ' [%a %d %b %Y]' timefmt = ' [%a %d %b %Y]'
max_articles_per_feed = 50 max_articles_per_feed = 50
language = _('English')
no_stylesheets = True no_stylesheets = True
html2epub_options = 'linearize_tables = True\nbase_font_size2=14' html2epub_options = 'linearize_tables = True\nbase_font_size2=14'
html2lrf_options = ['--ignore-tables'] html2lrf_options = ['--ignore-tables']

View File

@ -13,6 +13,7 @@ class MoneyNews(BasicNewsRecipe):
__author__ = 'Darko Miletic' __author__ = 'Darko Miletic'
description = 'Financial news worldwide' description = 'Financial news worldwide'
publisher = 'moneynews.com' publisher = 'moneynews.com'
language = _('English')
category = 'news, finances, USA, business' category = 'news, finances, USA, business'
oldest_article = 2 oldest_article = 2
max_articles_per_feed = 100 max_articles_per_feed = 100

View File

@ -15,6 +15,7 @@ class ScottHanselman(BasicNewsRecipe):
category = "Scott, Computer, Zen, .NET, C#, Hanselman, Scott, Weblog, Diabetes, Portland, Zimbabwe, ComputerZen.com - Scott Hanselman's Musings" category = "Scott, Computer, Zen, .NET, C#, Hanselman, Scott, Weblog, Diabetes, Portland, Zimbabwe, ComputerZen.com - Scott Hanselman's Musings"
publisher = 'Scott Hanselman' publisher = 'Scott Hanselman'
author = 'Scott Hanselman' author = 'Scott Hanselman'
language = _('English')
oldest_article = 30 oldest_article = 30
max_articles_per_feed = 100 max_articles_per_feed = 100
no_stylesheets = True no_stylesheets = True

View File

@ -15,6 +15,7 @@ class Slate(BasicNewsRecipe):
title = 'Slate' title = 'Slate'
description = 'A daily magazine on the Web, offering analysis and commentary about politics, news and culture.' description = 'A daily magazine on the Web, offering analysis and commentary about politics, news and culture.'
__author__ = 'GRiker@hotmail.com' __author__ = 'GRiker@hotmail.com'
language = _('English')
max_articles_per_feed = 40 max_articles_per_feed = 40
oldest_article = 7.0 oldest_article = 7.0
recursions = 0 recursions = 0

View File

@ -15,6 +15,7 @@ class StackOverflowBlog(BasicNewsRecipe):
category = 'blog, programming' category = 'blog, programming'
publisher = 'StackOverflow team' publisher = 'StackOverflow team'
oldest_article = 30 oldest_article = 30
language = _('English')
max_articles_per_feed = 100 max_articles_per_feed = 100
no_stylesheets = True no_stylesheets = True
use_embedded_content = True use_embedded_content = True