]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
again enabling madduck
[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/atom.xml]
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://gravityboy.livejournal.com/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 = 68
589 faceheight = 101
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 face = zugschlus.png
611
612 [http://blog.bofh.it/?format=atom03]
613 name = Marco d'Itri
614 face = md.jpg
615 facewidth = 96
616 faceheight = 95
617
618 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
619 name = Margarita Manterola
620 face = marga.png
621 facewidth = 87
622 faceheight = 113
623
624 [http://www.sirena.org.uk/log/?feed=atom]
625 name = Mark Brown
626
627 [http://blog.zobel.ftbfs.de/debian/index.rss]
628 name = Martin Zobel-Helas
629 face = zobel.png
630
631 [http://tildemh.com/blog/debian/index.rss]
632 name = Mark Howard
633
634 [http://q-funk.blogspot.com/atom.xml]
635 name = Martin-Éric Racine
636 face = qfunk.png
637 facewidth = 57
638
639 [http://blog.madduck.net/?flav=atom0.3-beta]
640 name = Martin F. Krafft
641 face = madduck.png
642 facewidth = 75
643 faceheight = 94
644
645 [http://www.cyrius.com/journal/?flav=atom]
646 name = Martin Michlmayr
647 face = tbm.png
648 facewidth = 67
649 faceheight = 90
650
651 [http://www.infodrom.org/~joey/log/joey.rdf]
652 name = Martin 'Joey' Schulze
653
654 [http://www.mhatta.org/blosxom/blosxom.cgi/index.rss]
655 name = Masayuki Hatta
656 face = mhatta.png
657 facewidth = 77
658 faceheight = 85
659
660 [http://www.advogato.org/person/mbrubeck/rss.xml]
661 name = Matt Brubeck
662 face = mbrubeck.png
663 faceheight = 88
664
665 [http://logicvortex.net/diary/planetdebian/index.rss10]
666 name = Matt Hope
667 face = dopey.png
668 faceheight = 65
669 facewidth = 66
670
671 [http://www.livejournal.com/users/mjg59/data/rss]
672 name = Matthew Garrett
673 face = mjg59-pig.png
674 facewidth = 65 
675 faceheight = 85
676
677 [http://www.advogato.org/person/mjg59/rss.xml]
678 name = Matthew Garrett
679 face = mjg59.png
680 facewidth = 72
681 faceheight = 83
682
683 [http://www.hezmatt.org/~mpalmer/blog/general/index.rss]
684 name = Matthew Palmer
685 face = mpalmer.png
686 facewidth = 55
687 faceheight = 70
688
689 [http://www.livejournal.com/users/smurf_debian/data/rss]
690 name = Matthias Urlichs
691 face = smurf.png
692 facewidth = 65
693 faceheight = 85
694
695 [http://youam.de/~alphascorpii/blog/index.rss]
696 name = Meike Reichle
697 face = meike.png
698 faceheight = 76
699
700 [http://www.advogato.org/person/mbanck/rss.xml]
701 name = Michael Banck
702 face = azeem.png
703 facewidth = 64
704 faceheight = 79
705
706 [http://base0.net/taxonomy/term/25/0/feed]
707 name = Michael Janssen
708 face = jamuraa.png
709 facewidth = 59
710
711 [http://classpath.wildebeest.org/dairy-man-di/wp-rss2.php]
712 name = Michael Koch
713
714 [http://xerakko.livejournal.com/data/rss]
715 name = Miguel Gea
716 face = miguelgea.png
717 facewidth = 70
718 faceheight = 79
719
720 [http://www.debianslashrules.org/index.rss20]
721 name = Mike Beattie
722 face = mjb.png
723 facewidth = 77
724 faceheight = 97
725
726 [http://web.glandium.org/blog/?feed=rss2&cat=5]
727 name = Mike Hommey
728
729 [http://mjr.towers.org.uk/blog/all.rss]
730 name = MJ Ray
731 face = mjray2.png
732 faceheight = 94
733
734 [http://www.livejournal.com/users/morayallan/data/rss]
735 name = Moray Allan
736 face = moray.png
737 facewidth = 71
738 faceheight = 84
739
740 [http://www.inittab.de/blog/?flav=rss20]
741 name = Norbert Tretkowski
742 face = nobse.png
743 faceheight = 106
744 facewidth = 90
745
746 [http://hackers.propus.com.br/~pablo/rss/]
747 name = Pablo Lorenzzoni
748 face = spectra.png
749 faceheight = 89
750
751 [http://www.redellipse.net/stuff/Debian/index.rss]
752 name = Pascal Hakim
753 face = pasc.png
754 faceheight = 84
755
756 [http://paul.luon.net/journal/index.xml]
757 name = Paul van Tilburg
758
759 [http://perolofsson.livejournal.com/data/rss]
760 name = Per Olofsson
761
762 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
763 name = Per-Arne Hellarvik
764 face = per-arne.png
765 facewidth = 65
766 faceheight = 85
767
768 [http://www.advogato.org/person/weasel/rss.xml]
769 name = Peter Palfrader
770 face = weasel.png
771 facewidth = 56
772
773 [http://pvaneynd.blogspot.com/atom.xml]
774 name = Peter Van Eynde
775 face = pvaneynd.png
776 facewidth = 59
777 faceheight = 100
778
779 [http://blog.philkern.de/feeds/categories/4-Debian.rss]
780 name = Philipp Kern
781 face = pkern.png
782 facewidth = 69
783 faceheight = 85
784
785 [http://blog.madism.org/rss.php?lang=en]
786 name = Pierre Habouzit
787 face = phabouzit.png
788 facewidth = 64
789 faceheight = 82
790
791 [http://machard.org/blog/wp-rss2.php?cat=2]
792 name = Pierre Machard
793 face = machard.png
794 faceheight = 84
795
796 [http://www.khensu.org/xml-rss2.php?full=yes]
797 name = Randall Donald
798 face = rdonald.png
799 facewidth = 85
800 faceheight = 85
801
802 [http://www.ouaza.com/wordpress/category/debian/feed/]
803 name = Raphaël Hertzog
804 face = hertzog.png
805 facewidth = 62
806 faceheight = 90
807
808 [http://remi.vanicat.free.fr/blog/index.php/category/debian-planet/feed/]
809 name = Remi Vanicat
810
811 [http://www.livejournal.com/users/nchip/data/rss]
812 name = Riku Voipio
813 face = nchip.png
814 facewidth = 70
815 faceheight = 85
816
817 [http://www.robster.org.uk/blog/?flav=atom]
818 name = Rob Bradford
819
820 [http://blog.floopily.org/feed/]
821 name = Rob Taylor
822
823 [http://advogato.org/person/robertc/rss.xml]
824 name = Robert Collins
825
826 [http://www.robot101.net/feed/]
827 name = Robert McQueen
828
829 [http://spacehunt.info/rss.php]
830 name = Roger So
831
832 [http://roland.entierement.nu/index.php/archives/category/geek-en/rss2]
833 name = Roland Mas
834 face = lolando.png
835 facewidth = 55
836 faceheight = 59
837
838 [http://orebokech.com/debian/changelog.rss]
839 name = Romain Francoise
840
841 [http://www.burtonini.com/blog/index.rss2]
842 name = Ross Burton
843 face = ross.png
844 facewidth = 60
845 faceheight = 78
846
847 [http://www.advogato.org/person/neuro/rss.xml]
848 name = Ryan Murray
849
850 [http://sam.zoy.org/blog/rss20.xml?cat=debian]
851 name = Sam Hocevar
852 face = hocevar2.png
853 facewidth = 65
854 faceheight = 89
855
856 [http://www.ringworld.org/~dieman/debianblog/index.xml]
857 name = Scott Dier
858
859 [http://www.netsplit.com/blog/index.atom]
860 name = Scott James Remnant
861 face = keybuk.png
862
863 #[http://www.livejournal.com/users/keybuk/data/rss]
864 #name = Scott James Remnant
865 #face = keybuk.png
866
867 [http://www.advogato.org/person/harshy/rss.xml]
868 name = Sean Harshbarger
869 file = harshy.png
870
871 [http://www.rittau.org/blog/debian.xml]
872 name = Sebastian Rittau
873 face = srittau.png
874 facewidth = 75
875 faceheight = 100
876
877 [http://mixinet.net/stoblog/?flav=rss]
878 name = Sergio Talens-Oliag
879 face = sto.png
880 sort_order = seen
881
882 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/p.d.o]
883 name = Simon Law
884 face = slaw.png
885 facewidth = 74
886 faceheight = 78
887
888 [http://www.hogyros.de/?q=blog/feed/1]
889 name = Simon Richter
890 face = sjr.png
891 facewidth = 54
892 faceheight = 80
893
894 [http://blog.sesse.net/blog/tech/?flav=rss]
895 name = Steinar H. Gunderson
896 face = sesse.png
897 facewidth = 74
898 faceheight = 85
899
900 [http://blog.steve.org.uk/feed/rss2/]
901 name = Steve Kemp
902 face = skx.png
903 facewidth = 76
904 faceheight= 105
905
906 [http://www.livejournal.com/users/stevenk/data/rss/]
907 name = Steve Kowalik
908
909 [http://www.advogato.org/person/vorlon/rss.xml]
910 name = Steve Langasek
911
912 [http://blog.einval.com/index.rss]
913 name = Steve McIntyre
914 face = sledge2.png
915 facewidth = 59
916 faceheight = 72
917
918 [http://blog.eltridente.org/planets_xml]
919 name = Teófilo Ruiz Suárez
920 face = teo.png
921 facewidth = 51
922 faceheight = 80
923
924 [http://blog.clearairturbulence.org/?flav=rss]
925 name = Thom May
926 face = thom.png
927 facewidth = 59
928
929 [http://thomas.viehmann.net/halbgar/english/?flav=rss]
930 name = Thomas Viehmann
931
932 [http://www.livejournal.com/users/ttroxell/data/rss]
933 name = Todd Troxell
934 face = troxell.png
935 faceheight = 100
936 facewidth = 87
937
938 [http://err.no/personal/blog/tech/?flav=rss]
939 name = Tollef Fog Heen
940 face = tollef.png
941 faceheight = 92
942
943 [http://zinosat.blogspot.com/atom.xml]
944 name = Davide Viti
945 face = zinosat.jpg
946 facewidth = 85
947 faceheight = 110
948
949 [http://www.wiggy.net/index.atom]
950 name = Wichert Akkerman
951
952 [http://www.grep.be/blog/en/index.rss]
953 name = Wouter Verhelst
954 face = wouter2.png
955 facewidth = 68
956 faceheight = 85
957
958 [http://zac.sprackett.com/site/category/technology/debian/rss2]
959 name = S. Zachariah Sprackett
960
961 [http://blog.wooyd.org/wp-rss2.php]
962 name = Jurij Smakov
963 face = jurij.png
964 facewidth = 71
965 faceheight = 85
966
967 [http://www.damog.net/?feed=rss2&cat=5]
968 name = David Moreno Garza
969 face = damogzito.png
970 facewidth = 70
971 faceheight = 85
972
973 [http://www.df7cb.de/blog/debian/index.rss]
974 name = Christoph Berg
975 face = myon.png
976 facewidth = 71
977 faceheight = 95
978
979 [http://www.squishy.cc/blog/wp-rss2.php?cat=1]
980 name = Andres Salomon
981 face = dilinger.png
982 facewidth = 93
983 faceheight = 94
984
985 #[http://nion.modprobe.de/blog/feeds/categories/2-debian.rss]
986 #name = Nico Golde
987
988 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
989 name = NOKUBI Takatsugu
990
991 [http://blog.rupamsunyata.org/feed/planet.xml]
992 name = Decklin Foster
993 face = decklin.png
994 facewidth = 60
995 faceheight = 80
996
997 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
998 name = Eduard Bloch
999 face = blade.png
1000 facewidth = 78
1001 faceheight = 90
1002
1003 [http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
1004 name = Mirco Bauer
1005
1006 [http://www.perrier.eu.org/weblog/bubulle/planet-debian/index.rss]
1007 name = Christian Perrier
1008 face = bubulle.png
1009 facewidth = 69
1010 faceheight = 85
1011
1012 # 2005-02-11 mako
1013 # most recent entry about fixing the blog keeps showing up on top of
1014 # planet. the old problem may be fixed but this blog is still badly
1015 # broken.  please check with me *before* re-enabling
1016 #[http://www.joachim-breitner.de/blog/feeds/categories/1-English.rss]
1017 #name = Joachim Breitner
1018 #face = nomeata.png
1019 #facewidth = 64
1020 #faceheight = 64
1021
1022 [http://www.hermann-uwe.de/node/feed]
1023 name = Uwe Hermann
1024
1025 [http://www.hermann-uwe.de/node/feed]
1026 name = Uwe Hermann
1027
1028 # gtklp-sponsee, added by Andreas Metzler.
1029 # Please kick me if zakame's feed is broken.
1030 [http://zakame.spunge.org/index.rss]
1031 name = Zak B. Elep
1032
1033 # 2005-07-18 jordi
1034 # Disabled due to broken links and continous reposting of
1035 # already seen posts. Informed Horms.
1036 # 2006-01-15
1037 # Renabled because I think its fixed. I will monitor it and
1038 # re-disable it if this is not the case
1039 # 2006-01-30 damog:
1040 #  I hope nobody minds if I place his real name here.
1041 # 2006-01-31 mako
1042 # It's not fixed. Your latest post has been on the top of planet for a couple
1043 # days now. Please check with me *before* you re-enable.
1044 #[http://www.vergenet.net/~horms/pleb_blossom/atom.xml]
1045 #name = Simon Horman
1046 #face = horms.png
1047 #facewidth = 49
1048 #faceheight = 74
1049
1050 [http://blog.halon.org.uk/index.rss]
1051 name = Neil McGovern
1052 face = neilm.png
1053 facewidth = 65
1054 faceheight = 75
1055
1056 [http://people.quaqua.net/ultrotter/blog/archives/category/debian/feed]
1057 name = Guido Trotter
1058 face = ultrotter.png
1059 facewidth = 65
1060 faceheight = 83
1061
1062 [http://www.mattb.net.nz/blog/wp-rss2.php?cat=3,4]
1063 name = Matt Brown
1064 face = mattb.png
1065 facewidth = 65
1066 faceheight = 85
1067
1068 [http://blog.windfluechter.net/?q=taxonomy/term/1/0/feed]
1069 name = Ingo Juergensmann
1070
1071 [http://ze-dinosaur.livejournal.com/data/rss]
1072 name = Eric Dorland
1073 face = eric.png
1074 facewidth = 65
1075 faceheight = 91
1076
1077 [http://bureado.unplug.org.ve/?feed=rss2&cat=12]
1078 name = José Parrella
1079 face = bureado.png
1080 facewidth = 80
1081 faceheight = 98
1082
1083 [http://perldition.org/?view=rss]
1084 name = Florian Ragwitz