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