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