summaryrefslogtreecommitdiffstats
path: root/canto/conf.py
blob: 93cd36e54e2c98b9983121ddda550bce1ffbaec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# Auto-generated by canto because you don't have one.
# Please copy to/create ~/.canto/conf.py
from canto.extra import *

link_handler("chromium-browser \"%u\"")
image_handler("feh \"%u\"", fetch=True)

## Feeds
### Blogs I follow
add("http://becomingaglider.wordpress.com/feed/",
    tags=[None, "blogs"])
add("http://julien.danjou.info/blog/index.xml",
    tags=[None, "blogs"])
add("http://kakaroto.homelinux.net/feed/",
    tags=[None, "blogs"])
add("http://awhan.wordpress.com/feed/",
    tags=[None, "blogs"])
add("http://beej.us/blog/feed/",
    tags=[None, "blogs"])
add("http://feeds.feedburner.com/FalloutTutorials",
    tags=[None, "blogs"])
add("http://torvalds-family.blogspot.com/feeds/posts/default",
    tags=[None, "blogs"])
add("http://emacs.wordpress.com/feed/",
    tags=[None, "blogs"])
add("http://feedproxy.google.com/SaferCode",
    tags=[None, "blogs"])

### Programming-related feeds
add("http://z.about.com/6/g/cplus/b/rss2.xml",
    tags=[None, "devel"])
add("http://www.reddit.com/r/cpp/.rss",
    tags=[None, "devel"])
add("http://codebetter.com/blogs/MainFeed.aspx",
    tags=[None, "devel"])
add("http://www.codinghorror.com/blog/index.xml",
    tags=[None, "devel"])
add("http://devlicio.us/blogs/MainFeed.aspx",
    tags=[None, "devel"])
add("http://services.devx.com/outgoing/devxfeed.xml",
    tags=[None, "devel"])
add("http://www.dzone.com/feed/frontpage/rss.xml",
    tags=[None, "devel"])
add("http://www.reddit.com/r/ExpertProgramming/.rss",
    tags=[None, "devel"])
add("http://lambda-the-ultimate.org/rss.xml",
    tags=[None, "devel"])
add("http://www.reddit.com/r/programming/.rss",
    tags=[None, "devel"])
add("http://steve-yegge.blogspot.com/feeds/posts/default",
    tags=[None, "devel"])
add("http://www.reddit.com/r/systems/.rss",
    tags=[None, "devel"])

### Linux and Open Source-related feeds
add("http://blogs.the451group.com/opensource/feed/",
    tags=[None, "linux"])
add("http://www.reddit.com/r/commandline/.rss",
    tags=[None, "linux"])
add("http://www.desktoplinux.com/backend/headlines.rss",
    tags=[None, "linux"])
add("http://distrowatch.com/news/dw.xml",
    tags=[None, "linux"])
add("http://feeds.feedburner.com/fosswire",
    tags=[None, "linux"])
add("http://www.howtoforge.com/node/feed",
    tags=[None, "linux"])
add("http://www.ibm.com/developerworks/views/linux/rss/libraryview.jsp?type_by=Articles",
    tags=[None, "linux"])
add("http://www.ibm.com/developerworks/views/linux/rss/libraryview.jsp?type_by=Tutorials",
    tags=[None, "linux"])
add("http://feeds.feedburner.com/LinuxMagazine",
    tags=[None, "linux"])
add("http://www.linuxprogrammingblog.com/rss.xml",
    tags=[None, "linux"])
add("http://linuxtoday.com/backend/biglt.rss",
    tags=[None, "linux"])
add("http://www.linux.com/rss/feeds.php",
    tags=[None, "linux"])
add("http://www.linuxinsider.com/perl/syndication/rssfull.pl",
    tags=[None, "linux"])
add("http://lwn.net/headlines/newrss",
    tags=[None, "linux"])
add("http://blogs.zdnet.com/open-source/wp-rss2.php",
    tags=[None, "linux"])
add("http://ostatic.com/blog/feed",
    tags=[None, "linux"])
add("http://www.reddit.com/r/linux/.rss",
    tags=[None, "linux"])
add("http://www.theopenforce.com/atom.xml",
    tags=[None, "linux"])
add("http://www.ubuntugeek.com/feed/",
    tags=[None, "linux"])
add("http://www.warpedsystems.sk.ca/backend/index.xml",
    tags=[None, "linux"])

### Emacs-related feeds
add("http://wordpress.com/tag/emacs/feed/",
    tags=[None, "emacs"])
add("http://www.reddit.com/r/emacs/.rss",
    tags=[None, "emacs"])
add("http://planet.emacsen.org/atom.xml",
    tags=[None, "emacs"])

### N900-related feeds
add("http://www.reddit.com/r/n900/.rss",
    tags=[None, "n900"])
add("http://maemo.org/news/planet-maemo/rss.xml",
    tags=[None, "n900"])

### iPhone development-related feeds
add("http://icodeblog.com/feed/",
    tags=[None, "iphone"])
add("http://iphonesdkdev.blogspot.com/feeds/posts/default",
    tags=[None, "iphone"])
add("http://iphonedevelopertips.com/feed",
    tags=[None, "iphone"])

### Software I use
add("http://www.archlinux.org/feeds/news/",
    tags=[None, "software"])
add("http://gitlog.wordpress.com/feed/",
    tags=[None, "software"])
add("http://luakit.org/projects/luakit/news.atom",
    tags=[None, "software"])
add("http://rollingrelease.com/?feed=rss",
    tags=[None, "software"])
add("http://sourceforge.net/export/rss2_keepsake.php?group_id=134378",
    tags=[None, "software"])
add("http://valajournal.blogspot.com/feeds/posts/default",
    tags=[None, "software"])

### Game-related feeds
add("http://feeds.feedburner.com/qj/qjnet",
    tags=[None, "game"])

### Emulation-related feeds
add("http://feeds2.feedburner.com/cg-ngemu",
    tags=[None, "emulation"])
add("http://www.romhacking.net/romhackingdotnet.rss",
    tags=[None, "emulation"])
add("http://www.emulator-zone.com/rss_news.php",
    tags=[None, "emulation"])

### Funny feeds
add("http://feeds.feedburner.com/ClientsFromHell",
    tags=[None, "funny"])
add("http://feeds.feedburner.com/failblog",
    tags=[None, "funny"])
add("http://feeds2.feedburner.com/ICanHasCheezburger",
    tags=[None, "funny"])
add("http://feeds.feedburner.com/VeryDemotivational",
    tags=[None, "funny"])

### Webcomics
add("http://feeds.feedburner.com/AbstruseGoose",
    tags=[None, "comics"])
add("http://www.cad-comic.com/rss/rss.xml",
    tags=[None, "comics"])
add("http://www.thedevilbear.com/news/index.php?action=12",
    tags=[None, "comics"])
add("http://www.dieselsweeties.com/ds-unifeed.xml",
    tags=[None, "comics"])
add("http://feeds.dilbert.com/DilbertDailyStrip",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/Explosm",
    tags=[None, "comics"])
add("http://feedproxy.google.com/uclick/garfield",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/GeekAndPoke",
    tags=[None, "comics"])
add("http://feedproxy.google.com/uclick/imaginethis",
    tags=[None, "comics"])
add("http://lawlscomic.com/feed/",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/NotInventedHere",
    tags=[None, "comics"])
add("http://syndicated.livejournal.com/oglaf/data/rss",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/omaketheater",
    tags=[None, "comics"])
add("http://www.penny-arcade.com/rss.xml",
    tags=[None, "comics"])
add("http://www.phdcomics.com/gradfeed.php",
    tags=[None, "comics"])
add("http://www.pvponline.com/rss/?section=article",
    tags=[None, "comics"])
add("http://www.questionablecontent.net/QCRSS.xml",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/ScenesFromAMultiverse",
    tags=[None, "comics"])
add("http://www.stationv3.com/comic.xml",
    tags=[None, "comics"])
add("http://www.vgcats.com/vgcats.rdf.xml",
    tags=[None, "comics"])
add("http://feeds2.feedburner.com/virtualshackles",
    tags=[None, "comics"])
add("http://feeds.feedburner.com/walkingthelethe",
    tags=[None, "comics"])
add("http://xkcd.com/rss.xml",
    tags=[None, "comics"])

filters = [show_unread,
           with_tag_in("devel"),
           with_tag_in("linux"),
           with_tag_in("emacs"),
           with_tag_in("blogs"),
           with_tag_in("n900"),
           with_tag_in("iphone"),
           with_tag_in("game"),
           with_tag_in("emulation"),
           with_tag_in("funny"),
           with_tag_in("comics")]