diff --git a/recipes/beppe_grillo.recipe b/recipes/beppe_grillo.recipe new file mode 100644 index 0000000000..8c0bc48212 --- /dev/null +++ b/recipes/beppe_grillo.recipe @@ -0,0 +1,16 @@ +__license__ = 'GPL v3' + +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1327747616(BasicNewsRecipe): + title = u'Beppe Grillo' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + + feeds = [(u'Beppe Grillo', u'http://feeds.feedburner.com/beppegrillo/atom')] + description = 'Blog of the famous comedian and politician Beppe Grillo - v1.00 (28, January 2012)' + __author__ = 'faber1971' + + language = 'it' + diff --git a/recipes/la_voce.recipe b/recipes/la_voce.recipe new file mode 100644 index 0000000000..140adbb84c --- /dev/null +++ b/recipes/la_voce.recipe @@ -0,0 +1,15 @@ +__license__ = 'GPL v3' +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1324114228(BasicNewsRecipe): + title = u'La Voce' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + masthead_url = 'http://www.lavoce.info/binary/la_voce/testata/lavoce.1184661635.gif' + feeds = [(u'La Voce', u'http://www.lavoce.info/feed_rss.php?id_feed=1')] + __author__ = 'faber1971' + description = 'Italian website on Economy - v1.01 (17, December 2011)' + language = 'it' + + diff --git a/recipes/marketing_magazine.recipe b/recipes/marketing_magazine.recipe new file mode 100644 index 0000000000..55b6ea2584 --- /dev/null +++ b/recipes/marketing_magazine.recipe @@ -0,0 +1,16 @@ +__license__ = 'GPL v3' +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1327062445(BasicNewsRecipe): + title = u'Marketing Magazine' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + remove_javascript = True + masthead_url = 'http://www.simrendeogun.com/wp-content/uploads/2011/06/New-Marketing-Magazine-Logo.jpg' + feeds = [(u'My Marketing', u'http://feed43.com/0537744466058428.xml'), (u'My Marketing_', u'http://feed43.com/8126723074604845.xml'), (u'Venturini', u'http://robertoventurini.blogspot.com/feeds/posts/default?alt=rss'), (u'Ninja Marketing', u'http://feeds.feedburner.com/NinjaMarketing'), (u'Comunitàzione', u'http://www.comunitazione.it/feed/novita.asp'), (u'Brandforum news', u'http://www.brandforum.it/rss/news'), (u'Brandforum papers', u'http://www.brandforum.it/rss/papers'), (u'Disambiguando', u'http://giovannacosenza.wordpress.com/feed/')] + __author__ = 'faber1971' + description = 'Collection of Italian marketing websites - v1.00 (28, January 2012)' + language = 'it' + + diff --git a/recipes/satira.recipe b/recipes/satira.recipe new file mode 100644 index 0000000000..bb91b87eb2 --- /dev/null +++ b/recipes/satira.recipe @@ -0,0 +1,14 @@ +__license__ = 'GPL v3' +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1327351409(BasicNewsRecipe): + title = u'Satira' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + feeds = [(u'spinoza', u'http://feeds.feedburner.com/Spinoza'), (u'umore maligno', u'http://www.umoremaligno.it/feed/rss/'), (u'fed-ex', u'http://exfed.tumblr.com/rss'), (u'metilparaben', u'http://feeds.feedburner.com/metil'), (u'freddy nietzsche', u'http://feeds.feedburner.com/FreddyNietzsche')] + __author__ = 'faber1971' + description = 'Collection of Italian satiric blogs - v1.00 (28, January 2012)' + language = 'it' + + diff --git a/recipes/tech_economy.recipe b/recipes/tech_economy.recipe new file mode 100644 index 0000000000..6d21800e4e --- /dev/null +++ b/recipes/tech_economy.recipe @@ -0,0 +1,15 @@ +__license__ = 'GPL v3' +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1327051385(BasicNewsRecipe): + title = u'Tech Economy' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + masthead_url = 'http://www.techeconomy.it/wp-content/uploads/2012/01/Logo-TE9.png' + feeds = [(u'Tech Economy', u'http://www.techeconomy.it/feed/')] + remove_tags_after = [dict(name='div', attrs={'class':'cab-author-name'})] + __author__ = 'faber1971' + description = 'Italian website on technology - v1.00 (28, January 2012)' + language = 'it' + diff --git a/recipes/tomshardware_it.recipe b/recipes/tomshardware_it.recipe new file mode 100644 index 0000000000..688f3e74ab --- /dev/null +++ b/recipes/tomshardware_it.recipe @@ -0,0 +1,24 @@ +__license__ = 'GPL v3' +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1327434170(BasicNewsRecipe): + title = u"Tom's Hardware" + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + masthead_url = 'http://userlogos.org/files/logos/spaljeni/tomshardwre.png' + def get_article_url(self, article): + link = BasicNewsRecipe.get_article_url(self, article) + if link.split('/')[-1]=="story01.htm": + link=link.split('/')[-2] + a=['A', 'B', 'C', 'D', 'E', 'F', 'G', 'I', 'L' , 'N' , 'S' ] + b=['0', '.', '/', '?', '-', '=', '&', '_', 'http://', '.com', 'www.'] + for i in range(0,len(a)): + link=link.replace('0'+a[-i],b[-i]) + return link + feeds = [(u"Tom's Hardware", u'http://rss.feedsportal.com/c/32604/f/531080/index.rss')] + __author__ = 'faber1971' + description = 'Italian website on technology - v1.00 (28, January 2012)' + language = 'it' + +