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