summaryrefslogtreecommitdiff
path: root/planet/config.ini
blob: 734f4759003979bfd1bd8896826c48ff4f84bee3 (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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# Planet GStreamer configuration file

# Planet GStreamer updated from the
# /srv/gstreamer.freedesktop.org/www/bin/planet-update script.
# See /srv/gstreamer.freedesktop.org/planet/README for more setup information

# Every planet needs a [Planet] section
[Planet]
# name: Your planet's name
# link: Link to the main page
# owner_name: Your name
# owner_email: Your e-mail address
name = Planet GStreamer
link = http://gstreamer.freedesktop.org/
owner_name = GStreamer Crew
owner_email = gstreamer-devel@lists.sourceforge.net

# cache_directory: Where cached feeds are stored
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
# feed_timeout: number of seconds to wait for any given feed
cache_directory = cache
new_feed_items = 2
log_level = ERROR
feed_timeout = 20

# template_files: Space-separated list of output template files
template_files = src/examples/atom.xml.tmpl src/examples/rss20.xml.tmpl src/examples/rss10.xml.tmpl src/examples/opml.xml.tmpl src/examples/foafroll.xml.tmpl /srv/gstreamer.freedesktop.org/www/planet/index.html.tmpl

# The following provide defaults for each template:
# output_dir: Directory to place output files
# items_per_page: How many items to put on each page
# days_per_page: How many complete days of posts to put on each page
#                This is the absolute, hard limit (over the item limit)
# date_format: strftime format for the default 'date' template variable
# new_date_format: strftime format for the 'new_date' template variable
# encoding: output encoding for the file, Python 2.3+ users can use the
#           special "xml" value to output ASCII with XML character references
# locale: locale to use for (e.g.) strings in dates, default is taken from your
#         system. You can specify more locales separated by ':', planet will
#         use the first available one
output_dir = output
items_per_page = 60
days_per_page = 0
date_format = %B %d, %Y %I:%M %p
new_date_format = %B %d, %Y
encoding = utf-8
# locale = C


# To define a different value for a particular template you may create
# a section with the same name as the template file's filename (as given
# in template_files).

# Provide no more than 7 days articles on the front page
[/srv/gstreamer.freedesktop.org/www/planet/index.html.tmpl]
items_per_page = 30

# If non-zero, all feeds which have not been updated in the indicated
# number of days will be marked as inactive
activity_threshold = 90


# Options placed in the [DEFAULT] section provide defaults for the feed
# sections.  Placing a default here means you only need to override the
# special cases later.
[DEFAULT]
# Hackergotchi default size.
# If we want to put a face alongside a feed, and it's this size, we
# can omit these variables.
facewidth = 65
faceheight = 85


# Any other section defines a feed to subscribe to.  The section title
# (in the []s) is the URI of the feed itself.  A section can also be
# have any of the following options:
# 
# name: Name of the feed (defaults to the title found in the feed)
#
# Additionally any other option placed here will be available in
# the template (prefixed with channel_ for the Items loop).  We use
# this trick to make the faces work -- this isn't something Planet
# "natively" knows about.  Look at fancy-examples/index.html.tmpl
# for the flip-side of this.

[http://gstreamer.freedesktop.org/news/rss-1.0.xml]
name = GStreamer
link = http://gstreamer.freedesktop.org/news/
face = gstgotchi.png
facewidth = 80
faceheight = 80

[http://www.flumotion.net/news/rss-1.0.xml]
name = Flumotion
link = http://www.flumotion.net/news/
face = flumotion.png
facewidth = 48
faceheight = 48

[http://wingolog.org/feed/rss2/]
name = Andy Wingo
link = http://wingolog.org/
face = awingo.png
facewidth = 74
faceheight = 100

[http://www.hadess.net/feeds/posts/default]
name = Bastien Nocera
link = http://hadess.net/
face = hadess.png
facewidth = 63
faceheight = 80

[http://www.advogato.org/person/company/rss.xml]
name = Benjamin Otte
link = http://www.advogato.org/person/company/
face = company.png
facewidth = 58
faceheight = 80

[http://blogs.gnome.org/syndicate/uraeus]
name = Christian Schaller
link = http://blogs.gnome.org/uraeus 
face = uraeus.png
facewidth = 70
faceheight = 73

[http://www.schleef.org/blog/feed/]
name = David Schleef
#link = http://www.advogato.org/person/ds/
link = http://home.schleef.org/blog
face = ds.png
facewidth = 65
faceheight = 80

[http://www.advogato.org/person/omega/rss.xml]
name = Erik Walthinsen
link = http://www.advogato.org/person/omega/

[http://www.advogato.org/person/lmjohns3/rss.xml]
name = Leif Johnson
link = http://www.advogato.org/person/lmjohns3/

[http://masher.homeip.net/~jan/diary/index.xml]
name = Jan Schmidt
link = http://masher.homeip.net/~jan/diary/
face=thaytan.png
facewidth=65
faceheight=80

[http://www.advogato.org/person/jdahlin/rss.xml]
name = Johan Dahlin
link = http://www.advogato.org/person/jdahlin/

[http://dolphy-tech.net/log/?feed=rss2]
name = Julien Moutte
link = http://dolphy-tech.net/log
face=julien.png
facewidth=60
faceheight=68

[http://www.advogato.org/person/ensonic/rss.xml]
name = Stefan Kost
link = http://www.advogato.org/person/ensonic/
face = ensonic.png
facewidth = 64
faceheight = 85

[http://thomas.apestaart.org/log/wp-rss2.php]
name = Thomas Vander Stichele
link = http://thomas.apestaart.org/log
face = thomasvs.png
facewidth = 62
faceheight = 83

[http://zaheer.merali.org/wp-rss2.php]
name = Zaheer Abbas Merali
link = http://zaheer.merali.org/
face = zaheer.png
facewidth = 64
faceheight = 83

[http://www.advogato.org/person/zeenix/rss.xml]
name = Zeeshan Ali
link = http://www.advogato.org/person/zeenix/
face = zeenix.png
facewidth = 62
faceheight = 75

[http://blogs.gnome.org/syndicate/edwardrv]
name = Edward Hervey
link = http://blogs.gnome.org/portal/edwardrv
face = bilboed.png
facewidth = 60
faceheight = 76

[http://www.advogato.org/person/peaceandlove/rss.xml]
name = Iain Holmes
link = http://www.advogato.org/person/peaceandlove/

[http://fcarvalho.blogspot.com/feeds/posts/default]
name = Flavio Oliveira
link = http://fcarvalho.blogspot.com

[http://gstreamer.freedesktop.org/news/status-rss-1.0.xml]
name = GStreamer Newsletter
link = http://gstreamer.freedesktop.org
face = gstreamer.png
facewidth = 16
faceheight = 16

[http://blogs.sun.com/roller/rss/yippi]
name = Brian Cameron
link = http://blogs.sun.com/roller/page/yippi

[http://www.advogato.org/person/phkhal/rss.xml]
name = Philippe Khalaf
link = http://www.advogato.org/person/phkhal

[http://www.advogato.org/person/rillian/rss.xml]
name = Ralph Giles
link = http://www.advogato.org/person/rillian

[http://blog.mikeasoft.com/feed/]
name = Michael Sheldon
link = http://blog.mikeasoft.com/
face = elleo.png
facewidth = 80
faceheight = 76

[http://macslow.thepimp.net/?feed=rss2]
name = Mirco Müller
link = http://macslow.thepimp.net/
face = macslow.png
facewidth = 78
faceheight = 95

[http://base-art.net/Articles/rss.xml]
name = Phil Normand
link = http://base-art.net/
face = philn.png
facewidth = 85
faceheight = 115

[http://laszlopandy.com/feed/]
name = Laszlo Pandy
link = http://laszlopandy.com/

[http://abock.org/feed]
name = Aaron Bockover
link = http://abock.org/
face = abock.png
facewidth = 95
faceheight = 96

[http://mikesmith.wordpress.com/feed/]
name = Michael Smith
link = http://mikesmith.wordpress.com

[http://www.songbirdnest.com/ben/blog/feed]
name = Ben Turner
link = http://www.songbirdnest.com/ben/blog

[http://www.moovida.com/feeds/news]
name = Moovida News
link = http://www.moovida.com/feeds/news

[http://www.robot101.net/feed/]
name = Robert McQueen
link = http://www.robot101.net/
face = robot101.png
facewidth = 68
faceheight = 90

[http://thiagossantos.blogspot.com/atom.xml]
name = Thiago Sousa Santos
link = http://thiagossantos.blogspot.com/

[http://gstmediaservices.blogspot.com/atom.xml]
name = Roberto Fagá
link = http://gstmediaservices.blogspot.com/

[http://www.k-d-w.org/taxonomy/term/2/0/feed]
name = Sebastian Pölsterl
link = http://www.k-d-w.org/taxonomy/term/2/0

[http://www.jokosher.org/feed/]
name = Jokosher News
link = http://www.jokosher.org/

[http://www.tester.ca/category/english/feed/]
name = Olivier Crete
link = http://www.tester.ca/

[http://dotsony.blogspot.com/feeds/posts/default]
name = Brandon Lewis
link = http://dotsony.blogspot.com/

[http://richard-spiers.blogspot.com/feeds/posts/default]
name = Richard Spiers
link = http://richard-spiers.blogspot.com/

[http://renestadler.de/feed/]
name = René Stadler
link = http://renestadler.de

[http://felipec.wordpress.com/category/planet/feed/]
name = Felipe Contreras
link = http://felipec.wordpress.com

# 404 feed:
#[http://miquelangelfarre.blogspot.com/feeds/posts/default]
#name = Miquel Àngel
#link = http://miquelangelfarre.blogspot.com

[http://codeanticode.wordpress.com/feed/]
name = Gustavo Orrillo
link = http://codeanticode.wordpress.com/

[http://oxcsnicho-stamp.blogspot.com/feeds/posts/default]
name = Lin YANG
link = http://oxcsnicho-stamp.blogspot.com/

[http://rob.opendot.cl/index.php/feed/]
name = Robert Swain
link = http://rob.opendot.cl

[http://sjoerd.luon.net/tags/gnome/index.atom]
name = Sjoerd Simons
link = http://sjoerd.luon.net/tags/gnome/

[http://blog.fujii.eti.br/?cat=18&feed=rss2]
name = Luciana Fujii Pontello
link = http://blog.fujii.eti.br
face = luciana.png

[http://genuinepulse.blogspot.com/feeds/posts/default/-/gstreamer]
name = Andre Dieb Martins 
link = http://genuinepulse.blogspot.com/
# TODO
# Fluendo news

[http://piacentini.blog.br/category/GStreamer/feed]
name = Mauricio Piacentini
link = http://piacentini.blog.br

[http://guij.emont.org/blog/category/geekeries/feed]
name = Guillaume Emont
link = http://guij.emont.org/blog/category/geekeries/
face = guillameemont.png
facewidth = 65
faceheight = 100