]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
Real name for Horms.
[deb/hackedgotchi.git] / config / config.ini
1 # Planet configuration file
2
3 # Every planet needs a [Planet] section
4 [Planet]
5 # name: Your planet's name
6 # link: Link to the main page
7 # owner_name: Your name
8 # owner_email: Your e-mail address
9 name = Planet Debian
10 link = http://planet.debian.org/
11 owner_name = Benjamin Mako Hill
12 owner_email = mako@debian.org
13
14 # cache_directory: Where cached feeds are stored
15 # new_feed_items: Number of items to take from new feeds
16 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
17 cache_directory = cache
18 new_feed_items = 2
19 log_level = DEBUG
20
21 # template_files: Space-separated list of output template files
22 template_files = templates/index.html.tmpl planet/examples/rss20.xml.tmpl planet/examples/rss10.xml.tmpl planet/examples/opml.xml.tmpl planet/examples/foafroll.xml.tmpl
23
24 # The following provide defaults for each template:
25 # output_dir: Directory to place output files
26 # items_per_page: How many items to put on each page
27 # days_per_page: How many complete days of posts to put on each page
28 #                This is the absolute, hard limit (over the item limit)
29 # date_format: strftime format for the default 'date' template variable
30 # new_date_format: strftime format for the 'new_date' template variable
31 # encoding: output encoding for the file, Python 2.3+ users can use the
32 #           special "xml" value to output ASCII with XML character references
33 # locale: locale to use for (e.g.) strings in dates, default is taken from your
34 #         system
35 output_dir = www
36 items_per_page = 60
37 days_per_page = 0
38 date_format = %d %B, %Y %I:%M%p
39 new_date_format = %B %d, %Y
40 encoding = utf-8
41 # locale = C
42
43
44 # To define a different value for a particular template you may create
45 # a section with the same name as the template file's filename (as given
46 # in template_files).
47
48 # Provide no more than 7 days articles on the front page
49 [templates/index.html.tmpl]
50 date_format = %I:%M%P
51
52
53 # Options placed in the [DEFAULT] section provide defaults for the feed
54 # sections.  Placing a default here means you only need to override the
55 # special cases later.
56 [DEFAULT]
57 # Hackergotchi default size.
58 # If we want to put a face alongside a feed, and it's this size, we
59 # can omit these variables.
60 facewidth = 65
61 faceheight = 85
62
63
64 ############################## FEEDS ##############################
65 #
66 # ADD YOURSELF IN ALPHABETICAL ORDER BELOW
67 #
68 ###################################################################
69
70 # The URL of the feed goes in the []s.
71 # name = Your name
72 # face = filename of your hackergotchi in heads (or leave out entirely)
73 # facewidth/faceheight = size of your hackergotchi, if not default
74
75 [http://debian.doogie.brainfood.com/blog/?feed=rss2]
76 name = Adam Heath
77 face = doogie.png
78 faceheight = 115
79
80 [http://adam.rosi-kessel.org/index.rss]
81 name = Adam Rosi-Kessel
82 face = kessel.png
83 faceheight = 99
84
85 [http://chistera.yi.org/~adeodato/blog/rss/debian.xml]
86 name = Adeodato Simó
87 face = dato3.png
88 facewidth = 81
89 faceheight = 100
90
91 [http://aigarius.blogspot.com/atom.xml]
92 name = Aigars Mahinovs
93 face = aigarius_hg.png
94 facewidth = 85
95 faceheight = 116
96
97 [http://log.schmehl.info/Debian/index.rss]
98 name = Alexander Schmehl
99 face = tolimar.png
100
101 [http://www.formorer.de/blogs/index.php?/feeds/categories/2-Debian.rss]
102 name = Alexander Wirt
103 face = formorer.png
104 facewidth = 94
105 faceheight = 101
106
107 [http://www.sukria.net/en/feed/rss2/]
108 name = Alexis Sukrieh
109 face = sukria.png
110
111 [http://www.livejournal.com/users/amayita/data/rss/]
112 name = Amaya Rodrigo
113 face = amaya.png
114 faceheight = 111
115
116 [http://www.advogato.org/person/andrelop/rss.xml]
117 name = Andre Luis Lopes
118
119 [http://blogs.turmzimmer.net/en/index.rss]
120 name = Andreas Barth
121
122 [http://downhill.aus.cc/blog/debian/changelog.rss]
123 name = Andreas Metzler
124
125 [http://www.andressh.net/rss/andressh.xml]
126 face = andressh.png
127 name = Andres Seco Hernandez
128
129 [http://blog.andrew.net.au/planetdebian/index.rss]
130 name = Andrew Pollock
131 face = apollock.png
132 facewidth = 88
133 faceheight = 103
134
135 [http://rottylog.yi.org/wp-rss2.php]
136 name = Andreas Rottmann
137 face = rotty.jpg
138 facewidth = 95
139 faceheight = 115
140
141 [http://www.schuldei.org/weblog/blog//?flav=rss]
142 name = Andreas Schuldei
143
144 [http://blog.anselms.net/debian/index.rss]
145 name = Anselm Lingnau
146
147 [http://azure.humbug.org.au/~aj/blog/planetdebian/index.rss]
148 name = Anthony Towns
149 face = ajt.png
150 facewidth = 77
151 faceheight = 96
152
153 [http://antti-juhani.kaijanaho.info/newblog/archives/category/english/feed]
154 name = Antti-Juhani Kaijanaho
155 face = antti.png
156 facewidth = 79
157 faceheight = 96
158
159 [http://go-team-ari.livejournal.com/data/rss]
160 name = Ari Pollak
161 face = ari.png
162 facewidth = 75
163 faceheight = 92
164
165 [http://www.edev.be/blog/wp-rss2.php?cat=2]
166 name = Arnaud Vandyck
167 face = avdyk.png
168 facewidth = 65
169 faceheight = 82
170
171 [http://blog.aurel32.net/wp-rss2.php?cat=1]
172 name = Aurelien Jarno
173 face = aurel32.png
174 facewidth = 65
175 faceheight = 85
176
177 [http://noone.org/blog/English/index.rss]
178 name = Axel Beckert
179 face = xtaran.png
180 facewidth = 102
181 faceheight = 104
182
183 [http://www.yepthatsme.com/wp-feed.php?feed=rss2&cat=9]
184 name = Barry Hawkins
185 face = barryh.png
186 facewidth = 65
187 faceheight = 85
188
189 [http://jabba.uaznia.net/rss?fenio]
190 name = Bartosz Feński
191 face = fenio.png
192 facewidth = 94
193 faceheight = 100
194
195 [http://baruch.ev-en.org/blog/index.rss2]
196 name = Baruch Even
197
198 [http://www.gag.com/cgi-bin/blosxom/index.rss]
199 name = Bdale Garbee
200 face = bdale.png
201 facewidth = 58
202
203 [http://www.grassouille.org/blog/index.php/Debian?flav=rss2]
204 name = Benjamin Drieu
205 face = benj.png
206 facewidth = 72
207 faceheight = 96
208
209 [http://mako.cc/copyrighteous/?flav=rss]
210 name = Benjamin Mako Hill
211 face = mako.gif
212 facewidth = 65
213 faceheight = 93
214
215 [http://pcpool00.mathematik.uni-freiburg.de/~brl/blog/changelog.rss]
216 name = Bernhard R. Link
217
218 [http://necrotic.deadbeast.net/~branden/blog/exuberance?flav=rss]
219 name = Branden Robinson
220 face = branden.png
221 facewidth = 90
222 faceheight = 103
223
224 [http://www.sommitrealweird.co.uk/blog/?flav=atom]
225 name = Brett Parker
226
227 [http://www.bbassett.net/blog/debian-rss.xml]
228 name = Brian Bassett
229
230 [http://bignachos.com/?feed=rss2]
231 name = Brian Nelson
232 face = pyro.png
233 facewidth = 71
234 faceheight = 102
235
236 [http://www.livejournal.com/users/claviola/rss]
237 name = Carlos Laviola
238 face = claviola.png
239 facewidth = 95
240 faceheight = 115
241
242 [http://debian.nullcode.org/b/index.rss]
243 name = Chris Anderson
244
245 [http://cheney.cx/site/blog/feed/atom/]
246 name = Chris Cheney
247
248 [http://frisia.middle-earth.us/archives/category/planet/feed]
249 name = Christine Spang
250 face = christine.png
251 facewidth = 78
252 faceheight = 95
253
254 [http://xana.scru.org/index.atom]
255 name = Clint Adams
256
257 [http://web.verbum.org/?flav=rss]
258 name = Colin Walters
259 face = walters.png
260 facewidth = 65
261 faceheight = 81
262
263 [http://riva.ucam.org/~cjwatson/blog/index.rss]
264 name = Colin Watson
265 face = cjwatson.png
266 facewidth = 70
267 faceheight = 82
268
269 [http://www.advogato.org/person/seeS/rss.xml]
270 name = Craig Small
271
272 [http://blog.daniel-baumann.ch/planet-debian-aggregator/index.rss]
273 name = Daniel Baumann
274 face = panthera.png
275 facewidth = 94
276 faceheight = 102
277
278 [http://lambdaman.blogspot.com/atom.xml]
279 name = Daniel Burrows
280 face = dburrows.png
281 facewidth = 80
282 faceheight = 69
283
284 [http://www.livejournal.com/users/mirrorlynx/data/rss]
285 name = Dan Weber
286
287 [http://www.flexserv.de/blog/index.rss]
288 name = Daniel J. Priem
289 face = codebreaker.png
290 facewidth = 66
291 faceheight = 91
292
293 # Disabled because it's not used any more and not right to feed pdn
294 # [http://www.livejournal.com/users/terryfish/data/rss]
295 # name = Daniel Silverstone
296 # face = kinnison.png
297 # facewidth = 75
298 # faceheight = 96
299
300 [http://blog.digital-scurf.org/?flav=atom]
301 name = Daniel Silverstone
302 face = kinnison.png
303 facewidth = 75
304 faceheight = 96
305
306 [http://www.fooishbar.org/blog/?flav=rss]
307 name = Daniel Stone
308 face = daniels.png
309 faceheight = 107
310
311 [http://dannf.org/bloggf/tech?flav=rss]
312 name = Dann Frazier
313 face = dannf.png
314 facewidth = 64
315 faceheight = 89
316
317 [http://www.livejournal.com/users/gravityboy/data/rss]
318 name = David Nusinow
319 face = dnusinow.png
320 faceheight = 85
321 facewidth = 56
322
323 [http://www.davidpashley.com/cgi/pyblosxom.cgi?flav=atom]
324 name = David Pashley
325 face = jd.png
326 faceheight = 84
327
328 [http://journal.dedasys.com/xml/rss20/feed.xml]
329 name = David Welton
330
331 [http://dirk.eddelbuettel.com/blog/index.rss]
332 name = Dirk Eddelbuettel
333 face = dirk.png
334 faceheight = 90
335
336 [http://usefulinc.com/edd/blog/rss91]
337 name = Edd Dumbill
338 face = edd.png
339 facewidth = 62
340 faceheight = 80
341
342 [http://www.enricozini.org/blog/tags/pdo?flav=rss]
343 name = Enrico Zini
344
345 [http://ema.homeip.net/blog/debian/?flav=rss]
346 name = Emanuele Rocca
347 face = ema.png
348 facewidth = 77
349 faceheight = 85
350
351 [http://warmenhoven.org/blog/feed/]
352 name = Eric Warmenhoven
353
354 [http://blog.drinsama.de/erich/en/index.rss]
355 name = Erich Schubert
356 face = erich.png
357 facewidth = 76
358 faceheight = 100
359
360 [http://erinn.org/itis/lieutenant/index.rss]
361 name = Erinn Clark
362 face = erinn.png
363 facewidth = 70
364 faceheight = 81
365
366 [http://www.fabbione.net/blog?flav=rss]
367 name = Fabio M. Di Nitto
368 face = fabbione.png
369 facewidth = 65
370 faceheight = 89
371
372 [http://people.initd.org/fog/?flav=rss]
373 name = Federico Di Gregorio
374
375 [http://www.advogato.org/person/fweiden/rss.xml]
376 name = Fernanda Weiden
377 face = nanda.png
378 facewidth = 55
379 faceheight = 70
380
381 [http://slider.rack66.net/~mechanix/blog/?flav=atom]
382 name = Filip Van Raemdonck
383 face = mechanix.png
384 facewidth = 71
385 faceheight = 94
386
387 [http://www.livejournal.com/users/djpig/data/rss]
388 name = Frank Lichtenheld
389
390 [http://frankiebloggie.blogspot.com/atom.xml]
391 name = Francesco P. Lovergine
392 face = frankie.png
393 facewidth = 97
394 faceheight = 114
395
396 [http://ukai.org/b/log/debian/?flav=rss]
397 name = Fumitoshi Ukai
398 face = ukai.png
399 facewidth = 65
400 faceheight = 85
401
402 [http://ganneff.de/blog/index.rss]
403 name = Joerg Jaspert
404
405 [http://alfie.ist.org/blog/index.rss]
406 name = Gerfried Fuchs
407 face = alfie2.png
408 faceheight = 75
409
410 [http://bonehunter.rulez.org/~algernon/blog/index.atom]
411 name = Gergely Nagy
412 face = algernon.png
413 facewidth = 110
414 faceheight = 85
415
416 [http://www.gotom.jp/~gotom/cgi-bin/blosxom.cgi/index.rss]
417 name = GOTO Masanori
418
419 [http://www.gwolf.org/xml/blog.rss]
420 name = Gunnar Wolf
421 face = gwolf.png
422 facewidth = 60
423 faceheight = 102
424
425 [http://www.advogato.org/person/kov/rss.xml]
426 name = Gustavo Noronha Silva
427 face = kov.png
428 facewidth = 69
429 faceheight = 90
430
431 [http://www.advogato.org/person/gadek/rss.xml]
432 name = Grzegorz B. Prokopski
433
434 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
435 name = Hanna Wallach
436 face = hanna.png
437 facewidth = 59
438 faceheight = 85
439
440 [http://layer-acht.org/blog/debian/changelog.rss]
441 name = Holger Levsen
442 face = h01ger.png
443 facewidth = 86
444 faceheight= 110
445
446 [http://ianmurdock.com/index-full.xml]
447 name = Ian Murdock
448 face = imurdock.png
449 facewidth = 79
450 faceheight = 109
451
452 [http://genibel.org/blog/rss.php?cat=Debian]
453 name = Igor Genibel
454 face = igor.genibel.png
455 facewidth = 65
456 faceheight = 85
457
458 [http://people.warp.es/~isaac/blog/wp-rss2.php]
459 name = Isaac Clerencia
460
461 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
462 name = Isaac Jones
463 face = isaac.png
464 facewidth = 90
465 faceheight = 89
466
467 # 2005-07-06 jordi
468 # Feed is 404.
469 # [http://home.o2w.net/~ivo/index/debian/index.rss]
470 # name = Ivo Timmermans
471
472 [http://raw-output.org/feed/rss2]
473 name = Jacobo Tarrío Barreiro
474 face = jacobo.png
475 facewidth = 71
476 faceheight = 95
477
478 [http://javierlinares.com/blog/debian.xml]
479 name = Javier Linares
480 face = jlinares.png
481 facewidth = 60
482
483 # 2005-07-06 jordi
484 # Feed is 404.
485 #[http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
486 #name = Javier Viñuales Gutiérrez
487
488 [http://www.braincells.com/debian/index.rss]
489 name = Jaldhar Vyas
490 face = jaldhar.png
491 facewidth = 104
492 faceheight = 102
493
494 [http://phython.blogspot.com/atom.xml]
495 name =  James Morrison
496
497 [http://jeanmichel.kelbert.com/?feed=rss2&cat=2]
498 name = Jean-Michel Kelbert 
499
500 [http://www.raspberryginger.com/jbailey/weblog/?flav=rss]
501 name = Jeff Bailey
502
503 [http://www.licquia.org/wp-rss2.php?cat=6]
504 name = Jeff Licquia
505
506 [http://beta.pumuki.org/?q=blog/feed/1]
507 name = Jesus Climent
508 face = jcliment.png
509 faceheight = 79
510
511 [http://pensezbien.org/?flav=rss]
512 name = Jimmy Kaplowitz
513
514 [http://www.sacredchao.net/~piman/journal/feed]
515 name = Joe Wreschnig
516 face = piman.png
517 faceheight = 93
518
519 [http://www.wendlandnet.de/joerg/blog/en/index.rss]
520 name = Joerg Wendland
521 face = jwendland.png
522 faceheight = 89
523
524 [http://kitenet.net/~joey/blog/index.rss]
525 name = Joey Hess
526 face = joeyh2.png
527 facewidth = 84
528 faceheight = 75
529
530 [http://changelog.complete.org/rss.xml]
531 name = John Goerzen
532
533 [http://www.earth.li/~noodles/blog/index.rss]
534 name = Jonathan McDowell
535
536 [http://oskuro.net/blog?flav=rss]
537 name = Jordi Mallach
538 face = oskuro.png
539 faceheight = 77
540
541 [http://www.tribulaciones.org/blog/index.rss2]
542 name = Jose Carlos Garcia Sogo
543 face = jsogo.png
544 faceheight = 100
545 facewidth = 74
546
547 [http://triplehelix.org/blog/wp-rss2.php]
548 name = Joshua Kwan
549 face = joshk.png
550 facewidth = 69
551 faceheight = 92
552
553 [http://www.livejournal.com/users/np237/data/rss]
554 name = Josselin Mouette
555 face = np237.png
556 facewidth = 103
557 faceheight = 137
558
559 [http://blog.technologeek.org/feed]
560 name = Julien Blache
561 face = jblache.png
562 facewidth = 65
563 faceheight = 89
564
565 [http://julien.danjou.info/blog/rss.php?lang=en]
566 name = Julien Danjou
567 face = jdanjou.png
568 facewidth = 50
569 faceheight = 57
570
571 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
572 name = Junichi Uekawa
573 face = dancer.png
574 facewidth = 75
575 faceheight = 97
576
577 [http://natalian.org/archives/category/debian/atom]
578 name = Kai Hendry
579 face = kai.png
580 faceheight = 78
581
582 [http://b9.com/index.rdf]
583 name = Kevin Rosenberg
584
585 [http://kmuto.jp/b.cgi/debian/index.rss]
586 name = Kenshi Muto
587 face = kmuto.png
588 facewidth = 64
589 faceheight = 97
590
591 [http://blog.kyle.mcmartin.ca/?feed=rss2]
592 name = Kyle McMartin
593 face = mcmartin.png
594 faceheight = 100
595
596 [http://liw.iki.fi/liw/log/log.rss]
597 name = Lars Wirzenius
598
599 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
600 name = Manoj Srivastava
601 face = manoj2.png
602 facewidth = 65
603 faceheight = 83
604
605 [http://gonzo.dicp.de/~he/blog/feeds/index.rss2]
606 name = Marc 'HE' Brockschmidt
607
608 #[http://blog.zugschlus.de/feeds/categories/15-Debian-English.rss]
609 #name = Marc 'Zugschlus' Haber
610
611 [http://blog.bofh.it/?format=atom03]
612 name = Marco d'Itri
613 face = md.jpg
614 facewidth = 96
615 faceheight = 95
616
617 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
618 name = Margarita Manterola
619 face = marga.png
620 facewidth = 87
621 faceheight = 113
622
623 [http://www.sirena.org.uk/log/?feed=atom]
624 name = Mark Brown
625
626 [http://blog.zobel.ftbfs.de/debian/index.rss]
627 name = Martin Zobel-Helas
628 face = zobel.png
629
630 [http://tildemh.com/blog/debian/index.rss]
631 name = Mark Howard
632
633 [http://q-funk.blogspot.com/atom.xml]
634 name = Martin-Éric Racine
635 face = qfunk.png
636 facewidth = 57
637
638 [http://blog.madduck.net/?flav=atom0.3-beta]
639 name = Martin F. Krafft
640 face = madduck.png
641 facewidth = 75
642 faceheight = 94
643
644 [http://www.cyrius.com/journal/?flav=atom]
645 name = Martin Michlmayr
646 face = tbm.png
647 facewidth = 67
648 faceheight = 90
649
650 [http://www.infodrom.org/~joey/log/joey.rdf]
651 name = Martin 'Joey' Schulze
652
653 [http://www.mhatta.org/blosxom/blosxom.cgi/index.rss]
654 name = Masayuki Hatta
655 face = mhatta.png
656 facewidth = 77
657 faceheight = 85
658
659 [http://www.advogato.org/person/mbrubeck/rss.xml]
660 name = Matt Brubeck
661 face = mbrubeck.png
662 faceheight = 88
663
664 [http://logicvortex.net/diary/planetdebian/index.rss10]
665 name = Matt Hope
666 face = dopey.png
667 faceheight = 65
668 facewidth = 66
669
670 [http://www.livejournal.com/users/mjg59/data/rss]
671 name = Matthew Garrett
672 face = mjg59-pig.png
673 facewidth = 65 
674 faceheight = 85
675
676 [http://www.advogato.org/person/mjg59/rss.xml]
677 name = Matthew Garrett
678 face = mjg59.png
679 facewidth = 72
680 faceheight = 83
681
682 [http://www.hezmatt.org/~mpalmer/blog/general/index.rss]
683 name = Matthew Palmer
684 face = mpalmer.png
685 facewidth = 55
686 faceheight = 70
687
688 [http://www.livejournal.com/users/smurf_debian/data/rss]
689 name = Matthias Urlichs
690 face = smurf.png
691 facewidth = 65
692 faceheight = 85
693
694 [http://youam.de/~alphascorpii/blog/index.rss]
695 name = Meike Reichle
696 face = meike.png
697 faceheight = 76
698
699 [http://www.grinser.de/~abi/wp/wp-rss2.php?cat=8]
700 name = Michael Ablassmeier
701
702 [http://www.advogato.org/person/mbanck/rss.xml]
703 name = Michael Banck
704 face = azeem.png
705 facewidth = 64
706 faceheight = 79
707
708 [http://base0.net/taxonomy/term/25/0/feed]
709 name = Michael Janssen
710 face = jamuraa.png
711 facewidth = 59
712
713 [http://classpath.wildebeest.org/dairy-man-di/wp-rss2.php]
714 name = Michael Koch
715
716 [http://xerakko.livejournal.com/data/rss]
717 name = Miguel Gea
718 face = miguelgea.png
719 facewidth = 70
720 faceheight = 79
721
722 [http://www.debianslashrules.org/index.rss20]
723 name = Mike Beattie
724 face = mjb.png
725 facewidth = 77
726 faceheight = 97
727
728 [http://web.glandium.org/blog/?feed=rss2&cat=5]
729 name = Mike Hommey
730
731 [http://mjr.towers.org.uk/blog/all.rss]
732 name = MJ Ray
733 face = mjray2.png
734 faceheight = 94
735
736 [http://www.livejournal.com/users/morayallan/data/rss]
737 name = Moray Allan
738 face = moray.png
739 facewidth = 71
740 faceheight = 84
741
742 [http://www.inittab.de/blog/?flav=rss20]
743 name = Norbert Tretkowski
744 face = nobse.png
745 faceheight = 106
746 facewidth = 90
747
748 [http://hackers.propus.com.br/~pablo/rss/]
749 name = Pablo Lorenzzoni
750 face = spectra.png
751 faceheight = 89
752
753 [http://www.redellipse.net/stuff/Debian/index.rss]
754 name = Pascal Hakim
755 face = pasc.png
756 faceheight = 84
757
758 [http://paul.luon.net/journal/index.xml]
759 name = Paul van Tilburg
760
761 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
762 name = Per-Arne Hellarvik
763 face = per-arne.png
764 facewidth = 65
765 faceheight = 85
766
767 [http://www.advogato.org/person/weasel/rss.xml]
768 name = Peter Palfrader
769 face = weasel.png
770 facewidth = 56
771
772 [http://pvaneynd.blogspot.com/atom.xml]
773 name = Peter Van Eynde
774 face = pvaneynd.png
775 facewidth = 59
776 faceheight = 100
777
778 [http://blog.philkern.de/feeds/categories/4-Debian.rss]
779 name = Philipp Kern
780 face = pkern.png
781 facewidth = 69
782 faceheight = 85
783
784 [http://blog.madism.org/rss.php?lang=en]
785 name = Pierre Habouzit
786 face = phabouzit.png
787 facewidth = 64
788 faceheight = 82
789
790 [http://machard.org/blog/wp-rss2.php?cat=2]
791 name = Pierre Machard
792 face = machard.png
793 faceheight = 84
794
795 [http://spradu.blogspot.com/atom.xml]
796 name = Radu Spineanu
797
798 [http://www.khensu.org/xml-rss2.php?full=yes]
799 name = Randall Donald
800 face = rdonald.png
801 facewidth = 85
802 faceheight = 85
803
804 [http://www.ouaza.com/wordpress/category/debian/feed/]
805 name = Raphaël Hertzog
806 face = hertzog.png
807 facewidth = 62
808 faceheight = 90
809
810 [http://remi.vanicat.free.fr/blog/index.php/category/debian-planet/feed/]
811 name = Remi Vanicat
812
813 [http://www.livejournal.com/users/nchip/data/rss]
814 name = Riku Voipio
815 face = nchip.png
816 facewidth = 70
817 faceheight = 85
818
819 [http://www.robster.org.uk/blog/?flav=atom]
820 name = Rob Bradford
821
822 [http://blog.floopily.org/feed/]
823 name = Rob Taylor
824
825 [http://advogato.org/person/robertc/rss.xml]
826 name = Robert Collins
827
828 [http://www.robot101.net/feed/]
829 name = Robert McQueen
830
831 [http://spacehunt.info/rss.php]
832 name = Roger So
833
834 [http://roland.entierement.nu/index.php/archives/category/geek-en/rss2]
835 name = Roland Mas
836 face = lolando.png
837 facewidth = 55
838 faceheight = 59
839
840 [http://orebokech.com/debian/changelog.rss]
841 name = Romain Francoise
842
843 [http://www.burtonini.com/blog/index.rss2]
844 name = Ross Burton
845 face = ross.png
846 facewidth = 60
847 faceheight = 78
848
849 [http://www.advogato.org/person/neuro/rss.xml]
850 name = Ryan Murray
851
852 [http://sam.zoy.org/blog/rss20.xml?cat=debian]
853 name = Sam Hocevar
854 face = hocevar2.png
855 facewidth = 65
856 faceheight = 89
857
858 [http://www.ringworld.org/~dieman/debianblog/index.xml]
859 name = Scott Dier
860
861 [http://www.netsplit.com/blog/index.atom]
862 name = Scott James Remnant
863 face = keybuk.png
864
865 #[http://www.livejournal.com/users/keybuk/data/rss]
866 #name = Scott James Remnant
867 #face = keybuk.png
868
869 [http://www.advogato.org/person/harshy/rss.xml]
870 name = Sean Harshbarger
871 file = harshy.png
872
873 [http://www.rittau.org/blog/debian.xml]
874 name = Sebastian Rittau
875 face = srittau.png
876 facewidth = 75
877 faceheight = 100
878
879 [http://mixinet.net/stoblog/?flav=rss]
880 name = Sergio Talens-Oliag
881 face = sto.png
882 sort_order = seen
883
884 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/p.d.o]
885 name = Simon Law
886 face = slaw.png
887 facewidth = 74
888 faceheight = 78
889
890 [http://www.hogyros.de/?q=blog/feed/1]
891 name = Simon Richter
892 face = sjr.png
893 facewidth = 54
894 faceheight = 80
895
896 [http://blog.sesse.net/blog/tech/?flav=rss]
897 name = Steinar H. Gunderson
898 face = sesse.png
899 facewidth = 74
900 faceheight = 85
901
902 [http://blog.steve.org.uk/feed/rss2/]
903 name = Steve Kemp
904 face = skx.png
905 facewidth = 76
906 faceheight= 105
907
908 [http://www.livejournal.com/users/stevenk/data/rss/]
909 name = Steve Kowalik
910
911 [http://www.advogato.org/person/vorlon/rss.xml]
912 name = Steve Langasek
913
914 [http://blog.einval.com/index.rss]
915 name = Steve McIntyre
916 face = sledge2.png
917 facewidth = 59
918 faceheight = 72
919
920 [http://blog.eltridente.org/planets_xml]
921 name = Teófilo Ruiz Suárez
922 face = teo.png
923 facewidth = 51
924 faceheight = 80
925
926 [http://blog.clearairturbulence.org/?flav=rss]
927 name = Thom May
928 face = thom.png
929 facewidth = 59
930
931 [http://thomas.viehmann.net/halbgar/english/?flav=rss]
932 name = Thomas Viehmann
933
934 [http://www.livejournal.com/users/ttroxell/data/rss]
935 name = Todd Troxell
936 face = troxell.png
937 faceheight = 100
938 facewidth = 87
939
940 [http://err.no/personal/blog/tech/?flav=rss]
941 name = Tollef Fog Heen
942 face = tollef.png
943 faceheight = 92
944
945 [http://zinosat.blogspot.com/atom.xml]
946 name = Davide Viti
947 face = zinosat.jpg
948 facewidth = 85
949 faceheight = 110
950
951 [http://www.wiggy.net/index.atom]
952 name = Wichert Akkerman
953
954 [http://www.grep.be/blog/en/index.rss]
955 name = Wouter Verhelst
956 face = wouter2.png
957 facewidth = 68
958 faceheight = 85
959
960 [http://zac.sprackett.com/site/category/technology/debian/rss2]
961 name = S. Zachariah Sprackett
962
963 [http://blog.wooyd.org/wp-rss2.php]
964 name = Jurij Smakov
965 face = jurij.png
966 facewidth = 71
967 faceheight = 85
968
969 [http://www.damog.net/?feed=rss2&cat=5]
970 name = David Moreno Garza
971 face = damogzito.png
972 facewidth = 70
973 faceheight = 85
974
975 [http://www.df7cb.de/blog/debian/index.rss]
976 name = Christoph Berg
977 face = myon.png
978 facewidth = 71
979 faceheight = 95
980
981 [http://www.squishy.cc/blog/wp-rss2.php?cat=1]
982 name = Andres Salomon
983 face = dilinger.png
984 facewidth = 93
985 faceheight = 94
986
987 #[http://nion.modprobe.de/blog/feeds/categories/2-debian.rss]
988 #name = Nico Golde
989
990 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
991 name = NOKUBI Takatsugu
992
993 [http://www.red-bean.com/~decklin/blog/tech?flav=atom]
994 name = Decklin Foster
995 face = decklin.png
996 facewidth = 70
997 faceheight = 80
998
999 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
1000 name = Eduard Bloch
1001 face = blade.png
1002 facewidth = 78
1003 faceheight = 90
1004
1005 [http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
1006 name = Mirco Bauer
1007
1008 [http://www.perrier.eu.org/weblog/bubulle/planet-debian/index.rss]
1009 name = Christian Perrier
1010 face = bubulle.png
1011 facewidth = 69
1012 faceheight = 85
1013
1014 [http://www.joachim-breitner.de/blog/feeds/categories/1-English.rss]
1015 name = Joachim Breitner
1016 face = nomeata.png
1017 facewidth = 64
1018 faceheight = 64
1019
1020 [http://www.hermann-uwe.de/node/feed]
1021 name = Uwe Hermann
1022
1023 [http://www.hermann-uwe.de/node/feed]
1024 name = Uwe Hermann
1025
1026 # gtklp-sponsee, added by Andreas Metzler.
1027 # Please kick me if zakame's feed is broken.
1028 [http://zakame.spunge.org/index.rss]
1029 name = Zak B. Elep
1030
1031 # 2005-07-18 jordi
1032 # Disabled due to broken links and continous reposting of
1033 # already seen posts. Informed Horms.
1034 # 2006-01-15
1035 # Renabled because I think its fixed. I will monitor it and
1036 # re-disable it if this is not the case
1037 # 2006-01-30 damog:
1038 #  I hope nobody minds if I place his real name here.
1039 [http://www.vergenet.net/~horms/pleb_blossom/atom.xml]
1040 name = Simon Horman
1041 face = horms.png
1042 facewidth = 49
1043 faceheight = 74
1044
1045 [http://blog.halon.org.uk/index.rss]
1046 name = Neil McGovern
1047 face = neilm.png
1048 facewidth = 65
1049 faceheight = 75
1050
1051 [http://people.quaqua.net/ultrotter/blog/archives/category/debian/feed]
1052 name = Guido Trotter
1053 face = ultrotter.png
1054 facewidth = 65
1055 faceheight = 83
1056
1057 [http://www.mattb.net.nz/blog/wp-rss2.php?cat=3,4]
1058 name = Matt Brown
1059 face = mattb.png
1060 facewidth = 65
1061 faceheight = 85
1062
1063 [http://blog.windfluechter.net/?q=taxonomy/term/1/0/feed]
1064 name = Ingo Juergensmann
1065
1066 [http://ze-dinosaur.livejournal.com/data/rss]
1067 name = Eric Dorland
1068 face = eric.png
1069 facewidth = 65
1070 faceheight = 91
1071
1072 [http://bureado.unplug.org.ve/?feed=rss2&cat=12]
1073 name = José Parrella
1074 face = bureado.png
1075 facewidth = 80
1076 faceheight = 98
1077