]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini
Horms -> in
[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://debian.doogie.brainfood.com/blog/?feed=rss2]
76 name = Adam Heath
77 face = doogie.png
78 faceheight = 115
79
80 [http://adam.rosi-kessel.org/index.rss]
81 name = Adam Rosi-Kessel
82 face = kessel.png
83 faceheight = 99
84
85 [http://chistera.yi.org/~adeodato/blog/rss/debian.xml]
86 name = Adeodato Simó
87 face = dato3.png
88 facewidth = 81
89 faceheight = 100
90
91 [http://aigarius.blogspot.com/atom.xml]
92 name = Aigars Mahinovs
93 face = aigarius_hg.png
94 facewidth = 85
95 faceheight = 116
96
97 [http://log.schmehl.info/Debian/index.rss]
98 name = Alexander Schmehl
99 face = tolimar.png
100
101 [http://www.formorer.de/blogs/index.php?/feeds/categories/2-Debian.rss]
102 name = Alexander Wirt
103 face = formorer.png
104 facewidth = 94
105 faceheight = 101
106
107 [http://www.sukria.net/en/feed/rss2/]
108 name = Alexis Sukrieh
109 face = sukria.png
110
111 [http://www.livejournal.com/users/amayita/data/rss/]
112 name = Amaya Rodrigo
113 face = amaya.png
114 faceheight = 111
115
116 [http://www.advogato.org/person/andrelop/rss.xml]
117 name = Andre Luis Lopes
118
119 [http://blogs.turmzimmer.net/en/index.rss]
120 name = Andreas Barth
121
122 [http://downhill.aus.cc/blog/debian/changelog.rss]
123 name = Andreas Metzler
124
125 [http://www.andressh.net/rss/andressh.xml]
126 face = andressh.png
127 name = Andres Seco Hernandez
128
129 [http://blog.andrew.net.au/planetdebian/index.rss]
130 name = Andrew Pollock
131 face = apollock.png
132 facewidth = 88
133 faceheight = 103
134
135 [http://rottylog.yi.org/wp-rss2.php]
136 name = Andreas Rottmann
137 face = rotty.jpg
138 facewidth = 95
139 faceheight = 115
140
141 [http://www.schuldei.org/weblog/blog//?flav=rss]
142 name = Andreas Schuldei
143
144 [http://blog.anselms.net/debian/index.rss]
145 name = Anselm Lingnau
146
147 [http://azure.humbug.org.au/~aj/blog/planetdebian/index.rss]
148 name = Anthony Towns
149 face = ajt.png
150 facewidth = 77
151 faceheight = 96
152
153 [http://antti-juhani.kaijanaho.info/newblog/archives/category/english/feed]
154 name = Antti-Juhani Kaijanaho
155 face = antti.png
156 facewidth = 79
157 faceheight = 96
158
159 [http://www.livejournal.com/users/go_team_ari/rss]
160 name = Ari Pollak
161 face = ari.png
162 facewidth = 75
163 faceheight = 92
164
165 [http://www.edev.be/blog/wp-rss2.php?cat=2]
166 name = Arnaud Vandyck
167 face = avdyk.png
168 facewidth = 65
169 faceheight = 82
170
171 [http://blog.aurel32.net/wp-rss2.php?cat=1]
172 name = Aurelien Jarno
173 face = aurel32.png
174 facewidth = 65
175 faceheight = 85
176
177 [http://noone.org/blog/English/index.rss]
178 name = Axel Beckert
179 face = xtaran.png
180 facewidth = 102
181 faceheight = 104
182
183 [http://www.yepthatsme.com/wp-feed.php?feed=rss2&cat=9]
184 name = Barry Hawkins
185 face = barryh.png
186 facewidth = 65
187 faceheight = 85
188
189 [http://jabba.uaznia.net/rss?fenio]
190 name = Bartosz Fenski aka fEnIo
191 face = fenio.png
192 facewidth = 94
193 faceheight = 100
194
195 [http://baruch.ev-en.org/blog/index.rss2]
196 name = Baruch Even
197
198 [http://www.gag.com/cgi-bin/blosxom/index.rss]
199 name = Bdale Garbee
200 face = bdale.png
201 facewidth = 58
202
203 [http://www.grassouille.org/blog/index.php/Debian?flav=rss2]
204 name = Benjamin Drieu
205 face = benj.png
206 facewidth = 72
207 faceheight = 96
208
209 [http://mako.cc/copyrighteous/?flav=rss]
210 name = Benjamin Mako Hill
211 face = mako.gif
212 facewidth = 65
213 faceheight = 93
214
215 [http://pcpool00.mathematik.uni-freiburg.de/~brl/blog/changelog.rss]
216 name = Bernhard R. Link
217
218 [http://necrotic.deadbeast.net/~branden/blog/exuberance?flav=rss]
219 name = Branden Robinson
220 face = branden.png
221 facewidth = 90
222 faceheight = 103
223
224 [http://www.sommitrealweird.co.uk/blog/?flav=atom]
225 name = Brett Parker
226
227 [http://www.bbassett.net/blog/debian-rss.xml]
228 name = Brian Bassett
229
230 [http://bignachos.com/?feed=rss2]
231 name = Brian Nelson
232 face = pyro.png
233 facewidth = 71
234 faceheight = 102
235
236 [http://www.livejournal.com/users/claviola/rss]
237 name = Carlos Laviola
238 face = claviola.png
239 facewidth = 95
240 faceheight = 115
241
242 [http://debian.nullcode.org/b/index.rss]
243 name = Chris Anderson
244
245 [http://cheney.cx/site/blog/feed/atom/]
246 name = Chris Cheney
247
248 [http://frisia.middle-earth.us/archives/category/planet/feed]
249 name = Christine Spang
250 face = christine.png
251 facewidth = 78
252 faceheight = 95
253
254 [http://xana.scru.org/index.atom]
255 name = Clint Adams
256
257 [http://web.verbum.org/?flav=rss]
258 name = Colin Walters
259 face = walters.png
260 facewidth = 65
261 faceheight = 81
262
263 [http://riva.ucam.org/~cjwatson/blog/index.rss]
264 name = Colin Watson
265 face = cjwatson.png
266 facewidth = 70
267 faceheight = 82
268
269 [http://www.advogato.org/person/seeS/rss.xml]
270 name = Craig Small
271
272 [http://blog.daniel-baumann.ch/planet-debian-aggregator/index.rss]
273 name = Daniel Baumann
274 face = panthera.png
275 facewidth = 94
276 faceheight = 102
277
278 [http://lambdaman.blogspot.com/atom.xml]
279 name = Daniel Burrows
280 face = dburrows.png
281 facewidth = 80
282 faceheight = 69
283
284 [http://www.livejournal.com/users/mirrorlynx/data/rss]
285 name = Dan Weber
286
287 [http://www.flexserv.de/blog/index.rss]
288 name = Daniel J. Priem
289 face = codebreaker.png
290 facewidth = 66
291 faceheight = 91
292
293 # Disabled because it's not used any more and not right to feed pdn
294 # [http://www.livejournal.com/users/terryfish/data/rss]
295 # name = Daniel Silverstone
296 # face = kinnison.png
297 # facewidth = 75
298 # faceheight = 96
299
300 [http://blog.digital-scurf.org/?flav=atom]
301 name = Daniel Silverstone
302 face = kinnison.png
303 facewidth = 75
304 faceheight = 96
305
306 [http://www.fooishbar.org/blog/?flav=rss]
307 name = Daniel Stone
308 face = daniels.png
309 faceheight = 107
310
311 [http://www.livejournal.com/users/gravityboy/data/rss]
312 name = David Nusinow
313 face = dnusinow.png
314 faceheight = 85
315 facewidth = 56
316
317 [http://www.davidpashley.com/cgi/pyblosxom.cgi?flav=atom]
318 name = David Pashley
319 face = jd.png
320 faceheight = 84
321
322 [http://journal.dedasys.com/xml/rss20/feed.xml]
323 name = David Welton
324
325 [http://dirk.eddelbuettel.com/blog/index.rss]
326 name = Dirk Eddelbuettel
327 face = dirk.png
328 faceheight = 90
329
330 [http://usefulinc.com/edd/blog/rss91]
331 name = Edd Dumbill
332 face = edd.png
333 facewidth = 62
334 faceheight = 80
335
336 [http://www.enricozini.org/blog/tags/pdo?flav=rss]
337 name = Enrico Zini
338
339 [http://ema.homeip.net/blog/debian/?flav=rss]
340 name = Emanuele Rocca
341 face = ema.png
342 facewidth = 77
343 faceheight = 85
344
345 [http://warmenhoven.org/blog/feed/]
346 name = Eric Warmenhoven
347
348 [http://blog.drinsama.de/erich/en/index.rss]
349 name = Erich Schubert
350 face = erich.png
351 facewidth = 76
352 faceheight = 100
353
354 [http://erinn.org/itis/lieutenant/index.rss]
355 name = Erinn Clark
356 face = erinn.png
357 facewidth = 70
358 faceheight = 81
359
360 [http://www.fabbione.net/blog?flav=rss]
361 name = Fabio M. Di Nitto
362 face = fabbione.png
363 facewidth = 65
364 faceheight = 89
365
366 [http://people.initd.org/fog/?flav=rss]
367 name = Federico Di Gregorio
368
369 [http://www.advogato.org/person/fweiden/rss.xml]
370 name = Fernanda Weiden
371 face = nanda.png
372 facewidth = 55
373 faceheight = 70
374
375 [http://slider.rack66.net/~mechanix/blog/?flav=atom]
376 name = Filip Van Raemdonck
377 face = mechanix.png
378 facewidth = 71
379 faceheight = 94
380
381 [http://www.livejournal.com/users/djpig/data/rss]
382 name = Frank Lichtenheld
383
384 [http://frankiebloggie.blogspot.com/atom.xml]
385 name = Francesco P. Lovergine
386 face = frankie.png
387 facewidth = 97
388 faceheight = 114
389
390 [http://ukai.org/b/log/debian/?flav=rss]
391 name = Fumitoshi Ukai
392 face = ukai.png
393 facewidth = 65
394 faceheight = 85
395
396 [http://ganneff.de/blog/index.rss]
397 name = Joerg Jaspert
398
399 [http://alfie.ist.org/blog/index.rss]
400 name = Gerfried Fuchs
401 face = alfie2.png
402 faceheight = 75
403
404 [http://bonehunter.rulez.org/~algernon/blog/index.atom]
405 name = Gergely Nagy
406 face = algernon.png
407 facewidth = 110
408 faceheight = 85
409
410 [http://www.gotom.jp/~gotom/cgi-bin/blosxom.cgi/index.rss]
411 name = GOTO Masanori
412
413 [http://www.gwolf.org/xml/blog.rss]
414 name = Gunnar Wolf
415 face = gwolf.png
416 facewidth = 60
417 faceheight = 102
418
419 [http://www.advogato.org/person/kov/rss.xml]
420 name = Gustavo Noronha Silva
421 face = kov.png
422 facewidth = 69
423 faceheight = 90
424
425 [http://www.advogato.org/person/gadek/rss.xml]
426 name = Grzegorz B. Prokopski
427
428 [http://www.srcf.ucam.org/~hmw26/join-the-dots/feed/atom/]
429 name = Hanna Wallach
430 face = hanna.png
431 facewidth = 59
432 faceheight = 85
433
434 [http://layer-acht.org/blog/debian/changelog.rss]
435 name = Holger Levsen
436 face = h01ger.png
437 facewidth = 86
438 faceheight= 110
439
440
441 # Removed, 2005-04-30
442 # -- please provide a feed without Progeny advertising content
443 # -- readded -- Norbert Tretkowski
444 # -- Please yank all Ubuntu/Progeny/RedHat mentioning blogs, or
445 #    formulate a proper policy, and communicate that _first_ before
446 #    yanking feeds -- Manoj Srivastava
447 [http://ianmurdock.com/index-full.xml]
448 name = Ian Murdock
449 face = imurdock.png
450 facewidth = 79
451 faceheight = 109
452
453 [http://genibel.org/blog/rss.php?cat=Debian]
454 name = Igor Genibel
455 face = igor.genibel.png
456 facewidth = 65
457 faceheight = 85
458
459 [http://people.warp.es/~isaac/blog/wp-rss2.php]
460 name = Isaac Clerencia
461
462 [http://blog.syntaxpolice.org/isaac/index.cgi/technology?flav=rss]
463 name = Isaac Jones
464 face = isaac.png
465 facewidth = 90
466 faceheight = 89
467
468 # 2005-07-06 jordi
469 # Feed is 404.
470 # [http://home.o2w.net/~ivo/index/debian/index.rss]
471 # name = Ivo Timmermans
472
473 [http://raw-output.org/feed/rss2]
474 name = Jacobo Tarrío Barreiro
475 face = jacobo.png
476 facewidth = 71
477 faceheight = 95
478
479 [http://javierlinares.com/blog/debian.xml]
480 name = Javier Linares
481 face = jlinares.png
482 facewidth = 60
483
484 # 2005-07-06 jordi
485 # Feed is 404.
486 #[http://blogs.yacoi.com/blogs/vigu/rdf10_xml]
487 #name = Javier Viñuales Gutiérrez
488
489 [http://www.braincells.com/debian/index.rss]
490 name = Jaldhar Vyas
491 face = jaldhar.png
492 facewidth = 104
493 faceheight = 102
494
495 [http://phython.blogspot.com/atom.xml]
496 name =  James Morrison
497
498 # BANNED -06oct04, keybuk
499 #
500 [http://jeanmichel.kelbert.com/?feed=rss2&cat=2]
501 name = Jean-Michel Kelbert 
502 #
503 # DO NOT UNDER ANY CIRCUMSTANCES UNCOMMENT THIS ENTRY.
504 # It works now, so I enable it again.
505 # I am on planet-fr.debian.net since one month without a problem.
506
507
508 [http://www.raspberryginger.com/jbailey/weblog/?flav=rss]
509 name = Jeff Bailey
510
511 [http://www.licquia.org/wp-rss2.php?cat=6]
512 name = Jeff Licquia
513
514 [http://beta.pumuki.org/?q=blog/feed/1]
515 name = Jesus Climent
516 face = jcliment.png
517 faceheight = 79
518
519 [http://pensezbien.org/?flav=rss]
520 name = Jimmy Kaplowitz
521
522 [http://www.sacredchao.net/~piman/journal/feed]
523 name = Joe Wreschnig
524 face = piman.png
525 faceheight = 93
526
527 [http://www.wendlandnet.de/joerg/blog/en/index.rss]
528 name = Joerg Wendland
529 face = jwendland.png
530 faceheight = 89
531
532 [http://kitenet.net/~joey/blog/index.rss]
533 name = Joey Hess
534 face = joeyh2.png
535 facewidth = 84
536 faceheight = 75
537
538 [http://changelog.complete.org/rss.xml]
539 name = John Goerzen
540
541 [http://www.earth.li/~noodles/blog/index.rss]
542 name = Jonathan McDowell
543
544 [http://oskuro.net/blog?flav=rss]
545 name = Jordi Mallach
546 face = oskuro.png
547 faceheight = 77
548
549 [http://www.tribulaciones.org/blog/index.rss2]
550 name = Jose Carlos Garcia Sogo
551 face = jsogo.png
552 faceheight = 100
553 facewidth = 74
554
555 [http://triplehelix.org/blog/index.php/feed]
556 name = Joshua Kwan
557 face = joshk.png
558 facewidth = 69
559 faceheight = 92
560
561 [http://www.livejournal.com/users/np237/data/rss]
562 name = Josselin Mouette
563 face = np237.png
564 facewidth = 103
565 faceheight = 137
566
567 [http://blog.technologeek.org/feed]
568 name = Julien Blache
569 face = jblache.png
570 facewidth = 65
571 faceheight = 89
572
573 [http://julien.danjou.info/blog/rss.php?lang=en]
574 name = Julien Danjou
575 face = jdanjou.png
576 facewidth = 50
577 faceheight = 57
578
579 [http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
580 name = Junichi Uekawa
581 face = dancer.png
582 facewidth = 75
583 faceheight = 97
584
585 [http://natalian.org/archives/category/debian/atom]
586 name = Kai Hendry
587 face = kai.png
588 faceheight = 78
589
590 [http://b9.com/index.rdf]
591 name = Kevin Rosenberg
592
593 [http://kmuto.jp/b.cgi/debian/index.rss]
594 name = Kenshi Muto
595 face = kmuto.png
596 facewidth = 64
597 faceheight = 97
598
599 [http://blog.kyle.mcmartin.ca/?feed=rss2]
600 name = Kyle McMartin
601 face = mcmartin.png
602 faceheight = 100
603
604 [http://liw.iki.fi/liw/log/log.rss]
605 name = Lars Wirzenius
606
607 [http://www.golden-gryphon.com/blog/manoj/index.rss10]
608 name = Manoj Srivastava
609 face = manoj2.png
610 facewidth = 65
611 faceheight = 83
612
613 [http://gonzo.dicp.de/~he/blog/feeds/index.rss2]
614 name = Marc 'HE' Brockschmidt
615
616 #[http://blog.zugschlus.de/feeds/categories/15-Debian-English.rss]
617 #name = Marc 'Zugschlus' Haber
618
619 [http://blog.bofh.it/?format=atom03]
620 name = Marco d'Itri
621 face = marco2.png
622 facewidth = 65
623 faceheight = 86
624
625 [http://www.marga.com.ar/blog/index.cgi?flav=rss]
626 name = Margarita Manterola
627 face = marga.png
628 facewidth = 87
629 faceheight = 113
630
631 [http://www.sirena.org.uk/log/?feed=atom]
632 name = Mark Brown
633
634 [http://blog.zobel.ftbfs.de/debian/index.rss]
635 name = Martin Zobel-Helas
636 face = zobel.png
637
638 [http://tildemh.com/blog/debian/index.rss]
639 name = Mark Howard
640
641 [http://q-funk.blogspot.com/atom.xml]
642 name = Martin-Éric Racine
643 face = qfunk.png
644 facewidth = 57
645
646 [http://blog.madduck.net/?flav=atom0.3-beta]
647 name = Martin F. Krafft
648 face = madduck.png
649 facewidth = 75
650 faceheight = 94
651
652 [http://www.cyrius.com/journal/?flav=atom]
653 name = Martin Michlmayr
654 face = tbm.png
655 facewidth = 67
656 faceheight = 90
657
658 [http://www.infodrom.org/~joey/log/joey.rdf]
659 name = Martin 'Joey' Schulze
660
661 [http://www.mhatta.org/blosxom/blosxom.cgi/index.rss]
662 name = Masayuki Hatta
663 face = mhatta.png
664 facewidth = 77
665 faceheight = 85
666
667 [http://www.advogato.org/person/mbrubeck/rss.xml]
668 name = Matt Brubeck
669 face = mbrubeck.png
670 faceheight = 88
671
672 [http://logicvortex.net/diary/planetdebian/index.rss10]
673 name = Matt Hope
674 face = dopey.png
675 faceheight = 65
676 facewidth = 66
677
678 [http://www.livejournal.com/users/mjg59/data/rss]
679 name = Matthew Garrett
680 face = mjg59-pig.png
681 facewidth = 65 
682 faceheight = 85
683
684 [http://www.advogato.org/person/mjg59/rss.xml]
685 name = Matthew Garrett
686 face = mjg59.png
687 facewidth = 72
688 faceheight = 83
689
690 [http://www.hezmatt.org/~mpalmer/blog/general/index.rss]
691 name = Matthew Palmer
692 face = mpalmer.png
693 facewidth = 55
694 faceheight = 70
695
696 [http://www.livejournal.com/users/smurf_debian/data/rss]
697 name = Matthias Urlichs
698 face = smurf.png
699 facewidth = 65
700 faceheight = 85
701
702 [http://youam.de/~alphascorpii/blog/index.rss]
703 name = Meike Reichle
704 face = meike.png
705 faceheight = 76
706
707 [http://www.advogato.org/person/mbanck/rss.xml]
708 name = Michael Banck
709 face = azeem.png
710 facewidth = 64
711 faceheight = 79
712
713 [http://base0.net/taxonomy/term/25/0/feed]
714 name = Michael Janssen
715 face = jamuraa.png
716 facewidth = 59
717
718 [http://classpath.wildebeest.org/dairy-man-di/wp-rss2.php]
719 name = Michael Koch
720
721 [http://www.livejournal.com/users/xerakko/data/rss]
722 name = Miguel Gea
723 face = miguelgea.png
724 facewidth = 70
725 faceheight = 79
726
727 [http://www.debianslashrules.org/index.rss20]
728 name = Mike Beattie
729 face = mjb.png
730 facewidth = 77
731 faceheight = 97
732
733 [http://web.glandium.org/blog/?feed=rss2&cat=5]
734 name = Mike Hommey
735
736 [http://mjr.towers.org.uk/blog/all.rss]
737 name = MJ Ray
738 face = mjray2.png
739 faceheight = 94
740
741 [http://www.livejournal.com/users/morayallan/data/rss]
742 name = Moray Allan
743 face = moray.png
744 facewidth = 66
745 faceheight = 85
746
747 [http://www.inittab.de/blog/index.rss]
748 name = Norbert Tretkowski
749 face = nobse.png
750 faceheight = 106
751 facewidth = 90
752
753 [http://hackers.propus.com.br/~pablo/rss/]
754 name = Pablo Lorenzzoni
755 face = spectra.png
756 faceheight = 89
757
758 [http://www.redellipse.net/stuff/Debian/index.rss]
759 name = Pascal Hakim
760 face = pasc.png
761 faceheight = 84
762
763 [http://paul.luon.net/journal/index.xml]
764 name = Paul van Tilburg
765
766 [http://www.pure64.net/cgi-bin/blosxom/computer/index.rss]
767 name = Per-Arne Hellarvik
768 face = per-arne.png
769 facewidth = 65
770 faceheight = 85
771
772 [http://www.advogato.org/person/weasel/rss.xml]
773 name = Peter Palfrader
774 face = weasel.png
775 facewidth = 56
776
777 [http://pvaneynd.blogspot.com/atom.xml]
778 name = Peter Van Eynde
779 face = pvaneynd.png
780 facewidth = 59
781 faceheight = 100
782
783 [http://blog.philkern.de/feeds/categories/4-Debian.rss]
784 name = Philipp Kern
785 face = pkern.png
786 facewidth = 69
787 faceheight = 85
788
789 [http://blog.madism.org/rss.php/en]
790 name = Pierre Habouzit
791 face = phabouzit.png
792 facewidth = 64
793 faceheight = 82
794
795 [http://machard.org/blog/wp-rss2.php?cat=2]
796 name = Pierre Machard
797 face = machard.png
798 faceheight = 84
799
800 [http://spradu.blogspot.com/atom.xml]
801 name = Radu Spineanu
802
803 [http://www.khensu.org/xml-rss2.php?full=yes]
804 name = Randall Donald
805 face = rdonald.png
806 facewidth = 85
807 faceheight = 85
808
809 [http://www.ouaza.com/wordpress/category/debian/feed/]
810 name = Raphaël Hertzog
811 face = hertzog.png
812 facewidth = 62
813 faceheight = 90
814
815 [http://remi.vanicat.free.fr/blog/index.php/category/debian-planet/feed/]
816 name = Remi Vanicat
817
818 [http://www.livejournal.com/users/nchip/data/rss]
819 name = Riku Voipio
820 face = nchip.png
821 facewidth = 70
822 faceheight = 85
823
824 [http://www.robster.org.uk/blog/?flav=atom]
825 name = Rob Bradford
826
827 [http://blog.floopily.org/feed/]
828 name = Rob Taylor
829
830 [http://advogato.org/person/robertc/rss.xml]
831 name = Robert Collins
832
833 [http://www.robot101.net/feed/]
834 name = Robert McQueen
835
836 [http://spacehunt.info/rss.php]
837 name = Roger So
838
839 [http://roland.entierement.nu/index.php/archives/category/geek-en/rss2]
840 name = Roland Mas
841 face = lolando.png
842 facewidth = 55
843 faceheight = 59
844
845 [http://orebokech.com/debian/changelog.rss]
846 name = Romain Francoise
847
848 [http://www.burtonini.com/blog/index.rss2]
849 name = Ross Burton
850 face = ross.png
851 facewidth = 60
852 faceheight = 78
853
854 [http://www.advogato.org/person/neuro/rss.xml]
855 name = Ryan Murray
856
857 [http://sam.zoy.org/blog/rss20.xml?cat=debian]
858 name = Sam Hocevar
859 face = hocevar2.png
860 facewidth = 65
861 faceheight = 89
862
863 [http://www.ringworld.org/~dieman/debianblog/index.xml]
864 name = Scott Dier
865
866 [http://www.netsplit.com/blog/index.atom]
867 name = Scott James Remnant
868 face = keybuk.png
869
870 #[http://www.livejournal.com/users/keybuk/data/rss]
871 #name = Scott James Remnant
872 #face = keybuk.png
873
874 [http://www.advogato.org/person/harshy/rss.xml]
875 name = Sean Harshbarger
876 file = harshy.png
877
878 [http://www.rittau.org/blog/debian.xml]
879 name = Sebastian Rittau
880 face = srittau.png
881 facewidth = 75
882 faceheight = 100
883
884 [http://mixinet.net/stoblog/?flav=rss]
885 name = Sergio Talens-Oliag
886 face = sto.png
887 sort_order = seen
888
889 [http://www.law.yi.org/~sfllaw/cgi-bin/ljtagfeed.py/p.d.o]
890 name = Simon Law
891 face = slaw.png
892 facewidth = 74
893 faceheight = 78
894
895 [http://www.hogyros.de/?q=blog/feed/1]
896 name = Simon Richter
897 face = sjr.png
898 facewidth = 54
899 faceheight = 80
900
901 [http://blog.sesse.net/blog/tech/?flav=rss]
902 name = Steinar H. Gunderson
903 face = sesse.png
904 facewidth = 74
905 faceheight = 85
906
907 [http://blog.steve.org.uk/feed/rss2/]
908 name = Steve Kemp
909 face = skx.png
910 facewidth = 76
911 faceheight= 105
912
913 [http://www.livejournal.com/users/stevenk/data/rss/]
914 name = Steve Kowalik
915
916 [http://www.advogato.org/person/vorlon/rss.xml]
917 name = Steve Langasek
918
919 [http://blog.einval.com/index.rss]
920 name = Steve McIntyre
921 face = sledge2.png
922 facewidth = 59
923 faceheight = 72
924
925 [http://blog.eltridente.org/planets_xml]
926 name = Teófilo Ruiz Suárez
927 face = teo.png
928 facewidth = 51
929 faceheight = 80
930
931 [http://blog.clearairturbulence.org/?flav=rss]
932 name = Thom May
933 face = thom.png
934 facewidth = 59
935
936 [http://www.livejournal.com/users/jdthood/data/rss]
937 name = Thomas Hood
938
939 [http://thomas.viehmann.net/halbgar/english/?flav=rss]
940 name = Thomas Viehmann
941
942 [http://www.livejournal.com/users/ttroxell/data/rss]
943 name = Todd Troxell
944 face = troxell.png
945 faceheight = 100
946 facewidth = 87
947
948 [http://err.no/personal/blog/tech/?flav=rss]
949 name = Tollef Fog Heen
950 face = tollef.png
951 faceheight = 92
952
953 [http://zinosat.blogspot.com/atom.xml]
954 name = Davide Viti
955 face = zinosat.jpg
956 facewidth = 85
957 faceheight = 110
958
959 [http://www.wiggy.net/index.atom]
960 name = Wichert Akkerman
961
962 [http://www.grep.be/blog/en/index.rss]
963 name = Wouter Verhelst
964 face = wouter2.png
965 facewidth = 68
966 faceheight = 85
967
968 [http://zac.sprackett.com/site/category/technology/debian/rss2]
969 name = S. Zachariah Sprackett
970
971 [http://blog.wooyd.org/wp-rss2.php]
972 name = Jurij Smakov
973 face = jurij.png
974 facewidth = 71
975 faceheight = 85
976
977 [http://damog.puntodeb.net/english-blog.rss]
978 name = David Moreno Garza
979 face = damogzito.png
980 facewidth = 70
981 faceheight = 85
982
983 [http://www.df7cb.de/blog/debian/index.rss]
984 name = Christoph Berg
985 face = myon.png
986 facewidth = 71
987 faceheight = 95
988
989 [http://www.squishy.cc/blog/wp-rss2.php?cat=1]
990 name = Andres Salomon
991 face = dilinger.png
992 facewidth = 93
993 faceheight = 94
994
995 #[http://nion.modprobe.de/blog/feeds/categories/2-debian.rss]
996 #name = Nico Golde
997
998 [http://aniki.daionet.gr.jp/~knok/blog/blosxom.cgi/index.rss]
999 name = NOKUBI Takatsugu
1000
1001 [http://www.red-bean.com/~decklin/blog/tech?flav=atom]
1002 name = Decklin Foster
1003 face = decklin.png
1004 facewidth = 70
1005 faceheight = 80
1006
1007 [http://www.rootfs.net/jaws/data/xml/blog.Debian.rss]
1008 name = Eduard Bloch
1009 face = blade.png
1010 facewidth = 78
1011 faceheight = 90
1012
1013 [http://www.meebey.net/jaws/data/xml/blog.Debian.rss]
1014 name = Mirco Bauer
1015
1016 [http://www.perrier.eu.org/weblog/bubulle/planet-debian/index.rss]
1017 name = Christian Perrier
1018 face = bubulle.png
1019 facewidth = 69
1020 faceheight = 85
1021
1022 [http://www.joachim-breitner.de/blog/feeds/categories/1.rss]
1023 name = Joachim Breitner
1024 face = nomeata.png
1025 facewidth = 64
1026 faceheight = 64
1027
1028 [http://www.hermann-uwe.de/node/feed]
1029 name = Uwe Hermann
1030
1031 [http://www.hermann-uwe.de/node/feed]
1032 name = Uwe Hermann
1033
1034 # gtklp-sponsee, added by Andreas Metzler.
1035 # Please kick me if zakame's feed is broken.
1036 [http://zakame.spunge.org/index.rss]
1037 name = Zak B. Elep
1038
1039 # 2005-07-18 jordi
1040 # Disabled due to broken links and continous reposting of
1041 # already seen posts. Informed Horms.
1042 # 2006-01-14
1043 # Renabled because I think its fixed. I will monitor it and
1044 # re-disable it if this is not the case
1045 [http://www.vergenet.net/~horms/pleb_blossom/atom.xml]
1046 name = Horms
1047 face = horms.png
1048 facewidth = 49
1049 faceheight = 74
1050
1051 [http://blog.halon.org.uk/index.rss]
1052 name = Neil McGovern
1053 face = neilm.png
1054 facewidth = 65
1055 faceheight = 75
1056
1057 [http://people.quaqua.net/ultrotter/blog/archives/category/debian/feed]
1058 name = Guido Trotter
1059 face = ultrotter.png
1060 facewidth = 65
1061 faceheight = 83
1062
1063 [http://www.mattb.net.nz/blog/wp-rss2.php?cat=3,4]
1064 name = Matt Brown
1065 face = mattb.png
1066 facewidth = 65
1067 faceheight = 85
1068
1069 [http://blog.windfluechter.net/?q=taxonomy/term/1/0/feed]
1070 name = Ingo Juergensmann
1071
1072 [http://www.livejournal.com/users/_the_dinosaur_/data/rss]
1073 name = Eric Dorland
1074 face = eric.png
1075 facewidth = 65
1076 faceheight = 91