]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
add mechanix
[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://bostoncoop.net/adam/weblog/index.rss]
76 name = Adam Kessel
77 face = kessel.png
78 faceheight = 99
79
80 [http://the-swirl.org/~adeodato/blog/rss/debian.xml]
81 name = Adeodato Simó
82 face = dato.png
83 facewidth = 81
84 faceheight = 95
85
86 [http://aigarius.blogspot.com/atom.xml]
87 name = Aigars Mahinovs
88 face = aigarius_hg.png
89 facewidth = 85
90 faceheight = 116
91
92 [http://log.schmehl.info/Debian/index.rss]
93 name = Alexander Schmehl
94 face = tolimar.png
95
96 [http://www.formorer.de/blogs/index.php?/feeds/categories/2-Debian.rss]
97 name = Alexander Wirt
98 face = formorer.png
99 facewidth = 94
100 faceheight = 101
101
102 [http://www.sukria.net/en/feed/rss2/]
103 name = Alexis Sukrieh
104 face = sukria.png
105
106 [http://www.livejournal.com/users/amayita/data/rss/]
107 name = Amaya Rodrigo
108 face = amaya.png
109 faceheight = 111
110
111 [http://www.advogato.org/person/andrelop/rss.xml]
112 name = Andre Luis Lopes
113
114 [http://blogs.turmzimmer.net/en/index.rss]
115 name = Andreas Barth
116
117 [http://blog.andrew.net.au/planetdebian/index.rss]
118 name = Andrew Pollock
119 face = apollock.png
120 facewidth = 88
121 faceheight = 103
122
123 [http://www.advogato.org/person/rotty/rss.xml]
124 name = Andreas Rottmann
125 face = rotty.jpg
126 facewidth = 95
127 faceheight = 115
128
129 [http://www.schuldei.org/weblog/blog//?flav=rss]
130 name = Andreas Schuldei
131
132 [http://blog.anselms.net/debian/index.rss]
133 name = Anselm Lingnau
134
135 [http://azure.humbug.org.au/~aj/blog/planetdebian/index.rss]
136 name = Anthony Towns
137 face = ajt.png
138 facewidth = 77
139 faceheight = 96
140
141 [http://www.kaijanaho.info/antti-juhani/blog/en/index.rss]
142 name = Antti-Juhani Kaijanaho
143 face = antti.png
144 facewidth = 79
145 faceheight = 96
146
147 [http://www.livejournal.com/users/go_team_ari/rss]
148 name = Ari Pollak
149 face = ari.png
150 facewidth = 75
151 faceheight = 92
152
153 [http://www.edev.be/blog/wp-rss2.php?cat=2]
154 name = Arnaud Vandyck
155 face = avdyk.png
156 facewidth = 65
157 faceheight = 82
158
159 [http://blog.aurel32.net/wp-rss2.php?cat=1]
160 name = Aurelien Jarno
161 face = aurel32.png
162 facewidth = 65
163 faceheight = 85
164
165 [http://www.yepthatsme.com/wp-feed.php?feed=rss2&cat=9]
166 name = Barry Hawkins
167 face = barryh.png
168 facewidth = 65
169 faceheight = 85
170
171 [http://www.gag.com/cgi-bin/blosxom/index.rss]
172 name = Bdale Garbee
173 face = bdale.png
174 facewidth = 58
175
176 [http://www.grassouille.org/blogmax/rss.xml]
177 name = Benjamin Drieu
178 face = benj.png
179 facewidth = 72
180 faceheight = 96
181
182 [http://mako.cc/copyrighteous/?flav=rss]
183 name = Benjamin Mako Hill
184 face = mako.png
185 facewidth = 65
186 faceheight = 93
187
188 [http://necrotic.deadbeast.net/~branden/blog/exuberance?flav=rss]
189 name = Branden Robinson
190 # Let me come up with my own "hackergotchi", please.  :-/  --BR, 2005-05-03
191
192 [http://www.sommitrealweird.co.uk/blog/?flav=atom]
193 name = Brett Parker
194
195 [http://www.bbassett.net/blog/debian-rss.xml]
196 name = Brian Bassett
197
198 [http://bignachos.com/?feed=rss2]
199 name = Brian Nelson
200 face = pyro.png
201 facewidth = 71
202 faceheight = 102
203
204 [http://www.livejournal.com/users/claviola/rss]
205 name = Carlos Laviola
206 face = claviola.png
207 facewidth = 95
208 faceheight = 115
209
210 [http://debian.nullcode.org/b/index.rss]
211 name = Chris Anderson
212
213 [http://cheney.cx/site/blog/feed/atom/]
214 name = Chris Cheney
215
216 [http://xana.scru.org/cgi-bin/blosxom/index.atom]
217 name = Clint Adams
218
219 [http://web.verbum.org/?flav=rss]
220 name = Colin Walters
221 face = walters.png
222 facewidth = 65
223 faceheight = 81
224
225 [http://www.advogato.org/person/seeS/rss.xml]
226 name = Craig Small
227
228 [http://lambdaman.blogspot.com/atom.xml]
229 name = Daniel Burrows
230 face = dburrows.png
231 facewidth = 80
232 faceheight = 69
233
234 [http://www.livejournal.com/users/mirrorlynx/data/rss]
235 name = Dan Weber
236
237 [http://www.flexserv.de/blog/index.rss]
238 name = Daniel J. Priem
239 face = codebreaker.png
240 facewidth = 66
241 faceheight = 91
242
243 # Disabled because it's not used any more and not right to feed pdn
244 # [http://www.livejournal.com/users/terryfish/data/rss]
245 # name = Daniel Silverstone
246 # face = kinnison.png
247 # facewidth = 75
248 # faceheight = 96
249
250 [http://blog.digital-scurf.org/?flav=atom]
251 name = Daniel Silverstone
252 face = kinnison.png
253 facewidth = 75
254 faceheight = 96
255
256 [http://www.fooishbar.org/blog/?flav=rss]
257 name = Daniel Stone
258 face = daniels.png
259 faceheight = 107
260
261 [http://www.livejournal.com/users/gravityboy/data/rss]
262 name = David Nusinow
263 face = dnusinow.png
264 faceheight = 85
265 facewidth = 56
266
267 [http://www.davidpashley.com/cgi/pyblosxom.cgi?flav=atom]
268 name = David Pashley
269 face = jd.png
270 faceheight = 84
271
272 [http://dirk.eddelbuettel.com/blog/index.rss]
273 name = Dirk Eddelbuettel
274 face = dirk.png
275 faceheight = 90
276
277 [http://usefulinc.com/edd/blog/rss91]
278 name = Edd Dumbill
279 face = edd.png
280 facewidth = 62
281 faceheight = 80
282
283 [http://ema.homeip.net/blog/debian/?flav=rss]
284 name = Emanuele Rocca
285 face = ema.png
286 facewidth = 77
287 faceheight = 85
288
289 [http://warmenhoven.org/blog/feed/]
290 name = Eric Warmenhoven
291
292 [http://blog.drinsama.de/erich/en/index.rss]
293 name = Erich Schubert
294 face = erich.png
295 facewidth = 76
296 faceheight = 100
297
298 [http://cytosine.org/~helix/lemonade/?flav=rss]
299 name = Erinn Clark
300 face = erinn.png
301 facewidth = 70
302 faceheight = 81
303
304 [http://www.fabbione.net/blog?flav=rss]
305 name = Fabio M. Di Nitto
306 face = fabbione.png
307 facewidth = 65
308 faceheight = 89
309
310 [http://people.initd.org/fog/?flav=rss]
311 name = Federico Di Gregorio
312
313 [http://www.advogato.org/person/fweiden/rss.xml]
314 name = Fernanda Weiden
315 face = nanda.png
316 facewidth = 55
317 faceheight = 70
318
319 [http://slider.rack66.net/~mechanix/blog/?flav=atom]
320 name = Filip Van Raemdonck
321 face = mechanix.png
322 facewidth = 71
323 faceheight = 94
324
325 [http://www.livejournal.com/users/djpig/data/rss]
326 name = Frank Lichtenheld
327
328 [http://ukai.org/b/log/debian/?flav=rss]
329 name = Fumitoshi Ukai
330 face = ukai.png
331 facewidth = 65
332 faceheight = 85
333
334 [http://weinholt.se/weblog/debian?flav=rss]
335 name = Göran Weinholt
336
337 [http://ganneff.de/blog/index.rss]
338 name = Joerg Jaspert
339
340 [http://alfie.ist.org/blog/index.rss]
341 name = Gerfried Fuchs
342 face = alfie2.png
343 faceheight = 75
344
345 [http://bonehunter.rulez.org/~algernon/blog/index.atom]
346 name = Gergely Nagy
347 face = algernon.png
348 facewidth = 110
349 faceheight = 85
350
351 [http://www.gotom.jp/~gotom/cgi-bin/blosxom.cgi/index.rss]
352 name = GOTO Masanori
353
354 [http://www.gwolf.org/xml/blog.rss]
355 name = Gunnar Wolf
356 face = gwolf.png
357 facewidth = 60
358 faceheight = 102
359
360 [http://www.advogato.org/person/kov/rss.xml]
361 name = Gustavo Noronha Silva
362 face = kov.png
363 facewidth = 74
364 faceheight = 67
365
366 [http://www.advogato.org/person/gadek/rss.xml]
367 name = Grzegorz B. Prokopski
368
369 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
370 name = Hanna Wallach
371 face = hanna.png
372 facewidth = 59
373 faceheight = 85
374
375 # Removed, 2005-04-30
376 # -- please provide a feed without Progeny advertising content
377 # -- readded -- Norbert Tretkowski
378 # -- Please yank all Ubuntu/Progeny/RedHat mentioning blogs, or
379 #    formulate a proper policy, and communicate that _first_ before
380 #    yanking feeds -- Manoj Srivastava
381 [http://ianmurdock.com/index-full.xml]
382 name = Ian Murdock
383 face = imurdock.png
384 facewidth = 79
385 faceheight = 109
386
387 [http://genibel.org/blog/rss.php]
388 name = Igor Genibel
389 face = igor.genibel.png
390 facewidth = 65
391 faceheight = 85
392
393 [http://people.warp.es/~isaac/blog/wp-rss2.php]
394 name = Isaac Clerencia
395
396 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
397 name = Isaac Jones
398 face = isaac.png
399 facewidth = 90
400 faceheight = 89
401
402 [http://home.o2w.net/~ivo/index/debian/index.rss]
403 name = Ivo Timmermans
404
405 [http://raw-output.org/feed/rss2]
406 name = Jacobo Tarrío Barreiro
407 face = jacobo.png
408 facewidth = 71
409 faceheight = 95
410
411 [http://javierlinares.com/blog/debian.xml]
412 name = Javier Linares
413 face = jlinares.png
414 facewidth = 60
415
416 [http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
417 name = Javier Viñuales Gutiérrez
418
419 [http://www.braincells.com/debian/index.rss]
420 name = Jaldhar Vyas
421 face = jaldhar.png
422 facewidth = 104
423 faceheight = 102
424
425 [http://phython.blogspot.com/atom.xml]
426 name =  James Morrison
427
428 # BANNED -06oct04, keybuk
429 #
430 # [http://mars.ephaone.org/cgi-bin/pyblosxom.cgi?flav=rss]
431 # name = Jean-Michel Kelbert 
432 #
433 # DO NOT UNDER ANY CIRCUMSTANCES UNCOMMENT THIS ENTRY.
434
435 [http://www.raspberryginger.com/jbailey/weblog/blog?flav=rss]
436 name = Jeff Bailey
437
438 [http://www.licquia.org/wp-rss2.php?cat=6]
439 name = Jeff Licquia
440
441 [http://beta.pumuki.org/?q=blog/feed/1]
442 name = Jesus Climent
443 face = jcliment.png
444 faceheight = 79
445
446 [http://pensezbien.org/?flav=rss]
447 name = Jimmy Kaplowitz
448
449 [http://www.sacredchao.net/~piman/journal/feed]
450 name = Joe Wreschnig
451 face = piman.png
452 faceheight = 93
453
454 [http://snipsnap.wendlandnet.de/digital-life/exec/rss?snip=start]
455 name = Joerg Wendland
456 face = jwendland.png
457 faceheight = 89
458
459 [http://kitenet.net/~joey/blog/index.rss]
460 name = Joey Hess
461 face = joeyh2.png
462 facewidth = 84
463 faceheight = 75
464
465 [http://changelog.complete.org/rss.xml]
466 name = John Goerzen
467
468 [http://oskuro.net/blog?flav=rss]
469 name = Jordi Mallach
470 face = oskuro.png
471 faceheight = 77
472
473 [http://www.tribulaciones.org/blog/index.rss2]
474 name = Jose Carlos Garcia Sogo
475 face = jsogo.png
476 faceheight = 100
477 facewidth = 74
478
479 [http://triplehelix.org/blog/wp-rss2.php]
480 name = Joshua Kwan
481 face = joshk.png
482 facewidth = 69
483 faceheight = 92
484
485 [http://www.livejournal.com/users/np237/data/rss]
486 name = Josselin Mouette
487 face = np237.png
488 facewidth = 71
489 faceheight = 70
490
491 [http://blog.technologeek.org/feed]
492 name = Julien Blache
493 face = jblache.png
494 facewidth = 65
495 faceheight = 89
496
497 [http://julien.danjou.info/blog/rss.php?lang=en]
498 name = Julien Danjou
499
500 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
501 name = Junichi Uekawa
502 face = dancer.png
503 facewidth = 75
504 faceheight = 97
505
506 [http://natalian.org/archives/category/debian/atom]
507 name = Kai Hendry
508 face = kai.png
509 faceheight = 78
510
511 [http://b9.com/index.rdf]
512 name = Kevin Rosenberg
513
514 [http://kmuto.jp/b.cgi/debian/index.rss]
515 name = Kenshi Muto
516 face = kmuto.png
517 facewidth = 64
518 faceheight = 97
519
520 [http://blog.kyle.mcmartin.ca/wp-rss2.php]
521 name = Kyle McMartin
522 face = mcmartin.png
523 faceheight = 100
524
525 [http://liw.iki.fi/liw/log/log.rss]
526 name = Lars Wirzenius
527
528 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
529 name = Manoj Srivastava
530 face = manoj2.png
531 facewidth = 65
532 faceheight = 83
533
534 [http://gonzo.dicp.de/~he/blog/feeds/index.rss2]
535 name = Marc 'HE' Brockschmidt
536
537 [http://blog.bofh.it/?format=atom]
538 name = Marco d'Itri
539 face = marco2.png
540 facewidth = 65
541 faceheight = 86
542
543 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
544 name = Margarita Manterola
545 face = marga.png
546 facewidth = 87
547 faceheight = 113
548
549 #[http://www.sirena.org.uk/log/?feed=rss2]
550 #name = Mark Brown
551
552 [http://www.livejournal.com/users/broonie/data/rss]
553 name = Mark Brown
554
555 [http://www.ftbfs.de/~zobel/cgi-bin/blosxom/index.rss]
556 name = Martin Zobel-Helas
557 face = zobel.png
558
559 [http://tildemh.com/blog/debian/index.rss]
560 name = Mark Howard
561
562 [http://www.iki.fi/q-funk/index.rdf]
563 name = Martin-Éric Racine
564 face = qfunk.png
565 facewidth = 57
566
567 [http://www.cyrius.com/journal/?flav=atom]
568 name = Martin Michlmayr
569 face = tbm.png
570 facewidth = 67
571 faceheight = 90
572
573 [http://www.infodrom.org/~joey/log/joey.rdf]
574 name = Martin 'Joey' Schulze
575
576 [http://www.mhatta.org/blosxom/blosxom.cgi/index.rss]
577 name = Masayuki Hatta
578
579 [http://www.advogato.org/person/mbrubeck/rss.xml]
580 name = Matt Brubeck
581 face = mbrubeck.png
582 faceheight = 88
583
584 [http://logicvortex.net/diary/debian/index.rss10]
585 name = Matt Hope
586 face = dopey.png
587 faceheight = 65
588 facewidth = 66
589
590 [http://www.livejournal.com/users/mjg59/data/rss]
591 name = Matthew Garrett
592 face = mjg59-pig.png
593 facewidth = 65 
594 faceheight = 85
595
596 [http://www.advogato.org/person/mjg59/rss.xml]
597 name = Matthew Garrett
598 face = mjg59.png
599 facewidth = 72
600 faceheight = 83
601
602 [http://www.livejournal.com/users/smurf_debian/data/rss]
603 name = Matthias Urlichs
604 face = smurf.png
605 facewidth = 65
606 faceheight = 85
607
608 [http://www.advogato.org/person/mbanck/rss.xml]
609 name = Michael Banck
610 face = azeem.png
611 facewidth = 64
612 faceheight = 80
613
614 [http://www.base0.net/feed/atom/]
615 name = Michael Janssen
616 face = jamuraa.png
617 facewidth = 59
618
619 [http://www.debianslashrules.org/index.rss20]
620 name = Mike Beattie
621 face = mjb.png
622 facewidth = 77
623 faceheight = 97
624
625 [http://mjr.towers.org.uk/blog/all.rss]
626 name = MJ Ray
627 face = mjray2.png
628 faceheight = 94
629
630 [http://www.livejournal.com/users/morayallan/data/rss]
631 name = Moray Allan
632 face = moray.png
633 facewidth = 66
634 faceheight = 85
635
636 [http://www.inittab.de/blog/index.rss]
637 name = Norbert Tretkowski
638 face = nobse.png
639 faceheight = 106
640 facewidth = 90
641
642 [http://hackers.propus.com.br/~pablo/rss/]
643 name = Pablo Lorenzzoni
644 face = spectra.png
645 faceheight = 89
646
647 [http://www.redellipse.net/stuff/Debian/index.rss]
648 name = Pascal Hakim
649 face = pasc.png
650 faceheight = 84
651
652 [http://paul.luon.net/journal/index.xml]
653 name = Paul van Tilburg
654
655 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
656 name = Per-Arne Hellarvik
657
658 [http://www.advogato.org/person/weasel/rss.xml]
659 name = Peter Palfrader
660 face = weasel.png
661 facewidth = 56
662
663 [http://pvaneynd.blogspot.com/atom.xml]
664 name = Peter Van Eynde
665 face = pvaneynd.png
666 facewidth = 59
667 faceheight = 100
668
669 [http://blog.madism.org/rss.php?cat=Debian]
670 name = Pierre Habouzit
671 face = phabouzit.png
672 facewidth = 64
673 faceheight = 82
674
675 [http://machard.org/blog/wp-rss2.php?cat=2]
676 name = Pierre Machard
677 face = machard.png
678 faceheight = 84
679
680 [http://www.hackgnu.org/cgi-bin/pyblosxom.cgi/debian/?flav=rss]
681 name = Ramakrishnan Muthukrishnan
682
683 [http://www.khensu.org/xml-rss2.php?full=yes]
684 name = Randall Donald
685 face = rdonald.png
686 facewidth = 85
687
688 [http://www.ouaza.com/wordpress/category/debian/feed/]
689 name = Raphaël Hertzog
690
691 [http://remi.vanicat.free.fr/blog/index.php/category/flos/feed/]
692 name = Remi Vanicat
693
694 [http://pluto.dyndns.info:11811/blog?flav=rss]
695 name = Rene Engelhard
696
697 [http://www.livejournal.com/users/nchip/data/rss]
698 name = Riku Voipio
699 face = nchip.png
700 facewidth = 70
701 faceheight = 85
702
703 [http://www.robster.org.uk/blog/?flav=atom]
704 name = Rob Bradford
705
706 [http://advogato.org/person/robertc/rss.xml]
707 name = Robert Collins
708
709 [http://www.robot101.net/feed/]
710 name = Robert McQueen
711
712 [http://spacehunt.info/rss.php]
713 name = Roger So
714
715 [http://roland.entierement.nu/index.php/archives/category/geek/rss2]
716 name = Roland Mas
717 face = lolando.png
718 facewidth = 55
719 faceheight = 59
720
721 [http://orebokech.com/debian/changelog.rss]
722 name = Romain Francoise
723
724 [http://www.burtonini.com/blog/?flav=rss]
725 name = Ross Burton
726 face = ross.png
727 facewidth = 60
728 faceheight = 78
729
730 [http://www.advogato.org/person/sh/rss.xml]
731 name = Sam Hocevar
732 face = hocevar2.png
733 facewidth = 65
734 faceheight = 89
735
736 [http://www.ringworld.org/~dieman/debianblog/index.xml]
737 name = Scott Dier
738
739 [http://www.netsplit.com/blog/index.atom]
740 name = Scott James Remnant
741 face = keybuk.png
742
743 [http://www.livejournal.com/users/keybuk/data/rss]
744 name = Scott James Remnant
745 face = keybuk.png
746
747 [http://www.advogato.org/person/harshy/rss.xml]
748 name = Sean Harshbarger
749 file = harshy.png
750
751 [http://www.rittau.org/blog/debian.xml]
752 name = Sebastian Rittau
753 face = srittau.png
754 facewidth = 75
755 faceheight = 100
756
757 [http://www.advogato.org/person/seb128/rss.xml]
758 name = Sebastien Bacher
759
760 [http://mixinet.net/stoblog/?flav=rss]
761 name = Sergio Talens-Oliag
762 face = sto.png
763 sort_order = seen
764
765 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/debian:]
766 name = Simon Law
767 face = slaw.png
768 facewidth = 74
769 faceheight = 78
770
771 [http://blog.steve.org.uk/feed/rss2/]
772 name = Steve Kemp
773 face = skx.png
774 facewidth = 76
775 faceheight= 105
776
777 [http://www.lavalamp.ca/blog/debian/?flav=rss]
778 name = Steven Baker
779
780 [http://www.advogato.org/person/vorlon/rss.xml]
781 name = Steve Langasek
782
783 [http://blog.einval.com/index.rss]
784 name = Steve McIntyre
785 face = sledge2.png
786 facewidth = 59
787 faceheight = 72
788
789 [http://blog.eltridente.org/planets_xml]
790 name = Teófilo Ruiz Suárez
791 face = teo.png
792 facewidth = 51
793 faceheight = 80
794
795 [http://blog.clearairturbulence.org/?flav=rss]
796 name = Thom May
797 face = thom.png
798 facewidth = 59
799
800 [http://www.livejournal.com/users/ttroxell/data/rss]
801 name = Todd Troxell
802 face = troxell.png
803 faceheight = 100
804 facewidth = 87
805
806 [http://err.no/personal/blog/tech/?flav=rss]
807 name = Tollef Fog Heen
808 face = tollef.png
809 faceheight = 92
810
811 [http://zinosat.blogspot.com/atom.xml]
812 name = Davide Viti
813
814 [http://www.wiggy.net/index.atom]
815 name = Wichert Akkerman
816
817 [http://www.grep.be/blog/en/index.rss]
818 name = Wouter Verhelst
819 face = wouter2.png
820 facewidth = 68
821 faceheight = 85
822
823 [http://zac.sprackett.com/site/category/technology/debian/rss2]
824 name = S. Zachariah Sprackett
825
826 [http://blog.wooyd.org/wp-rss2.php]
827 name = Jurij Smakov
828 face = jurij.png
829 facewidth = 71
830 faceheight = 85
831
832 [http://castor.dhcp.uia.mx/~damogar/debian/debian-blog.rss]
833 name = David Moreno Garza
834 face = damog.png
835 facewidth = 97
836 faceheight = 100
837
838 [http://www.df7cb.de/blog/debian/index.rss]
839 name = Christoph Berg
840 face = myon.png
841 facewidth = 68
842 faceheight = 90
843
844 [http://weblog.dividedsky.net/~dilinger/wp-rss2.php?cat=1]
845 name = Andres Salomon
846 face = dilinger.png
847 facewidth = 93
848 faceheight = 94
849
850 [http://nion.supersized.org/feeds/categories/1-debian.rss]
851 name = Nico Golde
852 face = ngolde.png
853 facewidth = 65
854 faceheight = 84
855
856 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
857 name = NOKUBI Takatsugu
858
859 [http://www.red-bean.com/~decklin/blog/tech?flav=atom]
860 name = Decklin Foster
861 face = decklin.png
862 facewidth = 60
863 faceheight = 80
864
865 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
866 name = Eduard Bloch
867 face = blade.png
868 facewidth = 78
869 faceheight = 90
870
871 [http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
872 name = Mirco Bauer
873
874 [http://www.perrier.eu.org/weblog/index.rss]
875 name = Christian Perrier
876 face = bubulle.png
877 facewidth = 69
878 faceheight = 85
879
880 [http://www.joachim-breitner.de/blog/feeds/categories/1-Debian.rss]
881 name = Joachim Breitner
882 face = nomeata.png
883 facewidth = 64
884 faceheight = 64
885
886 [http://www.hermann-uwe.de/node/feed]
887 name = Uwe Hermann
888