-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.ini
845 lines (606 loc) · 20.7 KB
/
config.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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
[Planet]
name = Planet Code4Lib
link = http://planet.code4lib.org
owner_name = Code4Lib
owner_email = [email protected]
cache_directory = cache
log_level = ERROR
template_directries: themes/dublincore
# template_directories: themes/code4lib
# template_directories: themes/diveintomark
output_theme: themes/dublincore
# output_theme: themes/code4lib
# output_theme: themes/diveintomark
output_dir = output
items_per_page = 50
days_per_page = 14
date_format = %B %d, %Y %I:%M %p
activity_threshold: 1001
# The feeds!
# ----- Tags and things first
[https://feeds.pinboard.in/rss/t:code4lib/]
name = pinboard
[http://api.flickr.com/services/feeds/photos_public.gne?tags=code4lib&lang=en-us&format=atom]
name = flickr
# 20140408: Delicious is dead (wtd)
# [http://previous.delicious.com/v2/rss/tag/code4lib]
# name = delicious
# -----
[http://libux.co/feed/]
name = LibUX
[https://distantreader.org/blog/readings.rss]
name = Distant Reader Blog
[https://literarymachin.es/rss.xml]
name = Raffaele Messuti
# 20180522: 1001 days (ranti)
# [https://www.rileychilds.me/feed.xml]
# name = Riley Childs
# 20180522: 1001 days (ranti)
# [http://accessconference.ca/feed/]
# name = Access Conference
[http://www.ariadne.ac.uk/taxonomy/term/16366/all/issues/feed]
name = Ariadne Magazine
[https://www.districtdispatch.org/feed/]
name = District Dispatch
[https://blog.cbeer.info/atom.xml]
name = Chris Beer
# 20180522: 1001 days (ranti)
# [http://catalogablog.blogspot.com/rss/catalogablog.xml]
# name = David Bigwood
# 20180522: 1001 days (ranti)
# [https://www.wallandbinkley.com/quaedam/feed/]
# name = Peter Binkley
[http://maisonbisson.com/blog/feed/]
name = Casey Bisson
[http://www.lib.umich.edu/blogs/library-tech-talk/rss.xml]
name = Library Tech Talk (U of Michigan)
# 20140722: 1001 days (wtd)
# [http://www.blyberg.net/feed/]
# name = John Blyberg
# 20140720: Nothing since 2010 (wtd)
# [http://feeds.feedburner.com/WebqueryWageningenUr]
# name = Van Boheemen, Peter
# 20170118: 1001 days
# [http://peterbrantley.com/feed]
# name = Peter Brantley
[http://xplus3.net/feed/atom/]
name = Jonathan Brinley
[http://philomousos.blogspot.com/feeds/posts/default]
name = Hugh Cayless
# 20140721: Nothing since 2009 (wtd)
# [http://roblivian.wordpress.com/feed/atom/]
# name = Rob Casson
[http://userslib.com/feed/atom/]
name = Suzanne Chapman
[https://galencharlton.com/blog/feed/atom/]
name = Galen Charlton
# 20180522: 1001 days (ranti)
# [https://schenizzle.wordpress.com/feed/atom/]
# name = Sean Chen
# 20180522: 1001 days (ranti)
# [http://worklog.kevinclarke.info/code4lib.xml]
# name = Kevin Clarke
[https://www.code4lib.org/node/feed]
name = Code4Lib
# [http://pipes.yahoo.com/pipes/pipe.run?String=subject%3A%22c4l10%22&_id=40af3d69eddb8cdff4096491d9ce5f2f&_render=rss]
# name = Code4Lib 2010 Conf Videos
[https://feeds.feedburner.com/DanCohen]
name = Dan Cohen
# 20140718: Nothing since 2009 (wtd)
# [http://kcplinnovations.blogspot.com/feeds/posts/default]
# name = Collier, Karen
# 20140722: 1001 days (wtd)
# [http://www.librarywebchic.net/wordpress/feed/]
# name = Karen Coombs
# 20140721: Gone (wtd)
# [http://feeds.feedburner.com/ecorradorss2]
# name = Corrado, Ed
[http://kcoyle.blogspot.com/feeds/posts/default]
name = Karen Coyle
# 20140718: Nothing since 2008
# [http://crigshow.blogspot.com/feeds/posts/default]
# name = CRIG Roadshow
# [http://www.crossref.org/crweblog/atom.xml]
https://www.crossref.org/blog/index.xml
name = CrossRef
# [http://www.fak3r.com/category/geek/feed/]
# name = Cryer, Phil
[http://www.dlib.org/rss/dlib.rss]
name = D-Lib
# 20140718: Nothing since 2011
# [http://www.bookism.org/open/feed/]
# name = Datema, Jay
[http://blog.iandavis.com/feed/]
name = Ian Davis
# 20140722: 1001 days (wtd)
# [http://textsfornothing.com/blog/?cat=2&feed=atom]
# name = Jeff Davis
[https://www.miskatonic.org/feed/code4lib.xml]
name = William Denton
# 20140718: Nothing since 2011 (wtd)
# [http://digitalcuration.blogspot.com/feeds/posts/default?alt=rss]
# name = Digital Curation Centre
# moved to https://dp.la/news but no RSS feed found (ranti)
# [http://dp.la/info/feed/]
# name = DPLA
# 20180522: 1001 days (ranti)
# [http://robotlibrarian.billdueber.com/feed.xml]
# name = Bill Dueber
# 20170118: 1001 days (wtd)
# [http://discovery-grindstone.blogspot.com/feeds/posts/default]
# name = Naomi Dushay
# 20190201: dommain is no longer owned by Fiona (ranti)
# [https://feeds.feedburner.com/SemanticLibrary/]
# name = Fiona Bradley
# new blog http://danbri.org/words/ but got database connection error (ranti)
# [https://feeds.feedburner.com/danbri_blog]
# name = Dan Brickley
# removed at Devon's request
# [http://decasm.com/blog?flav=atom]
# name = Smith, Devon
[http://orweblog.oclc.org/feed/]
name = Lorcan Dempsey
# 20140718: Site is gone (wtd)
# [http://bspace.us/notes/feeds/code4lib]
# name = Diana, Birkin James
# 20180522: 1001 days (ranti)
# [http://www.parser.ca/z678/feed/]
# name = George Duimovich
[https://feeds.feedburner.com/hublog]
name = Alf Eaton, Alf
# 20140718: Redirects to Hemlock Creek Farm (wtd)
# [http://ryaneby.com/rss.xml?tag=code4lib]
# name = Eby, Ryan
[https://feeds.feedburner.com/web2learning/YOVk]
name = Nicole Engard
[http://blog.esilibrary.com/feed/]
name = Equinox Software
# 20140720: Nothing since 2010 (wtd)
# [http://fawcett.blogspot.com/atom.xml]
# name = Fawcett, Graham
# 20140718: Doesn't exist any more (wtd)
# [http://www.ceolibrarian.com/?feed=atom]
# name = LaJeunesse, Brad
# 20180522: 1001 days (ranti)
# [https://feeds.feedburner.com/Federatedsearchblogcom]
# name = Federated Search Blog
# 20180522: 1001 days (ranti)
# [https://libraryhacker.org/feed/]
# name= Library Hackers Unite blog
# 20170118: 1001 days (wtd)
# [http://blog.reallywow.com/feed/atom]
# name = Jay Luker
# 20140718: Site is gone (wtd)
# [http://kados.org/feed]
# name = Ferraro, Joshua
[http://lisletters.blogspot.com/atom.xml]
name = David Fiander
# 20140720: Nothing since 2010 (wtd)
# [http://libraryfrontier.blogspot.com/feeds/posts/default]
# name = Field, Dan
# 20140718: Nothing since 2010 (wtd)
# [http://xrotwang.wordpress.com/feed/atom]
# name = Forkel, Robert
# 20140718: Dormant (wtd)
# [http://www.frbr.org/feed/]
# name = FRBR Blog (William Denton)
[http://meredith.wolfwater.com/wordpress/feed/atom/]
name = Meredith Farkas
[http://feeds2.feedburner.com/digitallibrarian/JdIw]
name = Jeremy Frumkin
# 20140722: 1001 days (wtd)
# [http://stupendousamazing.blogspot.com/feeds/posts/default]
# name = Alejandro Garza
# 20140718: Not responding (wtd)
# [http://www.patronizing.org/?feed=rss2]
# name = Gerrish, Joshua
# 2014072: 1001 days (wtd)
# [http://feeds.feedburner.com/technosophia]
# name = Michael Giarlo
# 20180522 no longer exist (ranti)
# new blog is http://mike.giarlo.name/blog/ but not active since May 2010
# [http://www.personal.psu.edu/mjg36/blogs/index.xml]
# name = Michael Giarlo
# [http://www.kentongood.com/?feed=rss2&cat=26]
# name = Good, Kenton
# 20170118: 1001 days (wtd)
# [http://www.j-gorman.com/blog/atom.xml?categoryId=6258405]
# name = Jonathan Gorman
# 20140722: Site is down (wtd)
# [http://www.epistemographer.com/feed/atom/]
# name = Josh Greenberg
# 20140805: Not enough about code and/or libraries
# [http://laboratorium.net/atom.xml]
# name = James Grimmelmann
# 20180522 no longer exist (ranti)
# [https://feeds.feedburner.com/rubybrain]
# name = William Groppe
# 20170118: 1001 days
# [http://jennierosehalperin.me/feed/]
# name = Jenny Rose Halperin
# [http://blogdriverswaltz.com/?feed=rss2]
# name = Harder, Geoff
[http://librarylab.law.harvard.edu/blog/feed/]
name = Harvard Library Innovation Lab
[https://lucidworks.com/blog/feed/]
name = Lucidworks
# 20140721: He said remove (wtd)
# [http://dysinterested.com/feed/atom/]
# name = Hannan, Sean
# 20180522: it now belongs to somebody else (ranti)
# [http://christinaharlow.com/atom.xml]
# name = Christina Harlow
# 20180522: 1001 days (ranti)
# [http://www.hathitrust.org/blogs/large-scale-search_rss]
# name = Hathi Trust Large Scale Search
[http://go-to-hellman.blogspot.com/feeds/posts/default]
name = Eric Hellman
[http://outgoing.typepad.com/outgoing/index.rdf]
name = Thom Hickey
[https://librecatproject.wordpress.com/feed/atom/]
name = LibreCat/Catmandu blog
# 20140718: Gone (wtd)
# [http://blog.palinet.org/dt/?feed=atom]
# name = Houser, John
[http://ejournals.bc.edu/ojs/index.php/ital/gateway/plugin/WebFeedGatewayPlugin/rss2]
name = Information Technology and Libraries
#[http://www.oaresearch.org/?feed=atom]
#name = IR-Managers
[http://www.inthelibrarywiththeleadpipe.org/feed/]
name = In the Library, With the Lead Pipe
# 20180522: 1001 days (ranti)
# [http://jculibrarytechnology.blogspot.com/feeds/posts/default]
# name = James Cook University, Library Tech
# 20140720: Nothing since 2009 (wtd)
# [http://librariesofthefuture.jiscinvolve.org/feed/]
# name = JISC Libraries of the Future
# 20180522: 1001 days (ranti)
# [https://infteam.jiscinvolve.org/wp/feed/]
# name = JISC Information Environment Team
# 20140718: Project stopped in 2013
# [http://access.jiscinvolve.org/wp/feed/]
# name = JISC Access Management Focus
# 20140722: 1001 days (wtd)
# [http://digitaleccentric.blogspot.com/feeds/posts/default]
# name = Leslie Johnston
# 20141004: 1001 days (wtd)
# [http://interoperating.info/mark/blog/1/feed]
# name = Mark Jordan
[https://feeds.feedburner.com/c4lj]
name = Code4Lib Journal
[http://www.mashcat.info/feed/atom/]
name = Mashcat
[https://blog.vlib.mpg.de/feed/]
name = Max Planck Digital Library
# 20180522 no longer exists (ranti)
# [https://feeds.feedburner.com/PhysikaTextAnalytics]
# name = John Miedema
# 20150408: gone (wtd)
# [http://rosalynmetz.com/ideas/feed/]
# name = Rosalyn Metz
[https://faillab.wordpress.com/feed/]
name = M. Ryan Hess
[https://feeds.feedburner.com/DisruptiveLibraryTechnologyJester]
name = Peter Murray
# 20140728: Nothing since 2009 (wtd)
# [http://feeds.feedburner.com/tomkeays]
# name = Keays, Tom
# 20180522: 1001 days (ranti)
# [http://kirunews.blog.hu/rss/tags/code4lib]
# name = Péter Király
[http://commonplace.net/feed/]
name = Lukas Koster
[https://lawlesst.github.io/feed.rss]
name = Ted Lawless
# 20150408: No activity in 1001 days (wtd)
# [https://thebookpile.wordpress.com/feed/atom/]
# name = Warren Layton
# 20180522: 1001 days (ranti)
# [https://feeds.feedburner.com/typepad/mleggott/loomware]
# name = Mark Leggott
# 20140720: Nothing since 2008 (wtd)
# [http://about.scriblio.net/index.php?category_name=libdev-archive]
# name = libdev
# 20140718: Nothing since 2009 (wtd)
# [http://blog.libraryfind.org/feed/atom.xml]
# name = LibraryFind
[http://litablog.org/feed/]
name = LITA
# 20140720: Nothing since 2009
# [http://lxming.blogspot.com/atom.xml]
# name = Liu, Xiaoming
# 20140721: Gone (wtd)
# [http://makinglinks.uwindsor.ca:8087/mitas/sfxblog/rdf]
# name = Making Links
[http://managemetadata.com/blog/feed/]
name = Manage Metadata (Diane Hillmann and Jon Phipps)
[https://everybodyslibraries.com/feed/atom/]
name = John Mark Ockerbloom
[https://matienzo.org/atom.xml]
name = María A. Matienzo
# 20140718: Doesn't exist any more (wtd)
# [http://connect.educause.edu/blog/rmcdonal/feed]
# name = McDonald, Robert
# 20180522: 1001 days (ranti)
# [http://john.mignault.net/blog/feed/]
# name = John Mignault
# 20140718: Long gone (wtd)
# [http://paulmiller.typepad.com/thinking_about_the_future/index.rdf]
# name = Miller, Paul
[http://planet.infomotions.com/atom.xml]
name = Eric Lease Morgan
# 20140718: It's gone (wtd)
# [http://blogs.talis.com/nodalities/index.xml]
# name = Nodalities Talis
# 20180522: 1001 days (ranti)
# [http://morton-owens.info/rss.xml]
# name = Emily Morton-Owens
[https://cynthiang.ca/feed/atom/]
name = Cynthia Ng
[http://blog.openlibrary.org/feed/]
name = Open Library
[http://blog.okfn.org/feed/]
name = Open Knowledge Foundation
# 20170118: 1001 days (wtd)
# [https://benosteen.wordpress.com/feed/]
# name = Ben O'Steen
# 20140718: Doesn't exist any more (wtd)
# [http://feeds.feedburner.com/librarycult]
# name = Fiacre O'Duinn
# 20140721: Nothing since 2009
# [http://libgrunt.blogspot.com/feeds/posts/default]
# name = John Fink
# 20140722: Gone (wtd)
# [http://www.chrisfrymann.com/feed/atom/ ]
# name = Chris Frymann
[http://futurearchives.blogspot.com/feeds/posts/default]
name = Future Archives (Bodleian Library)
# [http://feeds.feedburner.com/familymanlibrarian/dwVA]
# name = Oberg, Steve
[https://www.oclc.org/developer/news/feed.en.rss]
name = OCLC Dev Network
# 20140720: Gone (wtd)
# [http://community.oclc.org/engineering/atom.xml]
# name= OCLC Engineering
[http://evergreen-ils.org/feed/]
name = Evergreen ILS
# 20150408: No acitivity in 1001 days (wtd)
# [http://oss4lib.org/node/feed]
# name = oss4lib
# 20140719: Blog is gone (wtd)
# [http://benostrowsky.wordpress.com/feed/atom]
# name = Ostrowsky, Ben
[http://hecticpace.com/feed/]
name = Andrew Pace
# 20170118: 1001 days (wtd)
# [http://www.daveyp.com/blog/feed/]
# name = Dave Pattern
# 20170118: 1001 days (wtd)
# [http://blog.peerlibrary.org/rss]
# name = PeerLibrary
[https://vphill.com/journal/feed/]
name = Mark E. Phillips
# 20170118: 1001 days (wtd)
# [http://efoundations.typepad.com/efoundations/atom.xml]
# name = Andy Powell and Pete Johnston
# 20140718: Nothing since March 2010 (wtd)
# [http://standupprogrammer.blogspot.com/feeds/posts/default]
# name = Ramalho, Luciano
[https://blog.dshr.org/feeds/posts/default]
name = David Rosenthal
[http://blog.reeset.net/feed]
name = Terry Reese
# old feed [http://ruebot.net/blog/1/feed]
[https://ruebot.net/index.xml]
name = Nick Ruest
[https://www.hughrundle.net/rss/]
name = Hugh Rundle
# 20140721: Wherefore art thou Art? (wtd)
# [http://librarycog.uwindsor.ca:8087/artblog/librarycog/rdf]
# name = Art Rhyno
[http://elibtronic.ca/rss.xml]
name = Tim Ribaric
# 20140722: 1001 days (wtd)
# [http://inquiringlibrarian.blogspot.com/atom.xml]
# name = Jenn Riley
[http://tararobertson.ca/feed/]
name = Tara Robertson
[https://bibwild.wordpress.com/feed/atom/]
name = Jonathan Rochkind
[http://ronallo.com/feed.xml]
name = Jason Ronallo
# 20170118: 1001 days (wtd)
# [http://www.ibiblio.org/bess/?feed=rss2]
# name = Bess Sadler
# 20140720: Nothing since 2008 (wtd)
# [http://thedil.wordpress.com/feed/atom]
# name = Salesky, Winona
# 20140718: Moved to new blog (wtd)
# [http://scientopia.org/blogs/bookoftrogool/feed/rss/]
# name = Salo, Dorothea
[http://ptsefton.com/feed/atom]
name = Peter Sefton
# old feed [http://www.walkingpaper.org/feed]
[http://weareinflux.com/feed/]
name = Aaron Schmidt
[https://feeds.feedburner.com/freerangelibrarian]
name = Karen G. Schneider
[http://jodischneider.com/blog/feed/]
name = Jodi Schneider
[https://coffeecode.net/feeds/coding.atom]
name = Dan Scott
# 20140718: Site is gone (wtd)
# [http://www.libraryfivepointo.com/?feed=rss2]
# name = Sierra, Tito
# 20170118: 1001 days (wtd)
# [http://dilettantes.code4lib.org/blog/feed/]
# ame = Ross Singer
# 20141004: 1001 days (wtd)
# [http://wdsnow.blogspot.com/feeds/posts/default]
# name = William Snow (SALT project)
# 20170118: 1001 days (wtd)
# [http://www.ibiblio.org/fred2.0/wordpress/?feed=rss2]
# name = Simon Spero
[https://sbdevel.wordpress.com/feed/]
name = State Library of Denmark
# 20180522 site is gone (ranti)
# [http://dynamicorange.com/feed/]
# name = Rob Styles
[https://inkdroid.org/feed.xml]
name = Ed Summers
[http://www.thedigitalshift.com/category/roy-tennant-digital-libraries/feed/]
name = Roy Tennant
# [http://blog.threepress.org/feed/]
# name = threepress
# 20140718: Doesn't exist any more (wtd)
# [http://blogs.lib.ncsu.edu/rss/horselesslibrary?catname=%2FJT]
# name = Tuttle, Jim (Horseless Library)
[http://blog.librarything.com/thingology/feed/atom/]
name = LibraryThing (Thingology)
# 20140718: "Sorry, site is down for the foreseeable future" (wtd)
# [http://techessence.info/node/feed]
# name = TechEssence
# 20140718: Doesn't exist any more (wtd)
# [http://beobal.com/blog/feed/atom/]
# name = Tunnicliffe, Sam
# 20140720: Gone (wtd)
# [http://forward.library.wisconsin.edu/moving-forward/?feed=rss2]
# name = University of Wisconsin Solr Catalog Dev
# 20140720: Nothing since 2008 (wtd)
# [http://www.ukoln.ac.uk/repositories/newsletter/rss.xml]
# name = UKOLN Repository Newsletter
[https://blog.library.villanova.edu/category/library-technology-development/feed/]
name = Villanova Library Technology Blog
[http://jakoblog.de/category/en/feed/atom/]
name = Jakob Voss
[http://dataliberate.com/feed/]
name = Richard Wallis
# 20140720: Nothing since 2010 (wtd)
# [http://feeds2.feedburner.com/WebqueryWageningenUr]
# name= Wageningen Digital Library
# 20140718: Nothing since 2008 (wtd)
# [http://itoccurs.wordpress.com/feed/atom]
# name = Wallis, Richard
# 20140722: 1001 days (wtd)
# [http://weibel-lines.typepad.com/weibelines/atom.xml]
# name = Stuart Weibel
[https://erinrwhite.com/category/libraries/feed/]
name = Erin White
# 20140720: Nothing since 2008 (wtd)
# [http://ryanwick.net/feed]
# name = Wick, Ryan
# [http://librarian.newjackalmanac.ca/feeds/posts/default]
[https://librarian.aedileworks.com/feed/]
name = Mita Williams
# 20140718: Site down (wtd)
# [http://wm.sieheauch.de/wp-atom.php]
# name = Wikimetrics
# 20140721: Nothing since 2011 (wtd)
# [http://scholarlypublishing.org/jpwilkin/feed]
# name = John Price Wilkin
# 20170118: 1001 days (wtd)
# [http://cwilper.blogspot.com/feeds/posts/default]
# name = Chris Wilper
[https://blog.dataunbound.com/feed/]
name = Raymond Yee
[http://opensourceexile.blogspot.com/feeds/posts/default]
name = Stuart Yeates
# 20140720: Gone (wtd)
# [http://q6.oclc.org/atom.xml]
# name = Young, Jeff
[http://zbw.eu/labs/en/rss.xml]
name = ZBW German National Library of Economics
# 20180522: 1001 days (ranti)
# [http://blogs.capita-libraries.co.uk/panlibus/feed/]
# name = Panlibus (CAPITA)
# [https://www.nypl.org/blog_channel_feed/90276]
[https://www.nypl.org/blog_channel_feed/382825]
name = NYPL Special Collection
[https://feeds.feedburner.com/zotero/]
name = Zotero
[http://www.tandfonline.com/action/showFeed?ui=0&mi=co84bk&ai=1dl&jc=wjwl20&type=etoc&feed=rss]
name = Journal of Web Librarianship
# [http://projecthydra.org/feed/]
[https://samvera.org/feed/]
name = Samvera
[https://islandora.ca/rss.xml]
name = Islandora
[http://libx.org/feed/]
name = LibX
[http://www.duraspace.org/tag/news/feed/]
name = DuraSpace News
[https://feeds.feedburner.com/LibraryHat]
name = Bohyun Kim
[https://acrl.ala.org/techconnect/feed/]
name = ACRL TechConnect
# 20170118: 1001 days (wtd)
# [http://blog.alxp.ca/feeds/all.atom.xml]
# name = Alexander O'Neill
[https://andromedayelton.com/feed/]
name = Andromeda Yelton
# 20170118: 1001 days
# [https://ssimpkin.github.io/atom.xml]
# name = Sarah Simpkin
# [http://blog.rantijunus.net/feed/]
[http://ranti.10centuries.org/rss.xml]
name = Ranti Junus
# [https://chillco.com/tags/libraries/feed]
# new blog at [https://chillco.com/blog] but no RSS feed
# name = Cherry Hill Company
[http://blog.europeana.eu/category/technical/feed/]
name = Europeana » Technical
# [http://labs.europeana.eu/rss.xml]
# name = Europeana Labs
# 2018-05-23: invalid URL (ranti)
# [http://blogs.loc.gov/digitalpreservation/feed/]
# [https://blogs.loc.gov/thesignal/feed/]
# name = Library of Congress: The Signal
[https://feeds.feedburner.com/Hangingtogetherorg]
name = HangingTogether
[https://foss4lib.org/packages/feed]
name = FOSS4Lib Updated Packages
[https://foss4lib.org/packages/recent-releases/feed]
name = FOSS4Lib Recent Releases
# 20180522: 1001 days (ranti)
# [https://foss4lib.org/upcoming-events/feed]
# name = FOSS4Lib Upcoming Events
# 20180522: 1001 days (ranti)
# [https://feeds.feedburner.com/collidoscope?format=xml]
# name = collidoscope
[http://sheldon-hess.org/coral/feed/]
name = Coral Sheldon-Hess
[https://shelleygullikson.wordpress.com/feed/]
name = Shelley Gullikson
[https://library.brown.edu/DigitalTechnologies/feed/]
name = Brown University Library Digital Technologies Projects
[http://www.dominicbordelon.com/feed/]
name = Dominic Bordelon
[http://conaltuohy.com/feed/]
name = Conal Tuohy
# 20180522: 1001 days (ranti)
# [https://littlelogs.co/rss/todrobbins/]
# name = Tod Robbins
[https://erambler.co.uk/index.xml]
name = Jez Cope
# 20170118: 1001 days (wtd)
# [https://no-reply.github.io/feed.xml]
# name = Tom Johnson
[http://www.archivalconnections.org/feed/]
name = Archival Connections
[https://www.diglib.org/feed/]
name = Digital Library Federation
[http://nowviskie.org/feed/]
name = Bethany Nowviskie
[https://news.archivesunleashed.org/feed]
name = Archives Unleashed Project
[https://artefacto.org.uk/feed/]
name = Artefacto
[https://anelki.net/index.xml]
name = anelki.net
[https://log.lab.matkelly.com/feed]
name = Mat Kelly
[https://ws-dl.blogspot.com/feeds/posts/default]
name = Web Science and Digital Libraries (WS-DL) Group at Old Dominion University
# If you would like your feed included, please add it above
# this line in the same format as the other feeds, and
# submit a pull request.