Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 01-09-2011, 01:11 PM   #1
FAA
Junior Member
FAA began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2011
Device: Kindle
Recipes for Tiede, Talouselämä, Tekniikka ja Talous, The Project Syndicate

Hi.

As I don't have the skills to write recipes myself and would like to read some Finnish journals from my e-book reader from time to time I was wondering if anyone could help me out.

"Tiede" meaning science in English is popular science journal. Their website is here: http://www.tiede.fi/
and the feeds are here:
http://www.tiede.fi/rss-syotteet

The sections in English are as follows:
Kaikki lisäykset - All feeds
Artikkelit - Articles
Blogit- Blogs
Kysy asiantuntijalta - Ask from a specialist
Tiedekirjat - Books on science
Uutiset - News

"Talouselämä" means Business Life in English and well its self-explanatory.
The site is here: http://www.talouselama.fi/
and the feed is here: http://www.talouselama.fi/rss.xml

"Teknikka ja Talous" is Technology and Business in English:
The site: http://www.tekniikkatalous.fi/
and the feed: http://www.tekniikkatalous.fi/rss.xml

And last but not least The Project Syndicate is a site for op-ed articles by world renowned economists, activists, politicians, etc.

The site: http://www.project-syndicate.org/
and the feed: http://www.project-syndicate.org/feeds/ps.rss

Thanks in advance.
FAA is offline   Reply With Quote
Old 03-04-2011, 02:19 PM   #2
oneillpt
Connoisseur
oneillpt began at the beginning.
 
Posts: 62
Karma: 46
Join Date: Feb 2011
Device: Kindle 3 (cracked screen!); PW1; Oasis
Quote:
Originally Posted by FAA View Post
Hi.

As I don't have the skills to write recipes myself and would like to read some Finnish journals from my e-book reader from time to time I was wondering if anyone could help me out.

"Tiede" meaning science in English is popular science journal. Their website is here: http://www.tiede.fi/
and the feeds are here:
http://www.tiede.fi/rss-syotteet

The sections in English are as follows:
Kaikki lisäykset - All feeds
Artikkelit - Articles
Blogit- Blogs
Kysy asiantuntijalta - Ask from a specialist
Tiedekirjat - Books on science
Uutiset - News

"Talouselämä" means Business Life in English and well its self-explanatory.
The site is here: http://www.talouselama.fi/
and the feed is here: http://www.talouselama.fi/rss.xml

"Teknikka ja Talous" is Technology and Business in English:
The site: http://www.tekniikkatalous.fi/
and the feed: http://www.tekniikkatalous.fi/rss.xml

And last but not least The Project Syndicate is a site for op-ed articles by world renowned economists, activists, politicians, etc.

The site: http://www.project-syndicate.org/
and the feed: http://www.project-syndicate.org/feeds/ps.rss

Thanks in advance.
Try these.

Tiede:

Code:
class AdvancedUserRecipe1299243367(BasicNewsRecipe):
    title          = u'Tiede.fi'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript     = True
    remove_tags = [
                  dict(name='div', attrs={'id':'box_tieteessanyt'})
                ]

    feeds          = [(u'Tiede.fi - Tuoreimmat lis\xe4ykset', u'http://www.tiede.fi/rss_files/all.xml'), (u'Tiede.fi - Artikkelit', u'http://www.tiede.fi/rss_files/articles.xml'), (u'Tiede.fi - Blogit', u'http://www.tiede.fi/rss_files/blogs.xml'), (u'Tiede.fi - Kysy Asiantuntijalta', u'http://www.tiede.fi/rss_files/questions.xml'), (u'Tiede.fi - Tiedekirjat', u'http://www.tiede.fi/rss_files/books.xml'), (u'Tiede.fi - Uutiset', u'http://www.tiede.fi/rss_files/news.xml')]
Talouselämä:

Code:
class AdvancedUserRecipe1299243312(BasicNewsRecipe):
    title          = u'talouselama.fi'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript     = True
    
    feeds          = [(u'Talousel\xe4m\xe4', u'http://www.talouselama.fi/rss.xml')]

Project Syndicate:

Code:
class AdvancedUserRecipe1299183011(BasicNewsRecipe):
    title          = u'Project Syndicate'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript     = True
    remove_tags = [
                  dict(name='div', attrs={'id':'headerbg'}),
                  dict(name='div', attrs={'id':'menubar'}),
                  dict(name='div', attrs={'id':'lcol'}),
                  dict(name='div', attrs={'id':'footabove'}),
                  dict(name='div', attrs={'id':'facebook_button'}),
                  dict(name='div', attrs={'id':'pna'}),
                  dict(name='div', attrs={'class':'footer'}),
                  dict(name='div', attrs={'class':'action'}),
                  dict(name='div', attrs={'style':'float:right; margin-top:-15px;'}),
                  dict(name='a', attrs={'class':'twitter-share-button'}),
                  dict(name='a', attrs={'rel':'nofollow'}),
                  dict(name='div', attrs={'class':'infobox menu MOSTBOX'})
                ]
    
    feeds          = [(u'Project Syndicate', u'http://www.project-syndicate.org/feeds/ps.rss')]
oneillpt is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mystery and Crime Crofts, Freeman Wills: The Pit Prop Syndicate V1. 05 Sep 2010 weatherwax ePub Books (offline) 0 09-05-2010 01:01 PM
Where my recipes are kept? bthoven Calibre 6 02-26-2010 12:20 AM
Mystery and Crime Crofts, Freeman Wills: THE PIT PROP SYNDICATE. V1. 2 Jan 2009 crutledge Kindle Books (offline) 0 01-02-2009 04:47 PM
Mystery and Crime Crofts, Freeman Wills: THE PIT PROP SYNDICATE. V1. 2 Jan 2003 crutledge IMP Books (offline) 0 01-02-2009 04:44 PM
Mystery and Crime Crofts, Freeman Wills: THE PIT PROP SYNDICATE. V1. 2 Jan 2009 crutledge BBeB/LRF Books (offline) 0 01-02-2009 04:19 PM


All times are GMT -4. The time now is 07:18 AM.


MobileRead.com is a privately owned, operated and funded community.