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