]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
add Ian Murdock hackergotchi
[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.png
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.yukidoke.org/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.rss]
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://www.livejournal.com/users/mirrorlynx/data/rss]
229 name = Dan Weber
230
231 [http://www.flexserv.de/blog/index.rss]
232 name = Daniel J. Priem
233 face = codebreaker.png
234 facewidth = 66
235 faceheight = 91
236
237 [http://www.livejournal.com/users/terryfish/data/rss]
238 name = Daniel Silverstone
239 face = kinnison.png
240 facewidth = 75
241 faceheight = 96
242
243 [http://blog.digital-scurf.org/?flav=atom]
244 name = Daniel Silverstone
245 face = kinnison.png
246 facewidth = 75
247 faceheight = 96
248
249 [http://www.fooishbar.org/blog/?flav=rss]
250 name = Daniel Stone
251 face = daniels.png
252 faceheight = 107
253
254 [http://www.livejournal.com/users/gravityboy/data/rss]
255 name = David Nusinow
256 face = dnusinow.png
257 faceheight = 85
258 facewidth = 56
259
260 [http://www.davidpashley.com/cgi/pyblosxom.cgi?flav=atom]
261 name = David Pashley
262 face = jd.png
263 faceheight = 84
264
265 [http://dirk.eddelbuettel.com/blog/index.rss]
266 name = Dirk Eddelbuettel
267 face = dirk.png
268 faceheight = 90
269
270 [http://usefulinc.com/edd/blog/rss91]
271 name = Edd Dumbill
272 face = edd.png
273 facewidth = 62
274 faceheight = 80
275
276 [http://ema.homeip.net/blog/debian/?flav=rss]
277 name = Emanuele Rocca
278 face = ema.png
279 facewidth = 77
280 faceheight = 85
281
282 [http://warmenhoven.org/blog/feed/]
283 name = Eric Warmenhoven
284
285 [http://blog.drinsama.de/erich/en/index.rss]
286 name = Erich Schubert
287 face = erich.png
288 facewidth = 76
289 faceheight = 100
290
291 [http://cytosine.org/~helix/lemonade/?flav=rss]
292 name = Erinn Clark
293 face = erinn.png
294 facewidth = 70
295 faceheight = 81
296
297 [http://www.fabbione.net/blog?flav=rss]
298 name = Fabio M. Di Nitto
299 face = fabbione.png
300 facewidth = 65
301 faceheight = 89
302
303 [http://people.initd.org/fog/?flav=rss]
304 name = Federico Di Gregorio
305
306 [http://www.advogato.org/person/fweiden/rss.xml]
307 name = Fernanda Weiden
308 face = nanda.png
309 facewidth = 55
310 faceheight = 70
311
312 [http://www.livejournal.com/users/djpig/data/rss]
313 name = Frank Lichtenheld
314
315 [http://ukai.org/b/log/debian/?flav=rss]
316 name = Fumitoshi Ukai
317 face = ukai.png
318 facewidth = 65
319 faceheight = 85
320
321 [http://weinholt.se/weblog/debian?flav=rss]
322 name = Göran Weinholt
323
324 [http://ganneff.de/blog/index.rss]
325 name = Joerg Jaspert
326
327 [http://alfie.ist.org/blog/index.rss]
328 name = Gerfried Fuchs
329 face = alfie2.png
330 faceheight = 75
331
332 [http://bonehunter.rulez.org/~algernon/blog/index.rss]
333 name = Gergely Nagy
334
335 [http://www.gotom.jp/~gotom/cgi-bin/blosxom.cgi/index.rss]
336 name = GOTO Masanori
337
338 [http://www.gwolf.org/xml/blog.rss]
339 name = Gunnar Wolf
340 face = gwolf.png
341 facewidth = 60
342 faceheight = 102
343
344 [http://www.advogato.org/person/kov/rss.xml]
345 name = Gustavo Noronha Silva
346 face = kov.png
347 facewidth = 74
348 faceheight = 67
349
350 [http://www.advogato.org/person/gadek/rss.xml]
351 name = Grzegorz B. Prokopski
352
353 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
354 name = Hanna Wallach
355 face = hanna.png
356 facewidth = 59
357 faceheight = 85
358
359 # Removed, 2005-04-30
360 # -- please provide a feed without Progeny advertising content
361 # -- readded -- Norbert Tretkowski
362 # -- Please yank all Ubuntu/Progeny/RedHat mentioning blogs, ori
363 #    fomulate a proper policy, and communicate that _first_ before
364 #    yanking feeds -- Manoj Srivastava
365 [http://ianmurdock.com/index-full.xml]
366 name = Ian Murdock
367 face = imurdock.png
368 facewidth = 79
369 faceheight = 109
370
371 [http://genibel.org/blog/rss.php]
372 name = Igor Genibel
373 face = igor.genibel.png
374 facewidth = 65
375 faceheight = 85
376
377 [http://people.warp.es/~isaac/blog/wp-rss2.php]
378 name = Isaac Clerencia
379
380 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
381 name = Isaac Jones
382 face = isaac.png
383 facewidth = 90
384 faceheight = 89
385
386 [http://home.o2w.net/~ivo/index/debian/index.rss]
387 name = Ivo Timmermans
388
389 [http://raw-output.org/feed/rss2]
390 name = Jacobo Tarrío Barreiro
391 face = jacobo.png
392 facewidth = 71
393 faceheight = 95
394
395 [http://javierlinares.com/blog/debian.xml]
396 name = Javier Linares
397 face = jlinares.png
398 facewidth = 60
399
400 [http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
401 name = Javier Viñuales Gutiérrez
402
403 [http://www.braincells.com/debian/index.rss]
404 name = Jaldhar Vyas
405 face = jaldhar.png
406 facewidth = 104
407 faceheight = 102
408
409 [http://phython.blogspot.com/atom.xml]
410 name =  James Morrison
411
412 # BANNED -06oct04, keybuk
413 #
414 # [http://mars.ephaone.org/cgi-bin/pyblosxom.cgi?flav=rss]
415 # name = Jean-Michel Kelbert 
416 #
417 # DO NOT UNDER ANY CIRCUMSTANCES UNCOMMENT THIS ENTRY.
418
419 [http://www.raspberryginger.com/jbailey/weblog/blog?flav=rss]
420 name = Jeff Bailey
421
422 [http://www.licquia.org/wp-rss2.php?cat=6]
423 name = Jeff Licquia
424
425 [http://beta.pumuki.org/?q=blog/feed/1]
426 name = Jesus Climent
427 face = jcliment.png
428 faceheight = 79
429
430 [http://pensezbien.org/?flav=rss]
431 name = Jimmy Kaplowitz
432
433 [http://www.sacredchao.net/~piman/journal/feed]
434 name = Joe Wreschnig
435 face = piman.png
436 faceheight = 93
437
438 [http://snipsnap.wendlandnet.de/digital-life/exec/rss?snip=start]
439 name = Joerg Wendland
440 face = jwendland.png
441 faceheight = 89
442
443 [http://kitenet.net/~joey/blog/?flav=rss]
444 name = Joey Hess
445 face = joeyh2.png
446 facewidth = 84
447 faceheight = 75
448
449 [http://changelog.complete.org/rss.xml]
450 name = John Goerzen
451
452 [http://oskuro.net/blog?flav=rss]
453 name = Jordi Mallach
454 face = oskuro.png
455 faceheight = 77
456
457 [http://www.tribulaciones.org/blog/index.rss2]
458 name = Jose Carlos Garcia Sogo
459 face = jsogo.png
460 faceheight = 100
461 facewidth = 74
462
463 [http://triplehelix.org/blog/wp-rss2.php]
464 name = Joshua Kwan
465 face = joshk.png
466 facewidth = 69
467 faceheight = 92
468
469 [http://www.livejournal.com/users/np237/data/rss]
470 name = Josselin Mouette
471 face = np237.png
472 facewidth = 71
473 faceheight = 70
474
475 [http://julien.danjou.info/blog/rss.php?lang=en]
476 name = Julien Danjou
477
478 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
479 name = Junichi Uekawa
480 face = dancer.png
481 facewidth = 75
482 faceheight = 97
483
484 [http://natalian.org/archives/category/debian/atom]
485 name = Kai Hendry
486 face = kai.png
487 faceheight = 78
488
489 [http://b9.com/index.rdf]
490 name = Kevin Rosenberg
491
492 [http://kmuto.jp/b.cgi/debian/index.rss]
493 name = Kenshi Muto
494 face = kmuto.png
495 facewidth = 64
496 faceheight = 97
497
498 [http://blog.kyle.mcmartin.ca/wp-rss2.php]
499 name = Kyle McMartin
500 face = mcmartin.png
501 faceheight = 100
502
503 [http://liw.iki.fi/liw/log/log.rss]
504 name = Lars Wirzenius
505
506 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
507 name = Manoj Srivastava
508 face = manoj2.png
509 facewidth = 65
510 faceheight = 83
511
512 [http://blog.bofh.it/?format=atom]
513 name = Marco d'Itri
514 face = marco2.png
515 facewidth = 65
516 faceheight = 86
517
518 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
519 name = Margarita Manterola
520 face = marga.png
521 facewidth = 87
522 faceheight = 113
523
524 [http://www.advogato.org/person/broonie/rss.xml]
525 name = Mark Brown
526 face = broonie.png
527 facewidth = 70
528 faceheight = 83
529
530 [http://www.livejournal.com/users/broonie/data/rss]
531 name = Mark Brown
532 face = broonie.png
533 facewidth = 70
534 faceheight = 83
535
536 [http://www.ftbfs.de/~zobel/cgi-bin/blosxom/index.rss]
537 name = Martin Zobel-Helas
538 face = zobel.png
539
540 [http://tildemh.com/blog/debian/index.rss]
541 name = Mark Howard
542
543 [http://www.iki.fi/q-funk/index.rdf]
544 name = Martin-Éric Racine
545 face = qfunk.png
546 facewidth = 57
547
548 [http://www.cyrius.com/journal/?flav=atom]
549 name = Martin Michlmayr
550 face = tbm.png
551 facewidth = 67
552 faceheight = 90
553
554 [http://www.infodrom.org/~joey/log/joey.rdf]
555 name = Martin 'Joey' Schulze
556
557 [http://www.mhatta.org/blosxom/blosxom.cgi/index.rss]
558 name = Masayuki Hatta
559
560 [http://www.advogato.org/person/mbrubeck/rss.xml]
561 name = Matt Brubeck
562 face = mbrubeck.png
563 faceheight = 88
564
565 [http://logicvortex.net/diary/debian/index.rss10]
566 name = Matt Hope
567 face = dopey.png
568 faceheight = 65
569 facewidth = 66
570
571 [http://www.livejournal.com/users/mjg59/data/rss]
572 name = Matthew Garrett
573 face = mjg59.png
574 facewidth = 72
575 faceheight = 83
576
577 [http://www.advogato.org/person/mjg59/rss.xml]
578 name = Matthew Garrett
579 face = mjg59.png
580 facewidth = 72
581 faceheight = 83
582
583 [http://www.livejournal.com/users/smurf_debian/data/rss]
584 name = Matthias Urlichs
585 face = smurf.png
586 facewidth = 65
587 faceheight = 85
588
589 [http://www.advogato.org/person/mbanck/rss.xml]
590 name = Michael Banck
591 face = azeem.png
592 facewidth = 64
593 faceheight = 80
594
595 [http://www.base0.net/feed/atom/]
596 name = Michael Janssen
597 face = jamuraa.png
598 facewidth = 59
599
600 [http://www.debianslashrules.org/index.rss]
601 name = Mike Beattie
602 face = mjb.png
603 facewidth = 77
604 faceheight = 97
605
606 [http://mjr.towers.org.uk/blog/all.rss]
607 name = MJ Ray
608 face = mjray2.png
609 faceheight = 94
610
611 [http://www.livejournal.com/users/morayallan/data/rss]
612 name = Moray Allan
613 face = moray.png
614 facewidth = 66
615 faceheight = 85
616
617 [http://www.inittab.de/blog/index.rss]
618 name = Norbert Tretkowski
619 face = nobse.png
620 faceheight = 106
621 facewidth = 90
622
623 [http://hackers.propus.com.br/~pablo/rss/]
624 name = Pablo Lorenzzoni
625 face = spectra.png
626 faceheight = 89
627
628 [http://www.redellipse.net/stuff/Debian/index.rss]
629 name = Pascal Hakim
630 face = pasc.png
631 faceheight = 84
632
633 [http://paul.luon.net/journal/index.xml]
634 name = Paul van Tilburg
635
636 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
637 name = Per-Arne Hellarvik
638
639 [http://www.advogato.org/person/weasel/rss.xml]
640 name = Peter Palfrader
641 face = weasel.png
642 facewidth = 56
643
644 [http://pvaneynd.blogspot.com/atom.xml]
645 name = Peter Van Eynde
646 face = pvaneynd.png
647 facewidth = 59
648 faceheight = 100
649
650 [http://blog.madism.org/rss.php?cat=Debian]
651 name = Pierre Habouzit
652 face = phabouzit.png
653 facewidth = 64
654 faceheight = 82
655
656 [http://machard.org/blog/wp-rss2.php?cat=2]
657 name = Pierre Machard
658 face = machard.png
659 faceheight = 84
660
661 [http://www.advogato.org/person/rkrishnan/rss.xml]
662 name = Ramakrishnan Muthukrishnan
663
664 [http://www.khensu.org/xml-rss2.php?full=yes]
665 name = Randall Donald
666 face = rdonald.png
667 facewidth = 85
668
669 [http://www.ouaza.com/wordpress/category/debian/feed/]
670 name = Raphaël Hertzog
671
672 [http://pluto.dyndns.info:11811/blog?flav=rss]
673 name = Rene Engelhard
674
675 [http://www.livejournal.com/users/nchip/data/rss]
676 name = Riku Voipio
677 face = nchip.png
678 facewidth = 70
679 faceheight = 85
680
681 [http://www.robster.org.uk/blog/?flav=atom]
682 name = Rob Bradford
683
684 [http://advogato.org/person/robertc/rss.xml]
685 name = Robert Collins
686
687 [http://www.robot101.net/feed/]
688 name = Robert McQueen
689
690 [http://spacehunt.info/rss.php]
691 name = Roger So
692
693 [http://roland.entierement.nu/index.php/archives/category/geek/rss2]
694 name = Roland Mas
695 face = lolando.png
696 facewidth = 55
697 faceheight = 59
698
699 [http://www.burtonini.com/blog/?flav=rss]
700 name = Ross Burton
701 face = ross.png
702 facewidth = 60
703 faceheight = 78
704
705 [http://www.advogato.org/person/sh/rss.xml]
706 name = Sam Hocevar
707 face = hocevar2.png
708 facewidth = 65
709 faceheight = 89
710
711 [http://www.ringworld.org/~dieman/debianblog/index.xml]
712 name = Scott Dier
713
714 [http://www.netsplit.com/blog/index.atom]
715 name = Scott James Remnant
716 face = keybuk.png
717
718 [http://www.livejournal.com/users/keybuk/data/rss]
719 name = Scott James Remnant
720 face = keybuk.png
721
722 [http://www.advogato.org/person/harshy/rss.xml]
723 name = Sean Harshbarger
724 file = harshy.png
725
726 [http://www.rittau.org/blog/debian.xml]
727 name = Sebastian Rittau
728 face = srittau.png
729 facewidth = 75
730 faceheight = 100
731
732 [http://www.advogato.org/person/seb128/rss.xml]
733 name = Sebastien Bacher
734
735 [http://mixinet.net/stoblog/?flav=rss]
736 name = Sergio Talens-Oliag
737 face = sto_hg48.png
738 facewidth = 48
739 faceheight = 64
740 sort_order = seen
741
742 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/debian:]
743 name = Simon Law
744 face = slaw.png
745 facewidth = 74
746 faceheight = 78
747
748 [http://blog.steve.org.uk/feed/rss2/]
749 name = Steve Kemp
750 face = skx.png
751 facewidth = 76
752 faceheight= 105
753
754 [http://www.lavalamp.ca/blog/debian/?flav=rss]
755 name = Steven Baker
756
757 [http://www.advogato.org/person/vorlon/rss.xml]
758 name = Steve Langasek
759
760 [http://blog.einval.com/index.rss]
761 name = Steve McIntyre
762 face = sledge2.png
763 facewidth = 59
764 faceheight = 72
765
766 [http://blog.eltridente.org/planets_xml]
767 name = Teófilo Ruiz Suárez
768 face = teo.png
769 facewidth = 51
770 faceheight = 80
771
772 [http://blog.clearairturbulence.org/?flav=rss]
773 name = Thom May
774 face = thom.png
775 facewidth = 59
776
777 [http://www.livejournal.com/users/ttroxell/data/rss]
778 name = Todd Troxell
779 face = troxell.png
780 faceheight = 100
781 facewidth = 87
782
783 [http://err.no/personal/blog/tech/?flav=rss]
784 name = Tollef Fog Heen
785 face = tollef.png
786 faceheight = 92
787
788 [http://zinosat.blogspot.com/atom.xml]
789 name = Davide Viti
790
791 [http://www.wiggy.net/index.atom]
792 name = Wichert Akkerman
793
794 [http://www.grep.be/blog/en/index.rss]
795 name = Wouter Verhelst
796 face = wouter2.png
797 facewidth = 68
798 faceheight = 85
799
800 [http://zac.sprackett.com/blog/feed/rss2]
801 name = Zac Sprackett
802
803 [http://blog.wooyd.org/wp-rss2.php]
804 name = Jurij Smakov
805 face = jurij.png
806 facewidth = 71
807 faceheight = 85
808
809 [http://castor.dhcp.uia.mx/~damogar/debian/debian-blog.rss]
810 name = David Moreno Garza
811 face = damog.png
812 facewidth = 97
813 faceheight = 100
814
815 [http://www.df7cb.de/blog/debian/index.rss]
816 name = Christoph Berg
817 face = myon.png
818 facewidth = 68
819 faceheight = 90
820
821 [http://weblog.dividedsky.net/~dilinger/wp-rss2.php?cat=1]
822 name = Andres Salomon
823 face = dilinger.png
824 facewidth = 93
825 faceheight = 94
826
827 [http://nion.supersized.org/feeds/categories/1-debian.rss]
828 name = Nico Golde
829 face = ngolde.png
830 facewidth = 65
831 faceheight = 84
832
833 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
834 name = NOKUBI Takatsugu
835
836 [http://www.red-bean.com/~decklin/blog/tech?flav=atom]
837 name = Decklin Foster
838 face = decklin.png
839 facewidth = 60
840 faceheight = 80
841
842 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
843 name = Eduard Bloch
844 face = blade.png
845 facewidth = 78
846 faceheight = 90
847
848 [http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
849 name = Mirco Bauer