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