Update Joel on Software recipe

This commit is contained in:
Kovid Goyal 2009-12-11 19:49:46 -07:00
parent 85b38887bc
commit a56a063d64

View File

@ -18,11 +18,22 @@ class Joelonsoftware(BasicNewsRecipe):
use_embedded_content = True
oldest_article = 60
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
, '--category' , 'blog,software,news'
, '--author' , 'Joel Spolsky'
]
feeds = [(u'Articles', u'http://www.joelonsoftware.com/rss.xml')]