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