darcsden :: simon -> planetsqueakorg -> blob

config for planet.squeak.org and friendshttp://planet.squeak.org

root / squeakarchive.ini

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
# Planet configuration file -*- sh -*-
#
# This illustrates some of Planet's fancier features with example.

# Every planet needs a [Planet] section
[Planet]
# name: Your planet's name
# link: Link to the main page
# owner_name: Your name
# owner_email: Your e-mail address
name        = Planet Squeak Archive
description = 
link        = http://planetarchive.squeak.org
output_dir  = ./squeakarchive
items_per_page = 0
days_per_page  = 0
owner_name  = Simon Michael
owner_email = simon@joyful.com

# cache_directory: Where cached feeds are stored
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
cache_directory=./cache
new_feed_items = 100
log_level = WARNING

# template_files: Space-separated list of output template files
template_files = index.html.tmpl atom.xml.tmpl rss20.xml.tmpl rss10.xml.tmpl opml.xml.tmpl foafroll.xml.tmpl

# The following provide defaults for each template:
# output_dir: Directory to place output files
# items_per_page: How many items to put on each page
# days_per_page: How many complete days of posts to put on each page
#                This is the absolute, hard limit (over the item limit)
# date_format: strftime format for the default 'date' template variable
# new_date_format: strftime format for the 'new_date' template variable
# encoding: output encoding for the file, Python 2.3+ users can use the
#           special "xml" value to output ASCII with XML character references
# locale: locale to use for (e.g.) strings in dates, default is taken from your
#         system
#see above 
#output_dir = ./squeak
date_format = %B %d, %Y %I:%M %p
new_date_format = %B %d, %Y
encoding = utf-8
# locale = C


# To define a different value for a particular template you may create
# a section with the same name as the template file's filename (as given
# in template_files).

[index.html.tmpl]
#days_per_page = 30
#items_per_page = 50



# Options placed in the [DEFAULT] section provide defaults for the feed
# sections.  Placing a default here means you only need to override the
# special cases later.
[DEFAULT]
# Hackergotchi default size.
# If we want to put a face alongside a feed, and it's this size, we
# can omit these variables.
# facewidth = 65
# faceheight = 85
#ignore_in_feed=updated #published


# Any other section defines a feed to subscribe to.  The section title
# (in the []s) is the URI of the feed itself.  A section can also be
# have any of the following options:
# 
# name: Name of the feed (defaults to the title found in the feed)
#
# Additionally any other option placed here will be available in
# the template (prefixed with channel_ for the Items loop).  We use
# this trick to make the faces work -- this isn't something Planet
# "natively" knows about.  Look at fancy-examples/index.html.tmpl
# for the flip-side of this.

#[http://www.gnome.org/~jdub/blog/?flav=rss]
#name = Jeff Waugh
#face = jdub.png
#facewidth = 70
#faceheight = 74
#offset = 0


# squeak people articles
#[http://people.squeakfoundation.org/rss/articles.xml]

# the squeak people zombie horde
# have to update this list manually when people join
# I think I took only the top three certification levels
# to cut down on empty/junk diaries ?

# level 3
[http://people.squeakfoundation.org/person/spair/rss.xml]
name = Stephen Pair
[http://people.squeakfoundation.org/person/rwuyts/rss.xml]
name = Roel Wuyts
[http://people.squeakfoundation.org/person/rowledge/rss.xml]
name = Tim Rowledge
#broken:
#[http://people.squeakfoundation.org/person/ohshima/rss.xml]
#name = Yoshiki Ohshima
[http://people.squeakfoundation.org/person/mir/rss.xml]
name = Michael Rueger
[http://people.squeakfoundation.org/person/gokr/rss.xml]
name = Göran Krampe
[http://people.squeakfoundation.org/person/dway/rss.xml]
name = Doug Way
[http://people.squeakfoundation.org/person/dvf/rss.xml]
name = Daniel Vainsencher
[http://people.squeakfoundation.org/person/ducasse/rss.xml]
name = Stéphane Ducasse
[http://people.squeakfoundation.org/person/cwp/rss.xml]
name = Colin Putney
[http://people.squeakfoundation.org/person/cdegroot/rss.xml]
name = Cees de Groot
[http://people.squeakfoundation.org/person/avi/rss.xml]
name = Avi Bryant
[http://people.squeakfoundation.org/person/TedK/rss.xml]
name = Ted Kaehler
[http://people.squeakfoundation.org/person/ScottWallace/rss.xml]
name = Scott Wallace
[http://people.squeakfoundation.org/person/NedKonz/rss.xml]
name = Ned Konz
[http://people.squeakfoundation.org/person/MarcusDenker/rss.xml]
name = Marcus Denker
[http://people.squeakfoundation.org/person/JohnMcIntosh/rss.xml]
name = John McIntosh
[http://people.squeakfoundation.org/person/DiegoGomezDeck/rss.xml]
name = Diego Gomez Deck
[http://people.squeakfoundation.org/person/Craig/rss.xml]
name = Craig Latta
[http://people.squeakfoundation.org/person/BertFreudenberg/rss.xml]
name = Bert Freudenberg
[http://people.squeakfoundation.org/person/AndreasRaab/rss.xml]
name = Andreas Raab

# level 2
[http://people.squeakfoundation.org/person/willembryce/rss.xml]
name = Bryce Kampjes
[http://people.squeakfoundation.org/person/water/rss.xml]
name = Brian Rice
[http://people.squeakfoundation.org/person/tween/rss.xml]
name = Andrew Tween
[http://people.squeakfoundation.org/person/swessels/rss.xml]
name = Stephan Wessels
[http://people.squeakfoundation.org/person/sr/rss.xml]
name = Stephan Rudlof
[http://people.squeakfoundation.org/person/schwa/rss.xml]
name = Joshua Gargus
[http://people.squeakfoundation.org/person/ragnar/rss.xml]
name = Ragnar Espinosa
[http://people.squeakfoundation.org/person/nmanzanos/rss.xml]
name = Norberto Manzanos
[http://people.squeakfoundation.org/person/negro/rss.xml]
name = Javier Musa
[http://people.squeakfoundation.org/person/mas/rss.xml]
name = Mark Schwenk
[http://people.squeakfoundation.org/person/lukas/rss.xml]
name = Lukas Renggli
[http://people.squeakfoundation.org/person/luciano/rss.xml]
name = Luciano Notarfrancesco
[http://people.squeakfoundation.org/person/lexspoon/rss.xml]
name = Lex Spoon
[http://people.squeakfoundation.org/person/lewis/rss.xml]
name = Dave Lewis
[http://people.squeakfoundation.org/person/laza/rss.xml]
name = Alexander Lazarevic
[http://people.squeakfoundation.org/person/jvuletich/rss.xml]
name = Juan Vuletich
[http://people.squeakfoundation.org/person/julian/rss.xml]
name = Julian Fitzell
[http://people.squeakfoundation.org/person/jkd/rss.xml]
name = Jason Dufair
[http://people.squeakfoundation.org/person/jj/rss.xml]
name = Giovanni Giorgi
[http://people.squeakfoundation.org/person/jbk/rss.xml]
name = Jan Krejci
[http://people.squeakfoundation.org/person/hylander/rss.xml]
name = Jon Hylands
[http://people.squeakfoundation.org/person/hmm/rss.xml]
name = Hans-Martin Mosner
[http://people.squeakfoundation.org/person/gaelli/rss.xml]
name = Markus Gaelli
[http://people.squeakfoundation.org/person/elvislives/rss.xml]
name = Webb McDonald
[http://people.squeakfoundation.org/person/edoneel/rss.xml]
name = Bruce O'Neel
[http://people.squeakfoundation.org/person/edgardec/rss.xml]
name = Edgar De Cleeme
[http://people.squeakfoundation.org/person/dwight/rss.xml]
name = Dwight Hughes
[http://people.squeakfoundation.org/person/chbu/rss.xml]
name = Chris Burkert
[http://people.squeakfoundation.org/person/cdavidshaffer/rss.xml]
name = David Shaffer
[http://people.squeakfoundation.org/person/brian/rss.xml]
name = Brian Brown
[http://people.squeakfoundation.org/person/blaineb/rss.xml]
name = Blaine Buxton
[http://people.squeakfoundation.org/person/bkv/rss.xml]
name = Brent Vukmer
[http://people.squeakfoundation.org/person/asm/rss.xml]
name = Alejandro Magistrello
[http://people.squeakfoundation.org/person/andrew/rss.xml]
name = Andrew Catton
[http://people.squeakfoundation.org/person/ab/rss.xml]
name = Alexandre Bergel
[http://people.squeakfoundation.org/person/Yoda/rss.xml]
name = German Morales
[http://people.squeakfoundation.org/person/Ward/rss.xml]
name = Ward Cunningham
[http://people.squeakfoundation.org/person/TorstenBergmann/rss.xml]
name = Torsten Bergmann
[http://people.squeakfoundation.org/person/TomKoenig/rss.xml]
name = Tom Koenig
[http://people.squeakfoundation.org/person/TRee/rss.xml]
name = Trygve Reenskaug
[http://people.squeakfoundation.org/person/RomainRobbes/rss.xml]
name = Romain Robbes
[http://people.squeakfoundation.org/person/RobWithers/rss.xml]
name = Rob Withers
[http://people.squeakfoundation.org/person/Rik/rss.xml]
name = Rik Smoody
[http://people.squeakfoundation.org/person/RalphJohnson/rss.xml]
name = Ralph Johnson
[http://people.squeakfoundation.org/person/KenCausey/rss.xml]
name = Ken Causey
[http://people.squeakfoundation.org/person/Jecel/rss.xml]
name = Jecel AssumpçÂão Jr
[http://people.squeakfoundation.org/person/HernanTylim/rss.xml]
name = Hernán Tylim
[http://people.squeakfoundation.org/person/GermanArduino/rss.xml]
name = Germán Arduino
[http://people.squeakfoundation.org/person/FrankCag/rss.xml]
name = Frank Caggiano
[http://people.squeakfoundation.org/person/BrentPinkney/rss.xml]
name = Brent Pinkney
[http://people.squeakfoundation.org/person/BorisGaertner/rss.xml]
name = Boris Gaertner
[http://people.squeakfoundation.org/person/AdamSpitz/rss.xml]
name = Adam Spitz

# level 1
[http://people.squeakfoundation.org/person/yanni/rss.xml]
name = Yanni Chiu
[http://people.squeakfoundation.org/person/wiz/rss.xml]
name = Jerome Peace
[http://people.squeakfoundation.org/person/waderoberts/rss.xml]
name = wade roberts
[http://people.squeakfoundation.org/person/vagy/rss.xml]
name = Vagelis Savvas
[http://people.squeakfoundation.org/person/tkoehler/rss.xml]
name = Thomas Koehler
[http://people.squeakfoundation.org/person/tbr/rss.xml]
name = Tom Rushworth
[http://people.squeakfoundation.org/person/stevemccusker/rss.xml]
name = Steve McCusker
[http://people.squeakfoundation.org/person/sriemann/rss.xml]
name = Sven Riemann
[http://people.squeakfoundation.org/person/sittej/rss.xml]
name = Joaquin Sitte
[http://people.squeakfoundation.org/person/simon/rss.xml]
name = Simon Michael
[http://people.squeakfoundation.org/person/shunter/rss.xml]
name = Steve Hunter
[http://people.squeakfoundation.org/person/sge/rss.xml]
name = Steve Elkins
[http://people.squeakfoundation.org/person/samir/rss.xml]
name = Samir Saidani
[http://people.squeakfoundation.org/person/sam/rss.xml]
name = Samuel Tardieu
[http://people.squeakfoundation.org/person/rstaehli/rss.xml]
name = Richard Staehli
[http://people.squeakfoundation.org/person/rsm/rss.xml]
name = Richard Manning
[http://people.squeakfoundation.org/person/rpenney/rss.xml]
name = Russell Penney
[http://people.squeakfoundation.org/person/rkris/rss.xml]
name = Ram Krishnan
[http://people.squeakfoundation.org/person/rh/rss.xml]
name = radoslav hodnicak
[http://people.squeakfoundation.org/person/rga/rss.xml]
name = Raymond Asselin
[http://people.squeakfoundation.org/person/raimv/rss.xml]
name = Raimundas Vaitkevicius
[http://people.squeakfoundation.org/person/pwl/rss.xml]
name = Peter Lount
[http://people.squeakfoundation.org/person/plantec/rss.xml]
name = Alain Plantec
[http://people.squeakfoundation.org/person/picxenk/rss.xml]
name = SeungBum Kim
[http://people.squeakfoundation.org/person/peter/rss.xml]
name = Peter van Rooijen
[http://people.squeakfoundation.org/person/pablo/rss.xml]
name = Pablo Iaria
[http://people.squeakfoundation.org/person/oxygene/rss.xml]
name = Patrick Mauritz
[http://people.squeakfoundation.org/person/mzimmerm/rss.xml]
name = Milan Zimmermann
[http://people.squeakfoundation.org/person/mue/rss.xml]
name = Frank Mueller
[http://people.squeakfoundation.org/person/msh/rss.xml]
name = Matthew Hamrick
[http://people.squeakfoundation.org/person/mikevdg/rss.xml]
name = Michael van der Gulik
[http://people.squeakfoundation.org/person/mds/rss.xml]
name = Marc Simpson
[http://people.squeakfoundation.org/person/mc/rss.xml]
name = Michael Cole
[http://people.squeakfoundation.org/person/mayuresh/rss.xml]
name = Mayuresh Kathe
[http://people.squeakfoundation.org/person/masaaki/rss.xml]
name = Masaaki Mitsuhashi
[http://people.squeakfoundation.org/person/maf/rss.xml]
name = Markus Fritsche
[http://people.squeakfoundation.org/person/lotharschenk/rss.xml]
name = Lothar Schenk
[http://people.squeakfoundation.org/person/laton13/rss.xml]
name = Mark Brady
[http://people.squeakfoundation.org/person/kjw/rss.xml]
name = Kevin J. Woolley
[http://people.squeakfoundation.org/person/kirtai/rss.xml]
name = Douglas Brebner
[http://people.squeakfoundation.org/person/karl/rss.xml]
name = Karl Ramberg
[http://people.squeakfoundation.org/person/kamk/rss.xml]
name = Kamil Kukura
[http://people.squeakfoundation.org/person/jrmaffeo/rss.xml]
name = John-Reed Maffeo
[http://people.squeakfoundation.org/person/jpierce/rss.xml]
name = John Pierce
[http://people.squeakfoundation.org/person/jpfersich/rss.xml]
name = John Pfersich
[http://people.squeakfoundation.org/person/johanjonkers/rss.xml]
name = Johan Jonkers
[http://people.squeakfoundation.org/person/jmb/rss.xml]
name = Hans Baveco
[http://people.squeakfoundation.org/person/jmax/rss.xml]
name = John Maxwell
[http://people.squeakfoundation.org/person/jimm/rss.xml]
name = Jim Menard
[http://people.squeakfoundation.org/person/jigme1968/rss.xml]
name = Jim Guo
[http://people.squeakfoundation.org/person/jhouchin/rss.xml]
name = Jimmie Houchin
[http://people.squeakfoundation.org/person/jacaetevha/rss.xml]
name = Jason Rogers
[http://people.squeakfoundation.org/person/ikestrel/rss.xml]
name = Joel Shellman
[http://people.squeakfoundation.org/person/iho/rss.xml]
name = Ingo Hohmann
[http://people.squeakfoundation.org/person/humasect/rss.xml]
name = Lyndon Tremblay
[http://people.squeakfoundation.org/person/hnbeck/rss.xml]
name = Hans N.  Beck
[http://people.squeakfoundation.org/person/hilaire/rss.xml]
name =  Hilaire
[http://people.squeakfoundation.org/person/hboon/rss.xml]
name = Hwee Boon Yar
[http://people.squeakfoundation.org/person/hawilki/rss.xml]
name = Hernan Wilkinson
[http://people.squeakfoundation.org/person/hargettp/rss.xml]
name = Phil Hargett
[http://people.squeakfoundation.org/person/grepninja/rss.xml]
name = John Tobler
[http://people.squeakfoundation.org/person/gboccoleri/rss.xml]
name = G. Boccoleri
[http://people.squeakfoundation.org/person/gafisher/rss.xml]
name = Gary Fisher
[http://people.squeakfoundation.org/person/frenchPadreyfuss/rss.xml]
name = Pierre-Andre Dreyfuss
[http://people.squeakfoundation.org/person/fefr/rss.xml]
name = Felix Franz
[http://people.squeakfoundation.org/person/edw/rss.xml]
name = Wolfgang Eder
[http://people.squeakfoundation.org/person/eds/rss.xml]
name = Eric Scharff
[http://people.squeakfoundation.org/person/dvd/rss.xml]
name = David Farber
[http://people.squeakfoundation.org/person/dpharris/rss.xml]
name = David Harris
[http://people.squeakfoundation.org/person/dnm/rss.xml]
name = Dan Moniz
[http://people.squeakfoundation.org/person/dmenon/rss.xml]
name = Devadas Menon
[http://people.squeakfoundation.org/person/dfaught/rss.xml]
name = Dave Faught
[http://people.squeakfoundation.org/person/dclapp/rss.xml]
name = Doug Clapp
[http://people.squeakfoundation.org/person/danil/rss.xml]
name = Danil Osipchuk
[http://people.squeakfoundation.org/person/dach/rss.xml]
name = Niall McCaffrey
[http://people.squeakfoundation.org/person/cyberlync/rss.xml]
name = Eric Merritt
[http://people.squeakfoundation.org/person/ctrl0alt/rss.xml]
name = Patrick Greene
[http://people.squeakfoundation.org/person/crustygeek/rss.xml]
name = Michelle Hine
[http://people.squeakfoundation.org/person/chadfowler/rss.xml]
name = Chad Fowler
[http://people.squeakfoundation.org/person/cbc/rss.xml]
name = Chris Cunningham
[http://people.squeakfoundation.org/person/bpagano/rss.xml]
name = Brian Pagano
[http://people.squeakfoundation.org/person/bp/rss.xml]
name = Bernhard Pieber
[http://people.squeakfoundation.org/person/bons/rss.xml]
name = Ken Boucher
[http://people.squeakfoundation.org/person/bmp/rss.xml]
name = Benjamin Pollack
[http://people.squeakfoundation.org/person/bjb/rss.xml]
name = Barry Bridgens
[http://people.squeakfoundation.org/person/asparagi/rss.xml]
name = Brenda 
[http://people.squeakfoundation.org/person/ajr/rss.xml]
name = Alan Reider
[http://people.squeakfoundation.org/person/a3aan/rss.xml]
name = Adriaan van Os
[http://people.squeakfoundation.org/person/TomS/rss.xml]
name = Thomas Stambaugh
[http://people.squeakfoundation.org/person/Taaus/rss.xml]
name = Taus Brock-Nannestad
[http://people.squeakfoundation.org/person/SteveG/rss.xml]
name = Steve Gutierrez
[http://people.squeakfoundation.org/person/Socinian/rss.xml]
name = Darius Clark
[http://people.squeakfoundation.org/person/ShiningRay/rss.xml]
name = Li Cao
[http://people.squeakfoundation.org/person/SergeStinckwich/rss.xml]
name = Serge Stinckwich
[http://people.squeakfoundation.org/person/SeanMcGrath/rss.xml]
name = Sean McGrath
[http://people.squeakfoundation.org/person/PeetGilbert/rss.xml]
name = Pete Gilbert
[http://people.squeakfoundation.org/person/MikeRoberts/rss.xml]
name = Mike Roberts
[http://people.squeakfoundation.org/person/MichaelPruemm/rss.xml]
name = Michael Pruemm
[http://people.squeakfoundation.org/person/Lobster/rss.xml]
name = Ed Jason
[http://people.squeakfoundation.org/person/JulienBourdon/rss.xml]
name = Julien Bourdon
[http://people.squeakfoundation.org/person/IanPrince/rss.xml]
name = Ian Prince
[http://people.squeakfoundation.org/person/FrankShearar/rss.xml]
name = Frank Shearar
[http://people.squeakfoundation.org/person/Evyn/rss.xml]
name = Evan Dembskey
[http://people.squeakfoundation.org/person/Elkvixen/rss.xml]
name = Kristian Hald
[http://people.squeakfoundation.org/person/DelbertMurphy/rss.xml]
name = Delbert Murphy
[http://people.squeakfoundation.org/person/DavidMitchell/rss.xml]
name = David Mitchell
[http://people.squeakfoundation.org/person/DanyAltman/rss.xml]
name = Dany Altman
[http://people.squeakfoundation.org/person/DanRozenfarb/rss.xml]
name = Dan Rozenfarb

# level 0
[http://people.squeakfoundation.org/person/zeke7237/rss.xml]
name = John D'Ausilio
[http://people.squeakfoundation.org/person/yellowdesk/rss.xml]
name = Mark Jones
[http://people.squeakfoundation.org/person/wmjuntunen/rss.xml]
name = William Juntunen
[http://people.squeakfoundation.org/person/vaidas/rss.xml]
name = Vaidotas Didzbalis
[http://people.squeakfoundation.org/person/tostaky/rss.xml]
name = Evrard Jerome
[http://people.squeakfoundation.org/person/somad/rss.xml]
name = Somath Duong
[http://people.squeakfoundation.org/person/sikirk/rss.xml]
name = Simon Kirk
[http://people.squeakfoundation.org/person/shrill1/rss.xml]
name = Laura Avena
[http://people.squeakfoundation.org/person/sgraf/rss.xml]
name = Silvan Graf
[http://people.squeakfoundation.org/person/rwelch/rss.xml]
name = Ron Welch
[http://people.squeakfoundation.org/person/ruben/rss.xml]
name = Ruben Bakker
[http://people.squeakfoundation.org/person/rskokan/rss.xml]
name = Radek Skokan
[http://people.squeakfoundation.org/person/pva/rss.xml]
name = Philippe Vanderheyden
[http://people.squeakfoundation.org/person/mtj/rss.xml]
name = Michael Jones
[http://people.squeakfoundation.org/person/morot/rss.xml]
name = Kalle Anka
[http://people.squeakfoundation.org/person/masm/rss.xml]
name = Marco Monteiro
[http://people.squeakfoundation.org/person/lss/rss.xml]
name = Laurent Siksous
[http://people.squeakfoundation.org/person/lionel/rss.xml]
name = Lionel Zhou
[http://people.squeakfoundation.org/person/jsdoubleg/rss.xml]
name = Jay Gee
[http://people.squeakfoundation.org/person/johngreene/rss.xml]
name = John Greene
[http://people.squeakfoundation.org/person/joc/rss.xml]
name = Joc 
[http://people.squeakfoundation.org/person/jlrr/rss.xml]
name = José L. Redrejo Rodríguez
[http://people.squeakfoundation.org/person/jdougan/rss.xml]
name = John Dougan
[http://people.squeakfoundation.org/person/jas/rss.xml]
name = Jonathan Smith
[http://people.squeakfoundation.org/person/isnoek/rss.xml]
name = Iede Snoek
[http://people.squeakfoundation.org/person/hoymand/rss.xml]
name = Dirk Herr-Hoyman
[http://people.squeakfoundation.org/person/dougmerritt/rss.xml]
name = Doug Merritt
[http://people.squeakfoundation.org/person/dogberry/rss.xml]
name = Gordon Webster
[http://people.squeakfoundation.org/person/djm1329/rss.xml]
name = Douglas McPherson
[http://people.squeakfoundation.org/person/distiller/rss.xml]
name = Chris Burnley
[http://people.squeakfoundation.org/person/darrenhobbs/rss.xml]
name = Darren Hobbs
[http://people.squeakfoundation.org/person/chunsj/rss.xml]
name = Sungjin Chun
[http://people.squeakfoundation.org/person/cf/rss.xml]
name = Claes-Fredrik Mannby
[http://people.squeakfoundation.org/person/catfoodgood/rss.xml]
name = Jake Covert
[http://people.squeakfoundation.org/person/bar/rss.xml]
name = Ruben Bakker
[http://people.squeakfoundation.org/person/artist4ever/rss.xml]
name = Marineth Tampoco
[http://people.squeakfoundation.org/person/Yannou/rss.xml]
name = Yann Piette
[http://people.squeakfoundation.org/person/ThPl/rss.xml]
name = Theo Sullivan
[http://people.squeakfoundation.org/person/TMNIrishbcsorguk/rss.xml]
name = Michael Irish
[http://people.squeakfoundation.org/person/T/rss.xml]
name = Thomas Højland
[http://people.squeakfoundation.org/person/Stalker/rss.xml]
name = Ionut Bizau
[http://people.squeakfoundation.org/person/ReubenET/rss.xml]
name = Reuben ET
[http://people.squeakfoundation.org/person/Raditz/rss.xml]
name =  Raditz
[http://people.squeakfoundation.org/person/LantzR/rss.xml]
name = Lantz Rowland
[http://people.squeakfoundation.org/person/DamienCassou/rss.xml]
name = Damien Cassou
[http://people.squeakfoundation.org/person/Ahmed91/rss.xml]
name =  Ahmed
[http://people.squeakfoundation.org/person/efc/rss.xml]
name =  Eddie Cottongim

# new additions
[http://people.squeakfoundation.org/person/gcorriga/rss.xml]
name = Giovanni Corriga


[http://propella.blogspot.com/atom.xml]
name = Takashi Yamamiya
[http://croq.blogspot.com/atom.xml]
name  = Joshua Gargus
[http://croqueteer.blogspot.com/atom.xml]
name = David Smith
[http://croquet-bento.blogspot.com/atom.xml]
name = Mark McCahill
[http://crnci.blogspot.com/atom.xml]
name = Tao Starbow
[http://croquetweak.blogspot.com/atom.xml]
name = Bert Freudenberg
[http://jlombardi.blogspot.com/atom.xml]
name = Julian Lombardi
[http://croquet4education.blogspot.com/atom.xml]
name = Marilyn Lombardi
[http://orionelenzil.blogspot.com/atom.xml]
name = Orion Elenzil
#repeats in thunderbird.. I think dc:date tag is wrong
[http://www.cincomsmalltalk.com/rssBlog/avi-rss.xml]
name = Avi Bryant
[http://squeak.preeminent.org/blog/rss.xml]
name = Stephan Wessels
[http://200-122-97-17.cab.prima.net.ar:9000/seaside/blog/SqueakLightChronicles/rss/recent.xml]
name = Lic. Edgar J. De Cleene
[http://www.itais.net/xmlsrv/rss2.php?blog=1&cat=16]
name = José Redrejo
[http://www.wetmachine.com/itf/xml-rss2.php]
name = Howard Stearns
[http://inglang.blogspot.com/atom.xml]
name = Darius Clarke
[http://astares.blogspot.com/atom.xml]
name = Torsten Bergmann
[http://www.cdegroot.com/blog/feed/]
name = Cees de Groot

#[http://beta.blogger.com/feeds/9587414/posts/full/-/squeak]
[http://joyfulsystems.blogspot.com/atom.xml]
name = Simon Michael
[http://ccse-vle.blogspot.com/atom.xml]
name = Nikolay Suslov
[http://lethalman.blogspot.com/atom.xml]
name = Luca Bruno
[http://www.lethalman.net/feed]
name = Luca Bruno (old)
[http://people.squeakfoundation.org/person/gera/rss.xml]
name = Gerardo Richarte
[http://d.hatena.ne.jp/squeaker/rss]
name = Yoshiki Ohshima
[http://people.squeakfoundation.org/person/iakovz/rss.xml]
name = Yakov Zaytsev