]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
add Gustavo Franco
[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://www.aigarius.com/feed/planet.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.pl/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?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/data/xml/blog.rss]
420 name = Gunnar Wolf
421 face = gwolf.png
422 facewidth = 60
423 faceheight = 102
424
425 [http://stratusandtheswirl.blogspot.com/atom.xml]
426 name = Gustavo Franco
427
428 [http://www.advogato.org/person/kov/rss.xml]
429 name = Gustavo Noronha Silva
430 face = kov.png
431 facewidth = 69
432 faceheight = 90
433
434 [http://www.advogato.org/person/gadek/rss.xml]
435 name = Grzegorz B. Prokopski
436
437 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
438 name = Hanna Wallach
439 face = hanna.png
440 facewidth = 59
441 faceheight = 85
442
443 [http://layer-acht.org/blog/debian/changelog.rss]
444 name = Holger Levsen
445 face = h01ger.png
446 facewidth = 86
447 faceheight= 110
448
449 [http://ianmurdock.com/index-full.xml]
450 name = Ian Murdock
451 face = imurdock.png
452 facewidth = 79
453 faceheight = 109
454
455 [http://genibel.org/blog/rss.php?cat=Debian]
456 name = Igor Genibel
457 face = igor.genibel.png
458 facewidth = 65
459 faceheight = 85
460
461 [http://people.warp.es/~isaac/blog/wp-rss2.php]
462 name = Isaac Clerencia
463
464 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
465 name = Isaac Jones
466 face = isaac.png
467 facewidth = 90
468 faceheight = 89
469
470 # 2005-07-06 jordi
471 # Feed is 404.
472 # [http://home.o2w.net/~ivo/index/debian/index.rss]
473 # name = Ivo Timmermans
474
475 [http://raw-output.org/feed/rss2]
476 name = Jacobo Tarrío Barreiro
477 face = jacobo.png
478 facewidth = 71
479 faceheight = 95
480
481 [http://javierlinares.com/blog/debian.xml]
482 name = Javier Linares
483 face = jlinares.png
484 facewidth = 60
485
486 # 2005-07-06 jordi
487 # Feed is 404.
488 #[http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
489 #name = Javier Viñuales Gutiérrez
490
491 [http://www.braincells.com/debian/index.rss]
492 name = Jaldhar Vyas
493 face = jaldhar.png
494 facewidth = 104
495 faceheight = 102
496
497 [http://phython.blogspot.com/atom.xml]
498 name =  James Morrison
499
500 [http://jeanmichel.kelbert.com/?feed=rss2&cat=2]
501 name = Jean-Michel Kelbert 
502
503 [http://jbailey.livejournal.com/data/atom]
504 name = Jeff Bailey
505
506 [http://www.licquia.org/wp-rss2.php?cat=6]
507 name = Jeff Licquia
508
509 [http://jeroen.wolffelaar.nl/blog/debian.rss]
510 name = Jeroen van Wolffelaar
511
512 [http://beta.pumuki.org/?q=blog/feed/1]
513 name = Jesus Climent
514 face = jcliment.png
515 faceheight = 79
516
517 [http://pensezbien.org/?flav=rss]
518 name = Jimmy Kaplowitz
519
520 [http://www.sacredchao.net/~piman/journal/feed]
521 name = Joe Wreschnig
522 face = piman.png
523 faceheight = 93
524
525 [http://www.wendlandnet.de/joerg/blog/en/index.rss]
526 name = Joerg Wendland
527 face = jwendland.png
528 faceheight = 89
529
530 [http://kitenet.net/~joey/blog/index.rss]
531 name = Joey Hess
532 face = joeyh2.png
533 facewidth = 84
534 faceheight = 75
535
536 [http://changelog.complete.org/rss.xml]
537 name = John Goerzen
538
539 [http://www.earth.li/~noodles/blog/index.rss]
540 name = Jonathan McDowell
541
542 [http://oskuro.net/blog?flav=rss]
543 name = Jordi Mallach
544 face = oskuro.png
545 faceheight = 77
546
547 [http://www.tribulaciones.org/blog/index.rss2]
548 name = Jose Carlos Garcia Sogo
549 face = jsogo.png
550 faceheight = 100
551 facewidth = 74
552
553 [http://triplehelix.org/blog/wp-rss2.php]
554 name = Joshua Kwan
555 face = joshk.png
556 facewidth = 69
557 faceheight = 92
558
559 [http://www.livejournal.com/users/np237/data/rss]
560 name = Josselin Mouette
561 face = np237.png
562 facewidth = 103
563 faceheight = 137
564
565 [http://blog.technologeek.org/feed]
566 name = Julien Blache
567 face = jblache.png
568 facewidth = 65
569 faceheight = 89
570
571 [http://julien.danjou.info/blog/rss.php?lang=en]
572 name = Julien Danjou
573 face = jdanjou.png
574 facewidth = 50
575 faceheight = 57
576
577 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
578 name = Junichi Uekawa
579 face = dancer.png
580 facewidth = 75
581 faceheight = 97
582
583 [http://natalian.org/archives/category/debian/atom]
584 name = Kai Hendry
585 face = kai.png
586 faceheight = 78
587
588 [http://b9.com/index.rdf]
589 name = Kevin Rosenberg
590
591 [http://kmuto.jp/b.cgi/debian/index.rss]
592 name = Kenshi Muto
593 face = kmuto.png
594 facewidth = 68
595 faceheight = 101
596
597 [http://blog.kyle.mcmartin.ca/?feed=rss2]
598 name = Kyle McMartin
599 face = mcmartin.png
600 faceheight = 100
601
602 [http://liw.iki.fi/liw/log/log.rss]
603 name = Lars Wirzenius
604
605 [http://community.livejournal.com/lbello_english/data/rss]
606 name = Luciano Bello
607 face = lucianobello.png
608 facewidth = 68
609 faceheight = 85
610
611 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
612 name = Manoj Srivastava
613 face = manoj2.png
614 facewidth = 65
615 faceheight = 83
616
617 [http://gonzo.dicp.de/~he/blog/feeds/index.rss2]
618 name = Marc 'HE' Brockschmidt
619
620 [http://blog.zugschlus.de/feeds/categories/15-Debian-English.rss]
621 name = Marc 'Zugschlus' Haber
622 face = zugschlus.png
623
624 [http://blog.bofh.it/?format=atom03]
625 name = Marco d'Itri
626 face = md.jpg
627 facewidth = 96
628 faceheight = 95
629
630 #[http://www.marga.com.ar/blog/index.cgi?flav=rss]
631 #name = Margarita Manterola
632 #face = marga.png
633 #facewidth = 87
634 #faceheight = 113
635
636 [http://www.sirena.org.uk/log/?feed=atom]
637 name = Mark Brown
638
639 [http://blog.zobel.ftbfs.de/debian/index.rss]
640 name = Martin Zobel-Helas
641 face = zobel.png
642
643 [http://tildemh.com/blog/debian/index.rss]
644 name = Mark Howard
645
646 [http://q-funk.blogspot.com/atom.xml]
647 name = Martin-Éric Racine
648 face = qfunk.png
649 facewidth = 57
650
651 [http://blog.madduck.net/?flav=atom0.3-beta]
652 name = Martin F. Krafft
653 face = madduck.png
654 facewidth = 75
655 faceheight = 94
656
657 [http://www.cyrius.com/journal/?flav=atom]
658 name = Martin Michlmayr
659 face = tbm.png
660 facewidth = 67
661 faceheight = 90
662
663 [http://www.infodrom.org/~joey/log/joey.rdf]
664 name = Joey Schulze
665
666 [http://mhatta.livejournal.com/data/rss]
667 name = Masayuki Hatta
668 face = mhatta.png
669 facewidth = 77
670 faceheight = 85
671
672 [http://www.advogato.org/person/mbrubeck/rss.xml]
673 name = Matt Brubeck
674 face = mbrubeck.png
675 faceheight = 88
676
677 [http://logicvortex.net/diary/planetdebian/index.rss10]
678 name = Matt Hope
679 face = dopey.png
680 faceheight = 65
681 facewidth = 66
682
683 [http://www.livejournal.com/users/mjg59/data/rss]
684 name = Matthew Garrett
685 face = mjg59.png
686 facewidth = 69
687 faceheight = 85
688
689 [http://www.advogato.org/person/mjg59/rss.xml]
690 name = Matthew Garrett
691 face = mjg59-hypno.gif
692 facewidth = 69
693 faceheight = 85
694 #facewidth = 72
695 #faceheight = 83
696
697 [http://www.hezmatt.org/~mpalmer/blog/general/index.rss]
698 name = Matthew Palmer
699 face = mpalmer.png
700 facewidth = 55
701 faceheight = 70
702
703 [http://www.livejournal.com/users/smurf_debian/data/rss]
704 name = Matthias Urlichs
705 face = smurf.png
706 facewidth = 65
707 faceheight = 85
708
709 [http://youam.de/~alphascorpii/blog/index.rss]
710 name = Meike Reichle
711 face = meike.png
712 faceheight = 76
713
714 [http://www.advogato.org/person/mbanck/rss.xml]
715 name = Michael Banck
716 face = azeem.png
717 facewidth = 64
718 faceheight = 79
719
720 [http://base0.net/taxonomy/term/25/0/feed]
721 name = Michael Janssen
722 face = jamuraa.png
723 facewidth = 59
724
725 [http://classpath.wildebeest.org/dairy-man-di/wp-rss2.php]
726 name = Michael Koch
727
728 [http://xerakko.livejournal.com/data/rss]
729 name = Miguel Gea
730 face = miguelgea.png
731 facewidth = 70
732 faceheight = 79
733
734 [http://www.debianslashrules.org/index.rss20]
735 name = Mike Beattie
736 face = mjb.png
737 facewidth = 77
738 faceheight = 97
739
740 [http://web.glandium.org/blog/?feed=rss2&cat=5]
741 name = Mike Hommey
742
743 [http://mjr.towers.org.uk/blog/all.rss]
744 name = MJ Ray
745 face = mjray2.png
746 faceheight = 94
747
748 [http://www.livejournal.com/users/morayallan/data/rss]
749 name = Moray Allan
750 face = moray.png
751 facewidth = 71
752 faceheight = 84
753
754 [http://www.inittab.de/blog/?flav=rss20]
755 name = Norbert Tretkowski
756 face = nobse.png
757 faceheight = 106
758 facewidth = 90
759
760 [http://hackers.propus.com.br/~pablo/rss/]
761 name = Pablo Lorenzzoni
762 face = spectra.png
763 faceheight = 89
764
765 [http://www.redellipse.net/stuff/Debian/index.rss]
766 name = Pascal Hakim
767 face = pasc.png
768 faceheight = 84
769
770 [http://paul.luon.net/journal/index.xml]
771 name = Paul van Tilburg
772
773 [http://perolofsson.livejournal.com/data/rss]
774 name = Per Olofsson
775
776 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
777 name = Per-Arne Hellarvik
778 face = per-arne.png
779 facewidth = 65
780 faceheight = 85
781
782 [http://www.advogato.org/person/weasel/rss.xml]
783 name = Peter Palfrader
784 face = weasel.png
785 facewidth = 56
786
787 [http://pvaneynd.blogspot.com/atom.xml]
788 name = Peter Van Eynde
789 face = pvaneynd.png
790 facewidth = 59
791 faceheight = 100
792
793 [http://blog.philkern.de/feeds/categories/4-Debian.rss]
794 name = Philipp Kern
795 face = pkern.png
796 facewidth = 69
797 faceheight = 85
798
799 [http://blog.madism.org/rss.php?lang=en]
800 name = Pierre Habouzit
801 face = phabouzit.png
802 facewidth = 64
803 faceheight = 82
804
805 [http://machard.org/blog/wp-rss2.php?cat=2]
806 name = Pierre Machard
807 face = machard.png
808 faceheight = 84
809
810 [http://www.khensu.org/xml-rss2.php?full=yes]
811 name = Randall Donald
812 face = rdonald.png
813 facewidth = 85
814 faceheight = 85
815
816 [http://www.ouaza.com/wordpress/category/debian/feed/]
817 name = Raphaël Hertzog
818 face = hertzog.png
819 facewidth = 62
820 faceheight = 90
821
822 [http://remi.vanicat.free.fr/blog/index.php/category/debian-planet/feed/]
823 name = Remi Vanicat
824
825 [http://www.livejournal.com/users/nchip/data/rss]
826 name = Riku Voipio
827 face = nchip.png
828 facewidth = 70
829 faceheight = 85
830
831 [http://www.robster.org.uk/blog/?flav=atom]
832 name = Rob Bradford
833
834 [http://blog.floopily.org/feed/]
835 name = Rob Taylor
836
837 [http://advogato.org/person/robertc/rss.xml]
838 name = Robert Collins
839
840 [http://www.robot101.net/feed/]
841 name = Robert McQueen
842
843 [http://spacehunt.info/rss.php]
844 name = Roger So
845
846 [http://roland.entierement.nu/index.php/archives/category/geek-en/rss2]
847 name = Roland Mas
848 face = lolando.png
849 facewidth = 55
850 faceheight = 59
851
852 [http://orebokech.com/debian/changelog.rss]
853 name = Romain Francoise
854
855 [http://www.burtonini.com/blog/index.rss2]
856 name = Ross Burton
857 face = ross.png
858 facewidth = 69
859 faceheight = 85
860
861 [http://www.advogato.org/person/neuro/rss.xml]
862 name = Ryan Murray
863
864 [http://sam.zoy.org/blog/rss20.xml?cat=debian]
865 name = Sam Hocevar
866 face = hocevar2.png
867 facewidth = 65
868 faceheight = 89
869
870 [http://www.ringworld.org/~dieman/debianblog/index.xml]
871 name = Scott Dier
872
873 [http://www.netsplit.com/blog/index.atom]
874 name = Scott James Remnant
875 face = keybuk.png
876
877 #[http://www.livejournal.com/users/keybuk/data/rss]
878 #name = Scott James Remnant
879 #face = keybuk.png
880
881 [http://www.advogato.org/person/harshy/rss.xml]
882 name = Sean Harshbarger
883 file = harshy.png
884
885 [http://www.rittau.org/blog/debian.xml]
886 name = Sebastian Rittau
887 face = srittau.png
888 facewidth = 75
889 faceheight = 100
890
891 [http://mixinet.net/stoblog/?flav=rss]
892 name = Sergio Talens-Oliag
893 face = sto.png
894 sort_order = seen
895
896 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/p.d.o]
897 name = Simon Law
898 face = slaw.png
899 facewidth = 74
900 faceheight = 78
901
902 [http://www.hogyros.de/?q=blog/feed/1]
903 name = Simon Richter
904 face = sjr.png
905 facewidth = 54
906 faceheight = 80
907
908 [http://blog.sesse.net/blog/tech/?flav=rss]
909 name = Steinar H. Gunderson
910 face = sesse.png
911 facewidth = 74
912 faceheight = 85
913
914 [http://blog.steve.org.uk/feed/rss2/]
915 name = Steve Kemp
916 face = skx.png
917 facewidth = 76
918 faceheight= 105
919
920 [http://www.livejournal.com/users/stevenk/data/rss/]
921 name = Steve Kowalik
922
923 [http://www.advogato.org/person/vorlon/rss.xml]
924 name = Steve Langasek
925
926 [http://blog.einval.com/index.rss]
927 name = Steve McIntyre
928 face = sledge2.png
929 facewidth = 59
930 faceheight = 72
931
932 [http://blog.eltridente.org/planets_xml]
933 name = Teófilo Ruiz Suárez
934 face = teo.png
935 facewidth = 51
936 faceheight = 80
937
938 [http://blog.clearairturbulence.org/?flav=rss]
939 name = Thom May
940 face = thom.png
941 facewidth = 59
942
943 [http://thomas.viehmann.net/halbgar/english/?flav=rss]
944 name = Thomas Viehmann
945
946 [http://www.livejournal.com/users/ttroxell/data/rss]
947 name = Todd Troxell
948 face = troxell.png
949 faceheight = 100
950 facewidth = 87
951
952 [http://err.no/personal/blog/tech/?flav=rss]
953 name = Tollef Fog Heen
954 face = tollef.png
955 faceheight = 92
956
957 [http://zinosat.blogspot.com/atom.xml]
958 name = Davide Viti
959 face = zinosat.jpg
960 facewidth = 85
961 faceheight = 110
962
963 [http://www.wiggy.net/index.atom]
964 name = Wichert Akkerman
965
966 [http://www.grep.be/blog/en/index.rss]
967 name = Wouter Verhelst
968 face = wouter2.png
969 facewidth = 68
970 faceheight = 85
971
972 [http://zac.sprackett.com/site/category/technology/debian/rss2]
973 name = S. Zachariah Sprackett
974
975 [http://blog.wooyd.org/wp-rss2.php]
976 name = Jurij Smakov
977 face = jurij.png
978 facewidth = 71
979 faceheight = 85
980
981 [http://www.damog.net/?feed=rss2&cat=5]
982 name = David Moreno Garza
983 face = damogzito.png
984 facewidth = 70
985 faceheight = 85
986
987 [http://www.df7cb.de/blog/debian/index.rss]
988 name = Christoph Berg
989 face = myon.png
990 facewidth = 71
991 faceheight = 95
992
993 [http://www.squishy.cc/blog/wp-rss2.php?cat=1]
994 name = Andres Salomon
995 face = dilinger.png
996 facewidth = 93
997 faceheight = 94
998
999 #[http://nion.modprobe.de/blog/feeds/categories/2-debian.rss]
1000 #name = Nico Golde
1001
1002 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
1003 name = NOKUBI Takatsugu
1004
1005 [http://blog.rupamsunyata.org/feed/planet.xml]
1006 name = Decklin Foster
1007 face = decklin.png
1008 facewidth = 60
1009 faceheight = 80
1010
1011 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
1012 name = Eduard Bloch
1013 face = blade.png
1014 facewidth = 78
1015 faceheight = 90
1016
1017 #removed on user request
1018 #[http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
1019 #name = Mirco Bauer
1020
1021 [http://www.perrier.eu.org/weblog/bubulle/planet-debian/index.rss]
1022 name = Christian Perrier
1023 face = bubulle.png
1024 facewidth = 69
1025 faceheight = 85
1026
1027 # 2005-02-11 mako
1028 # most recent entry about fixing the blog keeps showing up on top of
1029 # planet. the old problem may be fixed but this blog is still badly
1030 # broken.  please check with me *before* re-enabling
1031 #[http://www.joachim-breitner.de/blog/feeds/categories/1-English.rss]
1032 #name = Joachim Breitner
1033 #face = nomeata.png
1034 #facewidth = 64
1035 #faceheight = 64
1036
1037 [http://www.hermann-uwe.de/node/feed]
1038 name = Uwe Hermann
1039
1040 [http://www.hermann-uwe.de/node/feed]
1041 name = Uwe Hermann
1042
1043 # gtklp-sponsee, added by Andreas Metzler.
1044 # Please kick me if zakame's feed is broken.
1045 [http://zakame.spunge.org/index.rss]
1046 name = Zak B. Elep
1047
1048 # 2005-07-18 jordi
1049 # Disabled due to broken links and continous reposting of
1050 # already seen posts. Informed Horms.
1051 # 2006-01-15
1052 # Renabled because I think its fixed. I will monitor it and
1053 # re-disable it if this is not the case
1054 # 2006-01-30 damog:
1055 #  I hope nobody minds if I place his real name here.
1056 # 2006-01-31 mako
1057 # It's not fixed. Your latest post has been on the top of planet for a couple
1058 # days now. Please check with me *before* you re-enable.
1059 #[http://www.vergenet.net/~horms/pleb_blossom/atom.xml]
1060 #name = Simon Horman
1061 #face = horms.png
1062 #facewidth = 49
1063 #faceheight = 74
1064
1065 [http://blog.halon.org.uk/index.rss]
1066 name = Neil McGovern
1067 face = neilm.png
1068 facewidth = 65
1069 faceheight = 75
1070
1071 [http://people.quaqua.net/ultrotter/blog/archives/category/debian/feed]
1072 name = Guido Trotter
1073 face = ultrotter.png
1074 facewidth = 65
1075 faceheight = 83
1076
1077 [http://www.mattb.net.nz/blog/wp-rss2.php?cat=3,4]
1078 name = Matt Brown
1079 face = mattb.png
1080 facewidth = 65
1081 faceheight = 85
1082
1083 [http://blog.windfluechter.net/?q=taxonomy/term/1/0/feed]
1084 name = Ingo Juergensmann
1085
1086 [http://ze-dinosaur.livejournal.com/data/rss]
1087 name = Eric Dorland
1088 face = eric.png
1089 facewidth = 65
1090 faceheight = 91
1091
1092 [http://bureado.unplug.org.ve/?feed=rss2&cat=12]
1093 name = José Parrella
1094 face = bureado.png
1095 facewidth = 80
1096 faceheight = 98
1097
1098 [http://perldition.org/?view=rss]
1099 name = Florian Ragwitz