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