mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Joel on Software recipe
This commit is contained in:
parent
85b38887bc
commit
a56a063d64
@ -18,11 +18,22 @@ class Joelonsoftware(BasicNewsRecipe):
|
|||||||
use_embedded_content = True
|
use_embedded_content = True
|
||||||
oldest_article = 60
|
oldest_article = 60
|
||||||
|
|
||||||
|
|
||||||
cover_url = 'http://www.joelonsoftware.com/RssJoelOnSoftware.jpg'
|
cover_url = 'http://www.joelonsoftware.com/RssJoelOnSoftware.jpg'
|
||||||
|
|
||||||
|
extra_css = '''
|
||||||
|
h1{font-size: x-small; color:#BF3306;}
|
||||||
|
h2{ color:#046380; font-size: large;}
|
||||||
|
.date{ color:#046380; font-size: x-small;}
|
||||||
|
.author{ color:#046380; font-size: small;}
|
||||||
|
body{font-family:Georgia,serif;font-size: small;}
|
||||||
|
'''
|
||||||
|
|
||||||
html2lrf_options = [ '--comment' , description
|
html2lrf_options = [ '--comment' , description
|
||||||
, '--category' , 'blog,software,news'
|
, '--category' , 'blog,software,news'
|
||||||
, '--author' , 'Joel Spolsky'
|
, '--author' , 'Joel Spolsky'
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [(u'Articles', u'http://www.joelonsoftware.com/rss.xml')]
|
feeds = [(u'Articles', u'http://www.joelonsoftware.com/rss.xml')]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user