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