Read Netzpolitik on your iPad or Kindle in no time. Click download to load the free ebook on your reader.

Check out all the available public recipes or write your own with these quick start guides. ReadBeam is built on calibre, so everything in the docs and the fora applies here as well.

Download for free »

netzpolitik.org ist ein deutschsprachiges Blog über Themen der digitalen Gesellschaft, unter anderem staatliche Überwachung, Open Source-Software, Telekommunikationsgesetze sowie Creative Commons und eine freie Wissensgesellschaft.

Language: de

Requires Subscription: No, it's available as free ebook

Schedule Every morning

			  from calibre.web.feeds.news import BasicNewsRecipe

class BasicUserRecipe1257093186(BasicNewsRecipe):
    title          = u'Netzpolitik'
    oldest_article = 14
    language = 'de'
    no_stylesheets = True
    __author__ = 'Kovid Goyal'
    max_articles_per_feed = 100
    remove_tags = [dict(id=['respond', 'ackt', 'nav', 'commentblock',
        'l_sidebar', 'r_sidebar']), dict(attrs={'class':['widgettitle',
            'bt-links', 'navigation']})]

    feeds          = [(u'Netzpolitik.org', u'http://www.netzpolitik.org/feed/')]