]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
7659efe80eed7af73d3ee8f7a65625644d169a10
[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 = 1
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 # 2006-09-04 mako
76 # disabled due to a 500 (internal server error)
77 # [http://debian.doogie.brainfood.com/blog/?feed=rss2]
78 # name = Adam Heath
79 # face = doogie.png
80 # faceheight = 115
81
82 [http://adam.rosi-kessel.org/index.rss]
83 name = Adam Rosi-Kessel
84 face = kessel.png
85 faceheight = 99
86
87 [http://chistera.yi.org/~adeodato/blog/rss/debian.xml]
88 name = Adeodato Simó
89
90 [http://www.aigarius.com/blog/feed/atom/]
91 name = Aigars Mahinovs
92 face = aigarius_hg.png
93 facewidth = 85
94 faceheight = 116
95
96 [http://www.asoftsite.org/s9y/feeds/categories/1-Debian-OS.rss]
97 name = Alexander Sack
98
99 [http://log.schmehl.info/Debian/index.rss]
100 name = Alexander Schmehl
101 face = tolimar.png
102
103 [http://www.formorer.de/blogs/index.php?/feeds/categories/2-Debian.rss]
104 name = Alexander Wirt
105 face = formorer.png
106 facewidth = 94
107 faceheight = 101
108
109 [http://www.sukria.net/en/archives/category/debian/rss2/]
110 name = Alexis Sukrieh
111 face = sukria.png
112
113 [http://www.livejournal.com/users/amayita/data/rss/]
114 name = Amaya Rodrigo
115 face = amaya.png
116 faceheight = 111
117
118 [http://www.progsoc.org/~wildfire/aum/index.rss]
119 name = Anand Kumria
120
121 [http://www.andrelop.org/blog/wp-rss2.php?cat=2]
122 name = Andre Luis Lopes
123
124 [http://blogs.turmzimmer.net/en/index.rss]
125 name = Andreas Barth
126
127 # disabled until new domain works
128 #[http://downhill.g.la/blog/debian/atom.xml]
129 #name = Andreas Metzler
130
131 [http://andreeleidenfrost.blogspot.com/atom.xml]
132 name = Andree Leidenfrost
133 face = andree.png
134 facewidth = 92
135 faceheight = 112
136
137
138 [http://www.andressh.net/rss/andressh.xml]
139 face = andressh.png
140 name = Andres Seco Hernandez
141
142 [http://blog.andrew.net.au/planetdebian/index.rss]
143 name = Andrew Pollock
144 face = apollock.png
145 facewidth = 88
146 faceheight = 103
147
148 [http://rottylog.yi.org/wp-rss2.php]
149 name = Andreas Rottmann
150 face = rotty.jpg
151 facewidth = 95
152 faceheight = 115
153
154 # 2006-09-04 mako
155 # disabled due to a 500 (internal server error)
156 # fixed 2006-09-04 andreas
157 [http://schuldei.blogspot.com/atom.xml]
158 name = Andreas Schuldei
159
160 [http://blog.anselms.net/debian/index.rss]
161 name = Anselm Lingnau
162
163 [http://azure.humbug.org.au/~aj/blog/planetdebian/index.rss?seemore=yes]
164 name = Anthony Towns
165 face = ajt.png
166 facewidth = 77
167 faceheight = 96
168
169 [http://antti-juhani.kaijanaho.info/newblog/archives/category/english/feed]
170 name = Antti-Juhani Kaijanaho
171 face = antti.png
172 facewidth = 79
173 faceheight = 96
174
175 [http://go-team-ari.livejournal.com/data/rss]
176 name = Ari Pollak
177 face = ari.png
178 facewidth = 75
179 faceheight = 92
180
181 [http://blogs.hurdfr.org/xmlsrv/rss2.php?blog=9]
182 name = Arnaud Fontaine
183 face = arnau.png
184 facewidth = 63
185 faceheight = 85
186
187 [http://www.edev.be/blog/wp-rss2.php?cat=2]
188 name = Arnaud Vandyck
189 face = avdyk.png
190 facewidth = 65
191 faceheight = 82
192
193 [http://blog.aurel32.net/wp-rss2.php?cat=1]
194 name = Aurelien Jarno
195 face = aurel32.png
196 facewidth = 65
197 faceheight = 85
198
199 [http://noone.org/blog/English/index.rss]
200 name = Axel Beckert
201 face = xtaran.png
202 facewidth = 102
203 faceheight = 104
204
205 [http://www.yepthatsme.com/wp-feed.php?feed=rss2&cat=9]
206 name = Barry Hawkins
207 face = barryh.png
208 facewidth = 65
209 faceheight = 85
210
211 [http://jabba.pl/rss?fenio]
212 name = Bartosz Feński
213 face = fenio.png
214 facewidth = 94
215 faceheight = 100
216
217 [http://baruch.ev-en.org/blog/index.rss2]
218 name = Baruch Even
219 face = baruch.png
220 facewidth = 77
221 faceheight = 100
222
223 [http://bblank.thinkmo.de/blog/topics/Debian/@@rss.xml]
224 name = Bastian Blank
225
226 [http://www.gag.com/cgi-bin/blosxom/index.rss]
227 name = Bdale Garbee
228 face = bdale.png
229 facewidth = 58
230
231 [http://syn.theti.ca/xml/rss20/feed.xml]
232 name = Ben Armstrong
233 face = synrg.png
234 facewidth = 64
235 faceheight = 100
236
237 [http://www.grassouille.org/blog/index.php/Debian?flav=rss2]
238 name = Benjamin Drieu
239 face = benj.png
240 facewidth = 72
241 faceheight = 96
242
243 [http://mako.cc/copyrighteous/?flav=rss]
244 name = Benjamin Mako Hill
245 face = mako.gif
246 facewidth = 65
247 faceheight = 93
248
249 [http://blog.dlgeek.net/?feed=rss2&cat=5]
250 name = Benjamin Seidenberg
251 face = astronut.png
252
253 [http://pcpool00.mathematik.uni-freiburg.de/~brl/blog/changelog.rss]
254 name = Bernhard R. Link
255
256 [http://healthhacker.org/satoroams/?cat=10&feed=rss2]
257 name = Biella Coleman
258 face = biella.png
259 facewidth= = 65
260 faceheight = 79
261
262 [http://necrotic.deadbeast.net/~branden/blog/exuberance?flav=rss]
263 name = Branden Robinson
264 face = branden.png
265 facewidth = 90
266 faceheight = 103
267
268 [http://www.sommitrealweird.co.uk/blog/?flav=atom]
269 name = Brett Parker
270
271 [http://www.bbassett.net/blog/debian-rss.xml]
272 name = Brian Bassett
273
274 [http://bignachos.com/?feed=rss2]
275 name = Brian Nelson
276 face = pyro.png
277 facewidth = 71
278 faceheight = 102
279
280 [http://www.livejournal.com/users/claviola/rss]
281 name = Carlos Laviola
282 face = claviola.png
283 facewidth = 95
284 faceheight = 115
285
286 [http://debian.nullcode.org/b/index.rss]
287 name = Chris Anderson
288
289 [http://cheney.cx/site/blog/feed/atom/]
290 name = Chris Cheney
291
292 [http://frisia.middle-earth.us/archives/category/planet/feed]
293 name = Christine Spang
294 face = christine.png
295 facewidth = 78
296 faceheight = 95
297
298 [http://beta.blogger.com/feeds/9012838934751300850/posts/full]
299 name = Christophe Prud'homme
300 face = prudhomm.png
301 facewidth = 70
302 faceheight = 99
303
304
305 [http://xana.scru.org/index.atom]
306 name = Clint Adams
307
308 # 2006-09-04 mako
309 # disabled due to 404
310 # [http://web.verbum.org/?flav=rss]
311 # name = Colin Walters
312 # face = walters.png
313 # facewidth = 65
314 # faceheight = 81
315
316 [http://riva.ucam.org/~cjwatson/blog/index.rss]
317 name = Colin Watson
318 face = cjwatson.png
319 facewidth = 70
320 faceheight = 82
321
322 [http://www.advogato.org/person/seeS/rss.xml]
323 name = Craig Small
324
325 [http://blog.daniel-baumann.ch/planet-debian-aggregator/index.rss]
326 name = Daniel Baumann
327 face = panthera.png
328 facewidth = 94
329 faceheight = 102
330
331 [http://lambdaman.blogspot.com/atom.xml]
332 name = Daniel Burrows
333 face = dburrows.png
334 facewidth = 80
335 faceheight = 69
336
337 [http://www.livejournal.com/users/mirrorlynx/data/rss]
338 name = Dan Weber
339
340 [http://weblog.false.org/weblog/index.rss]
341 name = Daniel Jacobowitz
342
343 [http://www.flexserv.de/blog/index.rss]
344 name = Daniel J. Priem
345 face = codebreaker.png
346 facewidth = 66
347 faceheight = 91
348
349 # Disabled because it's not used any more and not right to feed pdn
350 # [http://www.livejournal.com/users/terryfish/data/rss]
351 # name = Daniel Silverstone
352 # face = kinnison.png
353 # facewidth = 75
354 # faceheight = 96
355
356 [http://blog.digital-scurf.org/?flav=atom]
357 name = Daniel Silverstone
358 face = kinnison.png
359 facewidth = 75
360 faceheight = 96
361
362 [http://www.fooishbar.org/blog/?flav=rss]
363 name = Daniel Stone
364 face = daniels.png
365 faceheight = 107
366
367 [http://dannf.org/bloggf?flav=rss]
368 name = Dann Frazier
369 face = dannf.png
370 facewidth = 64
371 faceheight = 89
372
373 [http://gravityboy.livejournal.com/data/rss]
374 name = David Nusinow
375 face = dnusinow.png
376 faceheight = 85
377 facewidth = 56
378
379 [http://www.davidpashley.com/cgi/pyblosxom.cgi?flav=atom]
380 name = David Pashley
381 face = jd.png
382 faceheight = 84
383
384 [http://planetwatson.co.uk/blog/feed/atom/]
385 name = David Watson
386 face = dwatson.png
387 facewidth = 65
388 faceheight = 80
389
390 [http://journal.dedasys.com/xml/rss20/feed.xml]
391 name = David Welton
392
393 # most people like Planet to be personal blogs only - aba, 2006-08-04
394 # thats bal fasel. there is a difference between dc6 blog and debian times
395 #[http://debconf6.debconf.org/blog/index.rss11]
396 #name = DebConf6 Blog
397 #face = debconf.png
398 #facewidth = 71
399 #faceheigt = 85
400
401 [http://dirk.eddelbuettel.com/blog/index.rss]
402 name = Dirk Eddelbuettel
403 face = dirk.png
404 faceheight = 90
405
406 [http://usefulinc.com/edd/blog/rss91]
407 name = Edd Dumbill
408 face = edd.png
409 facewidth = 62
410 faceheight = 80
411
412 [http://www.enricozini.org/blog/pdo.rss]
413 name = Enrico Zini
414
415 [http://ema.homeip.net/blog/debian/?flav=rss]
416 name = Emanuele Rocca
417 face = ema.png
418 facewidth = 77
419 faceheight = 85
420
421 [http://warmenhoven.org/blog/feed/]
422 name = Eric Warmenhoven
423
424 [http://blog.drinsama.de/erich/en/index.rss]
425 name = Erich Schubert
426 face = erich.png
427 facewidth = 76
428 faceheight = 100
429
430 [http://erinn.org/itis/lieutenant/index.rss]
431 name = Erinn Clark
432 face = erinn.png
433 facewidth = 70
434 faceheight = 81
435
436 [http://evan.prodromou.name/rss]
437 name = Evan Prodromou
438 face = evan.png
439 facewidth = 65
440 faceheight = 85
441
442 [http://www.fabbione.net/blog?flav=rss]
443 name = Fabio M. Di Nitto
444 face = fabbione.png
445 facewidth = 65
446 faceheight = 89
447
448 [http://people.initd.org/fog/?flav=rss]
449 name = Federico Di Gregorio
450
451 [http://www.advogato.org/person/faw/rss.xml]
452 name = Felipe Augusto van de Wiel
453
454 [http://www.advogato.org/person/fweiden/rss.xml]
455 name = Fernanda Weiden
456 face = nanda.png
457 facewidth = 55
458 faceheight = 70
459
460 [http://slider.rack66.net/~mechanix/blog/?flav=atom]
461 name = Filip Van Raemdonck
462 face = mechanix.png
463 facewidth = 71
464 faceheight = 94
465
466 [http://www.esaurito.net/blog/debian/?flav=rss]
467 name = Filippo Giunchedi
468 face = filippo.png
469 facewidth = 65
470 faceheight = 86
471
472 [http://www.livejournal.com/users/djpig/data/rss]
473 name = Frank Lichtenheld
474
475 # 2006-09-04 mako
476 # disabled due to 404
477 # [http://frankiebloggie.blogspot.com/atom.xml]
478 # name = Francesco P. Lovergine
479 # face = frankie.png
480 # facewidth = 97
481 # faceheight = 114
482
483 [http://ukai.org/b/log/debian/?flav=rss]
484 name = Fumitoshi Ukai
485 face = ukai.png
486 facewidth = 65
487 faceheight = 85
488
489 [http://ganneff.de/blog/index.rss]
490 name = Joerg Jaspert
491
492 [http://gintasm.blogspot.com/atom.xml]
493 name = Gintautas Miliauskas
494 face = gintautas.png
495 facewidth = 65
496 faceheight = 91
497
498 [http://alfie.ist.org/blog/index.rss]
499 name = Gerfried Fuchs
500 face = alfie3.png
501 facewidth  = 86
502 faceheight = 111
503
504 [http://bonehunter.rulez.org/~algernon/blog/index.atom]
505 name = Gergely Nagy
506 face = algernon.png
507 facewidth = 110
508 faceheight = 85
509
510 [http://www.gotom.jp/~gotom/cgi-bin/blosxom.cgi/index.rss]
511 name = GOTO Masanori
512
513 [http://orniere-du-globe.net/blog/?feed=rss2&cat=7]
514 name = Gonéri Le Bouder
515 face = goneri.png
516 facewidth = 57
517 faceheight = 110
518
519 [http://fatalerror-debian.blogspot.com/atom.xml]
520 name = Guilherme de S. Pastore
521
522 [http://www.gwolf.org/data/xml/blog.rss]
523 name = Gunnar Wolf
524 face = gwolf.png
525 facewidth = 60
526 faceheight = 102
527
528 [http://stratusandtheswirl.blogspot.com/atom.xml]
529 name = Gustavo Franco
530 face = stratus.png
531 facewidth = 71
532 faceheight = 95
533
534 [http://www.advogato.org/person/kov/rss.xml]
535 name = Gustavo Noronha Silva
536 face = kov.png
537 facewidth = 65
538 faceheight = 86
539
540 [http://www.advogato.org/person/gadek/rss.xml]
541 name = Grzegorz B. Prokopski
542
543 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
544 name = Hanna Wallach
545 face = hanna.png
546 facewidth = 59
547 faceheight = 85
548
549 [http://layer-acht.org/blog/debian/changelog.rss]
550 name = Holger Levsen
551 face = h01ger.png
552 facewidth = 86
553 faceheight= 110
554
555 [http://ianmurdock.com/index-full.xml]
556 name = Ian Murdock
557 face = imurdock.png
558 facewidth = 79
559 faceheight = 109
560
561 [http://genibel.org/blog/rss.php?cat=Debian]
562 name = Igor Genibel
563 face = igor.genibel.png
564 facewidth = 65
565 faceheight = 85
566
567 [http://people.warp.es/~isaac/blog/wp-rss2.php]
568 name = Isaac Clerencia
569
570 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
571 name = Isaac Jones
572 face = isaac.png
573 facewidth = 90
574 faceheight = 89
575
576 # 2005-07-06 jordi
577 # Feed is 404.
578 # [http://home.o2w.net/~ivo/index/debian/index.rss]
579 # name = Ivo Timmermans
580
581 [http://raw-output.org/feed/rss2]
582 name = Jacobo Tarrío Barreiro
583 face = jacobo.png
584 facewidth = 71
585 faceheight = 95
586
587 [http://javierlinares.com/blog/debian.xml]
588 name = Javier Linares
589 face = jlinares.png
590 facewidth = 60
591
592 # 2005-07-06 jordi
593 # Feed is 404.
594 #[http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
595 #name = Javier Viñuales Gutiérrez
596
597 [http://www.braincells.com/debian/index.rss]
598 name = Jaldhar Vyas
599 face = jaldhar.png
600 facewidth = 104
601 faceheight = 102
602
603 [http://phython.blogspot.com/atom.xml]
604 name =  James Morrison
605
606 [http://jeanmichel.kelbert.com/?feed=rss2&cat=2]
607 name = Jean-Michel Kelbert 
608
609 [http://jbailey.livejournal.com/data/rss]
610 name = Jeff Bailey
611
612 [http://www.licquia.org/wp-rss2.php?cat=6]
613 name = Jeff Licquia
614
615 [http://jeroen.wolffelaar.nl/blog/debian.rss]
616 name = Jeroen van Wolffelaar
617
618 # 2006-06-22 mako 
619 # this seems to be pushing out strange non-content feeds. maybe an
620 # atom issue. please provide a new feed or wait for an upgrade of planet
621 [http://www.pumuki.org/?feed=rss2&cat=11]
622 name = Jesus Climent
623 face = jcliment.png
624 faceheight = 79
625
626 # 2006-09-04 mako
627 # disabled due to a 500 (internal server error)
628 # [http://pensezbien.org/?flav=rss]
629 # name = Jimmy Kaplowitz
630
631 # 2006-09-04 mako
632 # disabled due to 404
633 # [http://www.sacredchao.net/~piman/journal/feed]
634 # name = Joe Wreschnig
635 # face = piman.png
636 # faceheight = 93
637
638 [http://www.wendlandnet.de/joerg/blog/en/index.rss]
639 name = Joerg Wendland
640 face = jwendland.png
641 faceheight = 89
642
643 [http://kitenet.net/~joey/blog/index.rss]
644 name = Joey Hess
645 face = joeyh2.png
646 facewidth = 84
647 faceheight = 75
648
649 [http://changelog.complete.org/feeds/index.rss1]
650 name = John Goerzen
651
652 # deutex maintainer
653 [http://alcopop.org/log/debian/feed]
654 name = Jon Dowland
655
656 [http://www.earth.li/~noodles/blog/index.rss]
657 name = Jonathan McDowell
658 face = noodles.png
659 facewidth = 110
660 faceheight = 118
661
662 [http://oskuro.net/blog?flav=rss]
663 name = Jordi Mallach
664 face = oskuro.png
665 faceheight = 77
666
667 [http://www.tribulaciones.org/blog/index.rss2]
668 name = Jose Carlos Garcia Sogo
669 face = jsogo.png
670 faceheight = 100
671 facewidth = 74
672
673 [http://triplehelix.org/blog/wp-rss2.php]
674 name = Joshua Kwan
675 face = joshk.png
676 facewidth = 69
677 faceheight = 92
678
679 [http://www.livejournal.com/users/np237/data/rss]
680 name = Josselin Mouette
681 face = np237.png
682 facewidth = 103
683 faceheight = 137
684
685 [http://blog.technologeek.org/feed]
686 name = Julien Blache
687 face = jblache.png
688 facewidth = 65
689 faceheight = 89
690
691 [http://julien.danjou.info/blog/rss.php?lang=en]
692 name = Julien Danjou
693 face = jdanjou.png
694 facewidth = 100 
695 faceheight = 84
696
697 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
698 name = Junichi Uekawa
699 face = dancer.png
700 facewidth = 75
701 faceheight = 97
702
703 [http://natalian.org/archives/category/debian/atom]
704 name = Kai Hendry
705 face = kai.png
706 faceheight = 78
707
708 [http://b9.com/index.rdf]
709 name = Kevin Rosenberg
710
711 [http://kmuto.jp/b.cgi/debian/index.rss]
712 name = Kenshi Muto
713 face = kmuto.png
714 facewidth = 68
715 faceheight = 101
716
717 [http://blog.kyle.mcmartin.ca/?feed=rss2]
718 name = Kyle McMartin
719 face = mcmartin.png
720 faceheight = 100
721
722 [http://liw.iki.fi/liw/log/log.rss]
723 name = Lars Wirzenius
724
725 [http://www.lucas-nussbaum.net/blog/?feed=rss2&cat=13]
726 name = Lucas Nussbaum
727 face = lucas.png
728 facewidth = 75
729 faceheight = 90
730
731 [http://community.livejournal.com/lbello_english/data/rss]
732 name = Luciano Bello
733 face = lucianobello.png
734 facewidth = 68
735 faceheight = 85
736
737 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
738 name = Manoj Srivastava
739 face = manoj2.png
740 facewidth = 65
741 faceheight = 83
742
743 [http://gonzo.dicp.de/~he/blog/feeds/index.rss2]
744 name = Marc 'HE' Brockschmidt
745 face = he.png
746 facewidth = 80
747 faceheight = 81
748
749 [http://blog.zugschlus.de/rss.php?serendipity%5btag%5d=debian-english]
750 name = Marc 'Zugschlus' Haber
751 face = zugschlus.png
752
753 [http://mltplanet.livejournal.com/data/rss]
754 name = Marcela Tiznado 
755 face = mlt.png
756 facewidth = 65
757 faceheight = 71
758
759 [http://blog.bofh.it/?format=atom03]
760 name = Marco d'Itri
761 face = md.jpg
762 facewidth = 96
763 faceheight = 95
764
765 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
766 name = Margarita Manterola
767 face = marga.png
768 facewidth = 65
769 faceheight = 103
770
771 [http://blog.marioiseli.com/index.php/feed]
772 name = Mario Iseli
773
774 [http://www.sirena.org.uk/log/?feed=atom]
775 name = Mark Brown
776
777 [http://blog.zobel.ftbfs.de/feed/]
778 name = Martin Zobel-Helas
779 face = zobel.png
780
781 [http://tildemh.com/blog/debian/index.rss]
782 name = Mark Howard
783
784 [http://q-funk.blogspot.com/atom.xml]
785 name = Martin-Éric Racine
786 face = qfunk.png
787 facewidth = 57
788
789 [http://blog.madduck.net/?flav=rss20]
790 name = Martin F. Krafft
791 face = madduck.png
792 facewidth = 75
793 faceheight = 94
794
795 [http://www.cyrius.com/journal/?flav=atom]
796 name = Martin Michlmayr
797 face = tbm.png
798 facewidth = 67
799 faceheight = 90
800
801 [http://www.infodrom.org/~joey/log/joey.rdf]
802 name = Joey Schulze
803
804 [http://mhatta.livejournal.com/data/rss]
805 name = Masayuki Hatta
806 face = mhatta.png
807 facewidth = 77
808 faceheight = 85
809
810 [http://www.advogato.org/person/mbrubeck/rss.xml]
811 name = Matt Brubeck
812 face = mbrubeck.png
813 faceheight = 88
814
815 [http://logicvortex.net/diary/planetdebian/index.rss10]
816 name = Matt Hope
817 face = dopey.png
818 faceheight = 65
819 facewidth = 66
820
821 [http://www.livejournal.com/users/mjg59/data/rss]
822 name = Matthew Garrett
823 face = mjg59.png
824 facewidth = 69
825 faceheight = 85
826
827 [http://www.advogato.org/person/mjg59/rss.xml]
828 name = Matthew Garrett
829 face = mjg59-hypno.gif
830 facewidth = 69
831 faceheight = 85
832 #facewidth = 72
833 #faceheight = 83
834
835 [http://www.hezmatt.org/~mpalmer/blog/general/index.rss]
836 name = Matthew Palmer
837 face = mpalmer.png
838 facewidth = 55
839 faceheight = 70
840
841 [http://www.livejournal.com/users/smurf_debian/data/rss]
842 name = Matthias Urlichs
843 face = smurf.png
844 facewidth = 65
845 faceheight = 85
846
847 [http://blog.alphascorpii.net/index.rss]
848 name = Meike Reichle
849 face = meike.png
850 faceheight = 76
851
852 [http://www.advogato.org/person/mbanck/rss.xml]
853 name = Michael Banck
854 face = azeem.png
855 facewidth = 64
856 faceheight = 79
857
858 # Brewster's Millions != Groundhog Day; please fix your blog
859 #[http://base0.net/feeds/categories/20-Planet-Debian.rss]
860 #name = Michael Janssen
861 #face = jamuraa.png
862 #facewidth = 59
863
864 [http://classpath.wildebeest.org/dairy-man-di/wp-rss2.php]
865 name = Michael Koch
866
867 [http://xerakko.livejournal.com/data/rss]
868 name = Miguel Gea
869 face = miguelgea.png
870 facewidth = 70
871 faceheight = 79
872
873 [http://www.debianslashrules.org/index.rss20]
874 name = Mike Beattie
875 face = mjb.png
876 facewidth = 77
877 faceheight = 97
878
879 [http://web.glandium.org/blog/?feed=rss2&cat=5]
880 name = Mike Hommey
881
882 [http://mjr.towers.org.uk/blog/all.rss]
883 name = MJ Ray
884 face = mjray2.png
885 faceheight = 94
886
887 [http://www.livejournal.com/users/morayallan/data/rss]
888 name = Moray Allan
889 face = moray.png
890 facewidth = 71
891 faceheight = 84
892
893 [http://www.inittab.de/blog/?flav=rss20]
894 name = Norbert Tretkowski
895 face = nobse.png
896 faceheight = 106
897 facewidth = 90
898
899 [http://hackers.propus.com.br/~pablo/rss/]
900 name = Pablo Lorenzzoni
901 face = spectra.png
902 faceheight = 89
903
904 [http://www.redellipse.net/stuff/Debian/index.rss]
905 name = Pascal Hakim
906 face = pasc.png
907 faceheight = 84
908
909 [http://paul.luon.net/journal/index.xml]
910 name = Paul van Tilburg
911
912 [http://www.advogato.org/person/pabs3/rss.xml]
913 name = Paul Wise
914
915 [http://perolofsson.livejournal.com/data/rss]
916 name = Per Olofsson
917
918 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
919 name = Per-Arne Hellarvik
920 face = per-arne.png
921 facewidth = 65
922 faceheight = 85
923
924 [http://www.advogato.org/person/weasel/rss.xml]
925 name = Peter Palfrader
926 face = weasel.png
927 facewidth = 56
928
929 [http://web.mornfall.net/blog.rss]
930 name = Petr Rockai
931
932 [http://pvaneynd.blogspot.com/atom.xml]
933 name = Peter Van Eynde
934 face = pvaneynd.png
935 facewidth = 59
936 faceheight = 100
937
938 [http://blog.hands.com/?flav=rss]
939 name = Phil Hands
940 face = philh.png
941 facewidth = 99
942 faceheight = 104
943
944 [http://blog.philkern.de/feeds/categories/4-Debian.rss]
945 name = Philipp Kern
946 face = pkern.png
947 facewidth = 69
948 faceheight = 85
949
950 [http://blog.madism.org/rss.php?lang=en]
951 name = Pierre Habouzit
952 face = phabouzit.png
953 facewidth = 64
954 faceheight = 82
955
956 [http://machard.org/blog/wp-rss2.php?cat=2]
957 name = Pierre Machard
958 face = machard.png
959 faceheight = 84
960
961 [http://people.debian.org/~dexter/dexter.jogger.pl.rss]
962 name = Piotr Roszatycki
963 face = dexter.png
964 facewidth = 65
965 faceheight = 89
966
967 [http://khensu.org/xml-rss2.php?full=yes]
968 name = Randall Donald
969 face = rdonald.png
970 facewidth = 85
971 faceheight = 85
972
973 [http://www.ouaza.com/wordpress/category/debian/feed/]
974 name = Raphaël Hertzog
975 face = hertzog.png
976 facewidth = 62
977 faceheight = 90
978
979 [http://remi.vanicat.free.fr/blog/index.php/category/debian-planet/feed/]
980 name = Remi Vanicat
981
982 [http://reports.progn.org/cgi-bin/blosxom/index.rss]
983 name = René van Bevern
984 face = rvb.png
985 facewidth = 80
986 faceheight = 104
987
988 [http://www.livejournal.com/users/nchip/data/rss]
989 name = Riku Voipio
990 face = nchip.png
991 facewidth = 70
992 faceheight = 85
993
994 [http://www.robster.org.uk/blog/feed/]
995 name = Rob Bradford
996
997 [http://blog.floopily.org/feed/]
998 name = Rob Taylor
999
1000 [http://advogato.org/person/robertc/rss.xml]
1001 name = Robert Collins
1002
1003 [http://www.robot101.net/feed/]
1004 name = Robert McQueen
1005
1006 [http://www.nul-unu.com/blogs/bleeding-edge/feed/]
1007 name = Rodrigo Gallardo
1008 face = gigio.png
1009 facewidth = 62
1010 faceheight = 85
1011
1012 [http://spacehunt.info/lang/en/feed?tag=Debian] 
1013 name = Roger So
1014
1015 [http://roland.entierement.nu/categories/geek-en.rss]
1016 name = Roland Mas
1017 face = lolando.png
1018 facewidth = 73
1019 faceheight = 88
1020
1021 [http://orebokech.com/debian/changelog.rss]
1022 name = Romain Francoise
1023
1024 [http://www.burtonini.com/blog/index.rss2]
1025 name = Ross Burton
1026 face = ross.png
1027 facewidth = 69
1028 faceheight = 85
1029
1030 [http://www.advogato.org/person/neuro/rss.xml]
1031 name = Ryan Murray
1032
1033 [http://stone-head.org/readme/debian/index.rss]
1034 name = Rudy Godoy
1035
1036 [http://etbe.blogspot.com/atom.xml]
1037 name = Russell Coker
1038
1039 [http://sam.zoy.org/blog/rss20.xml?cat=debian]
1040 name = Sam Hocevar
1041 face = hocevar2.png
1042 facewidth = 65
1043 faceheight = 89
1044
1045 [http://www.ringworld.org/~dieman/debianblog/index.xml]
1046 name = Scott Dier
1047
1048 [http://www.netsplit.com/blog/index.atom]
1049 name = Scott James Remnant
1050 face = keybuk.png
1051
1052 #[http://www.livejournal.com/users/keybuk/data/rss]
1053 #name = Scott James Remnant
1054 #face = keybuk.png
1055
1056 [http://www.advogato.org/person/harshy/rss.xml]
1057 name = Sean Harshbarger
1058 file = harshy.png
1059
1060 [http://www.rittau.org/blog/debian.xml]
1061 name = Sebastian Rittau
1062 face = srittau.png
1063 facewidth = 75
1064 faceheight = 100
1065
1066 [http://mixinet.net/~sto/blog.rss]
1067 name = Sergio Talens-Oliag
1068 face = sto.png
1069 sort_order = seen
1070
1071 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/p.d.o]
1072 name = Simon Law
1073 face = slaw.png
1074 facewidth = 74
1075 faceheight = 78
1076
1077 [http://www.hogyros.de/?q=blog/feed/1]
1078 name = Simon Richter
1079 face = sjr.png
1080 facewidth = 54
1081 faceheight = 80
1082
1083 [http://blog.sesse.net/blog/tech/?flav=rss]
1084 name = Steinar H. Gunderson
1085 face = sesse.png
1086 facewidth = 74
1087 faceheight = 85
1088
1089 [http://blog.steve.org.uk/feed/rss2/index.php]
1090 name = Steve Kemp
1091 face = skx.png
1092 facewidth = 76
1093 faceheight= 105
1094
1095 [http://www.livejournal.com/users/stevenk/data/rss/]
1096 name = Steve Kowalik
1097
1098 [http://web.dodds.net/~vorlon/wiki/blog.rss]
1099 name = Steve Langasek
1100 face = vorlon.png
1101 facewidth = 68
1102 faceheight = 90
1103
1104 [http://blog.einval.com/index.rss]
1105 name = Steve McIntyre
1106 face = sledge2.png
1107 facewidth = 59
1108 faceheight = 72
1109
1110 [http://blog.eltridente.org/planets_xml]
1111 name = Teófilo Ruiz Suárez
1112 face = teo.png
1113 facewidth = 51
1114 faceheight = 80
1115
1116 [http://haecceity.clearairturbulence.org/xml/rss20/feed.xml]
1117 name = Thom May
1118 face = thom.png
1119 facewidth = 59
1120
1121 [http://thomas.viehmann.net/halbgar/english/?flav=rss]
1122 name = Thomas Viehmann
1123
1124 [http://www.livejournal.com/users/ttroxell/data/rss]
1125 name = Todd Troxell
1126 # image is broken somehow
1127 #face = troxell.png
1128 faceheight = 100
1129 facewidth = 87
1130
1131 [http://err.no/personal/blog/tech/?flav=rss]
1132 name = Tollef Fog Heen
1133 face = tollef.png
1134 faceheight = 92
1135
1136 [http://zinosat.blogspot.com/atom.xml]
1137 name = Davide Viti
1138 face = zinosat.jpg
1139 facewidth = 85
1140 faceheight = 110
1141
1142 [http://www.wiggy.net/index.atom]
1143 name = Wichert Akkerman
1144
1145 [http://www.grep.be/blog/en/index.rss]
1146 name = Wouter Verhelst
1147 face = wouter2.png
1148 facewidth = 68
1149 faceheight = 85
1150
1151 [http://zac.sprackett.com/site/category/technology/debian/rss2]
1152 name = S. Zachariah Sprackett
1153
1154 [http://blog.wooyd.org/wp-rss2.php]
1155 name = Jurij Smakov
1156 face = jurij.png
1157 facewidth = 71
1158 faceheight = 85
1159
1160 [http://www.damog.net/?feed=rss2&cat=5]
1161 name = David Moreno Garza
1162 face = damogzito.png
1163 facewidth = 70
1164 faceheight = 85
1165
1166 [http://www.df7cb.de/blog/debian/index.rss]
1167 name = Christoph Berg
1168 face = myon.png
1169 facewidth = 71
1170 faceheight = 95
1171
1172 # 2006-09-04 mako
1173 # disabled due to the 404
1174 # [http://www.squishy.cc/blog/wp-rss2.php?cat=1]
1175 # name = Andres Salomon
1176 # face = dilinger.png
1177 # facewidth = 93
1178 # faceheight = 94
1179
1180 #[http://nion.modprobe.de/blog/feeds/categories/2-debian.rss]
1181 #name = Nico Golde
1182
1183 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
1184 name = NOKUBI Takatsugu
1185
1186 [http://blog.rupamsunyata.org/feed/planet.xml]
1187 name = Decklin Foster
1188 face = decklin.png
1189 facewidth = 60
1190 faceheight = 80
1191
1192 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
1193 name = Eduard Bloch
1194 face = blade.png
1195 facewidth = 78
1196 faceheight = 90
1197
1198 #removed on user request
1199 #[http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
1200 #name = Mirco Bauer
1201
1202 [http://www.perrier.eu.org/weblog/bubulle/planet-debian/index.rss]
1203 name = Christian Perrier
1204 face = bubulle.png
1205 facewidth = 69
1206 faceheight = 85
1207
1208 # 2005-02-11 mako
1209 # most recent entry about fixing the blog keeps showing up on top of
1210 # planet. the old problem may be fixed but this blog is still badly
1211 # broken.  please check with me *before* re-enabling
1212 # 2005-04-01 nomeata
1213 # applied fix as described on http://changelog.complete.org/posts/469-Dupes-really-fixed-now.html
1214 # re-enabled feed. daily snapshots in ~nomeata/feed-watch
1215 # 2005-04-30 mako
1216 # the problems are still showing up. you didn't get it. we can try again after
1217 # the next version of planet is released or if you think you have it fixed again
1218 # 2006-05-07 nomeata
1219 # I modified serendipity to not do what is described here. If it does not
1220 # help, I ll remove my feed myself. Sorry for any inconvenience.
1221 # http://antti-juhani.kaijanaho.fi/newblog/archives/69
1222 # For the record: The dates should be 2006 in this discussion.
1223 [http://www.joachim-breitner.de/blog/feeds/categories/1-English.rss]
1224 name = Joachim Breitner
1225 face = nomeata.png
1226 facewidth = 64
1227 faceheight = 64
1228
1229 [http://www.hermann-uwe.de/node/feed]
1230 name = Uwe Hermann
1231
1232 [http://www.hermann-uwe.de/node/feed]
1233 name = Uwe Hermann
1234
1235 # gtklp-sponsee, added by Andreas Metzler.
1236 # Please kick me if zakame's feed is broken.
1237 [http://zakame.spunge.org/index.rss]
1238 name = Zak B. Elep
1239
1240 # 2005-07-18 jordi
1241 # Disabled due to broken links and continous reposting of
1242 # already seen posts. Informed Horms.
1243 # 2006-01-15
1244 # Renabled because I think its fixed. I will monitor it and
1245 # re-disable it if this is not the case
1246 # 2006-01-30 damog:
1247 #  I hope nobody minds if I place his real name here.
1248 # 2006-01-31 mako
1249 # It's not fixed. Your latest post has been on the top of planet for a couple
1250 # days now. Please check with me *before* you re-enable.
1251 #[http://www.vergenet.net/~horms/pleb_blossom/atom.xml]
1252 #name = Simon Horman
1253 #face = horms.png
1254 #facewidth = 49
1255 #faceheight = 74
1256
1257 # And before anyone complains - of course I have the OK :)
1258 # I just hope it looks ok - 2006-07-25 joerg
1259 [http://blog.halon.org.uk/index.rss]
1260 name = Neil McGovern
1261 #face = neilm.png
1262 face = scotsman.png
1263 facewidth = 100
1264 faceheight = 20
1265
1266 [http://people.quaqua.net/ultrotter/blog/archives/category/debian/feed]
1267 name = Guido Trotter
1268 face = ultrotter.png
1269 facewidth = 65
1270 faceheight = 83
1271
1272 [http://www.mattb.net.nz/blog/wp-rss2.php?cat=3,4]
1273 name = Matt Brown
1274 face = mattb.png
1275 facewidth = 65
1276 faceheight = 85
1277
1278 [http://blog.windfluechter.net/?q=taxonomy/term/1/0/feed]
1279 name = Ingo Juergensmann
1280
1281 [http://ze-dinosaur.livejournal.com/data/rss]
1282 name = Eric Dorland
1283 face = eric.png
1284 facewidth = 65
1285 faceheight = 91
1286
1287 [http://blog.bureado.com.ve/?feed=rss2&cat=12]
1288 name = José Parrella
1289 face = bureado.png
1290 facewidth = 80
1291 faceheight = 98
1292
1293 [http://perldition.org/?view=rss]
1294 name = Florian Ragwitz
1295
1296 [http://womble2.livejournal.com/data/rss]
1297 name = Ben Hutchings
1298 face = benh.png
1299 facewidth = 109
1300 faceheight = 100
1301
1302 [http://www.earth.li/~huggie/blog/tech/debian/planet/index.atom]
1303 name = Simon Huggins
1304
1305 # 2006-05-26 mako
1306 # please provide a feed with only english and find a way not to spam planet
1307 # [http://www.carlospc.org/xml/rss/feed.xml]
1308 # name = Carlos Parra Camargo
1309
1310 # SoC: Debtags summer of code project:
1311 [http://www.alextreme.org/drupal/?q=taxonomy/term/6/0/feed]
1312 name = Alex de Landgraaf
1313
1314 # SoC: d-i/Hurd summer of code project (mentor: cjwatson):
1315 [http://xsunblog.blogspot.com/atom.xml]
1316 name = Matheus Morais
1317
1318 # SoC 2006: Improve the Debian boot system (mentor: Petter Reinholdtsen)
1319 [http://bootdebian.blogspot.com/atom.xml]
1320 name = Carlos Villegas
1321
1322 [http://otavio.ossystems.com.br/?feed=rss2&cat=3]
1323 name = Otavio Salvador
1324 face = otavio.png
1325 facewidth = 63
1326 faceheight = 85
1327
1328 # 20060-06-22 mako
1329 # this was showing up in a way that flooded things.
1330 # check with me before reenabling
1331 #[http://www.debian.org/News/weekly/dwn.en.rdf]
1332 #name = Debian Weekly News
1333 #face = dwn.png
1334
1335 # most people like Planet to be personal blogs only - aba, 2006-08-04
1336 #[http://times.debian.net/?format=rss20.xml&category=-weekly-news]
1337 #name = DebianTimes