.config/rss2email.cfg: Add comment feed for Titus' blog
[dotfiles-public.git] / src / .config / rss2email.cfg
1 [DEFAULT]
2 from = user@rss2email.invalid
3 use-8bit = False
4 force-from = False
5 use-publisher-email = False
6 friendly-name = True
7 to = wking@tremily.us
8 proxy = 
9 feed-timeout = 60
10 active = True
11 date-header = False
12 date-header-order = modified, issued, created, expired
13 bonus-header = 
14 trust-guid = True
15 encodings = US-ASCII, UTF-8
16 html-mail = False
17 use-css = False
18 css = h1 {
19         font: 18pt Georgia, "Times New Roman";
20         }
21         body {
22         font: 12pt Arial;
23         }
24         a:link {
25         font: 12pt Arial;
26         font-weight: bold;
27         color: #0000cc;
28         }
29         blockquote {
30         font-family: monospace;
31         }
32         .header {
33         background: #e0ecff;
34         border-bottom: solid 4px #c3d9ff;
35         padding: 5px;
36         margin-top: 0px;
37         color: red;
38         }
39         .header a {
40         font-size: 20px;
41         text-decoration: none;
42         }
43         .footer {
44         background: #c3d9ff;
45         border-top: solid 4px #c3d9ff;
46         padding: 5px;
47         margin-bottom: 0px;
48         }
49         border: solid 4px #c3d9ff;
50         }
51         margin-left: 5px;
52         margin-right: 5px;
53         }
54 unicode-snob = False
55 links-after-each-paragraph = False
56 body-width = 0
57 use-smtp = False
58 sendmail = /usr/sbin/sendmail
59 smtp-server = smtp.yourisp.net:25
60 smtp-auth = False
61 smtp-username = username
62 smtp-password = password
63 smtp-ssl = False
64 verbose = warning
65
66 [feed.rss2email]
67 url = http://www.allthingsrss.com/rss2email/feed/
68
69 [feed.xkcd]
70 url = http://xkcd.com/atom.xml
71
72 [feed.xkcd-what-if]
73 url = http://what-if.xkcd.com/feed.atom
74
75 [feed.indexed]
76 url = http://thisisindexed.com/feed/
77
78 [feed.biophysical-journal]
79 url = http://www.cell.com/rssFeed/biophysj/rss.NewIssueAndArticles.xml
80
81 [feed.pnas]
82 url = http://www.pnas.org/rss/current.xml
83
84 [feed.nature-issue]
85 url = http://feeds.nature.com/nature/rss/current
86
87 [feed.nature-aop]
88 url = http://feeds.nature.com/nature/rss/aop
89
90 [feed.python-checkins]
91 url = http://rss.gmane.org/messages/complete/gmane.comp.python.cvs
92
93 [feed.third-bit]
94 url = http://third-bit.com/blog/feed
95
96 [feed.third-bit-comments]
97 url = http://third-bit.com/blog/comments/feed
98
99 [feed.swc]
100 url = http://software-carpentry.org/feed.xml
101
102 [feed.amybrown]
103 url = http://amyrhoda.wordpress.com/feed/
104
105 [feed.wireless-patches]
106 url = http://linuxwireless.org/en/developers/Documentation/SubmittingPatches?diffs=1&show_att=1&action=rss_rc&unique=0&page=en%2Fdevelopers%2FDocumentation%2FSubmittingPatches&ddiffs=1
107
108 [feed.flameeyes]
109 url = http://blog.flameeyes.eu/articles.atom
110
111 [feed.planet-gentoo]
112 url = http://planet.gentoo.org/atom.xml
113
114 [feed.gentoo-universe]
115 url = http://planet.gentoo.org/universe/atom.xml
116
117 [feed.greg-kh]
118 url = http://www.kroah.com/log/index.rss
119
120 [feed.github-engineering]
121 url = https://github.com/blog/engineering.atom
122
123 [feed.github-ship]
124 url = https://github.com/blog/ship.atom
125
126 [feed.ctb]
127 url = http://ivory.idyll.org/blog/feeds/all.atom.xml
128
129 [feed.feed.ctb-comments]
130 url = http://ivory-blog.disqus.com/latest.rss
131
132 [feed.michael-nielsen]
133 url = http://michaelnielsen.org/blog/feed/
134
135 [feed.michael-nielsen-ddi]
136 url = http://www.michaelnielsen.org/ddi/feed/
137
138 [feed.peter-stuge]
139 url = http://peter.stuge.se/atom/1
140