diff --git a/resources/recipes/ourdailybread.recipe b/resources/recipes/ourdailybread.recipe index 6987ab2325..0b37880377 100644 --- a/resources/recipes/ourdailybread.recipe +++ b/resources/recipes/ourdailybread.recipe @@ -21,8 +21,7 @@ class OurDailyBread(BasicNewsRecipe): use_embedded_content = False category = 'religion' encoding = 'utf-8' - extra_css = ' #devoTitle{font-size: x-large; font-weight: bold} ' - + conversion_options = { 'comments' : description ,'tags' : category @@ -32,13 +31,13 @@ class OurDailyBread(BasicNewsRecipe): keep_only_tags = [dict(name='div', attrs={'class':['altbg','text']})] remove_tags = [dict(name='div', attrs={'id':['ctl00_cphPrimary_pnlBookCover']}), - dict(name='div', attrs={'class':['devotionalLinks']}) ] extra_css = ''' .text{font-family:Arial,Helvetica,sans-serif;font-size:x-small;} .devotionalTitle{font-family:Arial,Helvetica,sans-serif; font-size:large; font-weight: bold;} .devotionalDate{font-family:Arial,Helvetica,sans-serif; font-size:xx-small;} .devotionalVerse{font-family:Arial,Helvetica,sans-serif; font-size:xx-small; } + a{color:#000000;font-family:Arial,Helvetica,sans-serif; font-size:x-small;} ''' feeds = [(u'Our Daily Bread', u'http://www.rbc.org/rss.ashx?id=50398')] diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index ae32d9dbd6..f9d1882b9a 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -21,6 +21,7 @@ What formats does |app| support conversion to/from? It can convert every input format in the following list, to every output format. *Input Formats:* CBZ, CBR, CBC, EPUB, FB2, HTML, LIT, LRF, MOBI, ODT, PDF, PRC**, PDB, PML, RB, RTF, TCR, TXT + *Output Formats:* EPUB, FB2, OEB, LIT, LRF, MOBI, PDB, PML, RB, PDF, TCR, TXT ** PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers @@ -233,9 +234,9 @@ If you are reasonably proficient with computers, you can teach |app| to download Otherwise, you can register a request for a particular news site by adding a comment `here `_. -Can I use web2lrf to download an arbitrary website? +Can I use web2disk to download an arbitrary website? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -``web2lrf --url http://mywebsite.com default`` +``web2disk http://mywebsite.com`` Miscellaneous --------------