Read kath.net 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.
kath.net ist ein in Österreich betriebenes privates Online-Magazin, das im Jahr 1999 gegründet wurde und täglich Nachrichten aus der römisch-katholischen Kirche sowie eine Presseschau mit kirchlich relevanten Themen präsentiert. Nach eigenen Angaben orientiert es sich am Lehramt der katholischen Kirche.
Language: de
Requires Subscription: No, it's available as free ebook
Schedule Every morning
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1295262156(BasicNewsRecipe):
title = u'kath.net'
__author__ = 'Bobus'
description = u'Katholische Nachrichten'
oldest_article = 7
language = 'de'
max_articles_per_feed = 100
feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]
def print_version(self, url):
return url+"&print=yes"
extra_css = 'td.textb {font-size: medium;}'