-
Notifications
You must be signed in to change notification settings - Fork 42
/
en.ini
772 lines (542 loc) · 19.7 KB
/
en.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
# Planet configuration file -*- coding: utf-8 -*-
# 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 Emacsen
link = http://planet.emacsen.org/
owner_name = Theresa O\'Connor
owner_email = [email protected]
# 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 = 2
log_level = DEBUG
# template_files: Space-separated list of output template files
template_files = tmpl/index.html.tmpl tmpl/atom.xml.tmpl tmpl/opml.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. You can specify more locales separated by ':', planet will
# use the first available one
output_dir = html
items_per_page = 30
days_per_page = 0
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).
#
# [emacsen/rss10.xml.tmpl]
# items_per_page = 30
# encoding = xml
# 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). You can
# define defaults for these in a [DEFAULT] section, for example
# Planet Debian uses the following to define faces:
#
# [DEFAULT]
# facewidth = 64
# faceheight = 64
#
# [http://www.blog.com/rss]
# face = foo.png
# faceheight = 32
#
# The facewidth of the defined blog defaults to 64.
[http://tess.oconnor.cx/feed;tag%3Demacs]
name = "Theresa O'Connor"
[http://thewanderingcoder.com/category/emacs/feed/]
name = Sean Miller: The Wandering Coder
[http://emacstidbits.blogspot.com/atom.xml]
name = "#emacs tidbits"
# [http://www.dydimustk.com/blog/?feed=rss2]
# name = dydimustk
# [http://www.lathi.net/xml/rss20/feed.xml]
# [http://www.lathi.net/diary/index.rss]
# name = @Lathi.net
# [http://www.sood.net.in/journal/index.php/archives/category/computing/emacs/feed]
# name = aadis
# [http://www.emacswiki.org/cgi-bin/alex?action=journal;search=tag%3Aemacs;rsslimit=2;full=1]
[https://alexschroeder.ch/wiki/feed/full/Emacs]
name = Alex Schroeder
# [http://blog.brettkelly.org/?feed=rss2]
# name = Brett Kelly
# [http://www.davids-world.com/atom.xml]
# name = "David's World"
# [http://gnuvince.infogami.com/blog/atom.xml]
# name = "gnuvince's Elisp blog"
[http://emacspeak.blogspot.com/atom.xml]
name = emacspeak
[http://www.lambdacat.com/tag/emacs/rss/]
name = LambdaCat
[http://acidwords.com/emacs.xml]
name = Sanel Zukan
[https://www.topbug.net/blog/category/programming-tools/emacs/feed/]
name = Top Bug Net
# [http://www.stallman.org/rss/rss.xml]
# name = Richard Stallman
# [http://inkedmn.infogami.com/blog/atom.xml]
# name = "ink's Emacs Lisp Blog"
# [http://yrk.rabkins.net/emacs/index.atom]
# name = Yoni Rabkin Katzenell
# [http://jasonrumney.net/roller/rss/jason]
# [http://home.jasonrumney.net/roller/jason/feed/entries/rss]
# name = Jason Rumney
#[http://www.forcix.cx/weblog/index.rss]
[http://blog.jorgenschaefer.de/feeds/posts/default/-/Emacs]
name = Jorgen Schaefer
# [http://paste.lisp.org/list-full.rss?emacs]
# name = Lisppaste for #emacs
[http://feeds.feedburner.com/pimpmyemacs]
name = sachachua
[http://bryan-murdock.blogspot.com/atom.xml]
name = Bryan Murdock
# [http://blog.mwolson.org/tech/index.rss]
# name = Michael Olson
# [http://jasondunsmore.blogspot.com/feeds/posts/default/-/emacs]
# name = Jason Dunsmore
# [http://feeds.feedburner.com/wjsullivan]
# [http://pipes.yahoo.com/pipes/pipe.run?_id=FiExI4MS3RG8VVYcM1rX_Q&_render=rss]
# name = John Sullivan
# [http://www.waider.ie/diary-rss.xml]
# name = Waider
# Disabled because he hasn't posted about Emacs in years...
# [http://www.yepthatsme.com/feed/atom/]
# name = Barry Hawkins
# [http://pfhawkins.com/tag/emacs/feed/atom/]
# name = P.F. Hawkins
# [http://feeds.feedburner.com/newartisanscom]
# name = John Wiegley
[http://technomancy.us/feed/atom]
name = Phil Hagelberg
# [http://furius.ca/blog/tag/Emacs/rss]
# name = Martin Blais
[http://mbork.pl/?action=rss;rcfilteronly=CategoryEmacs;all=0;showedit=0;title=%20Content%20AND%20Presentation]
name = Marcin Borkowski
# [http://blog.romanlagunov.ru/feed/atom/]
# name = Roman Lagunov
# [http://www.cs.nmsu.edu/~bpalmer/cgi-bin/blosxom/xemacs/index.rss]
# name = Brian Palmer
# [http://feed43.com/powerbookjournal.xml]
# name = Luis Fernandes
[http://muublog.blogspot.com/feeds/posts/default/-/emacs]
name = Mathias Dahl
# [http://www.antisleep.com/rss/elisp.xml.php]
# name = Scott Evans
[https://tsdh.wordpress.com/tag/emacs/feed/]
name = Tassilo Horn (Wordpress)
[http://tsdh.org/rss.xml]
name = Tassilo Horn
# [http://www.hodique.info/_blog.rss]
# name = Yann Hodique
# Seems to have been taken over by spammers.
# [http://emacs-fan.blogspot.com/atom.xml]
# name = Jesse Alama
[https://emacs.wordpress.com/feed/]
# name = José Antonio Ortega Ruiz
name = minor emacs wizardry
[http://emacsblog.org/feed/]
name = M-x all-things-emacs
[http://www.chmouel.com/blog/category/emacs/feed/]
name = Chmouel
# [http://jfm3-repl.blogspot.com/atom.xml]
# [http://jfm3-repl.blogspot.com/feeds/posts/default/-/emacs]
# name = Joseph Miklojcik
[http://feeds.feedburner.com/emacslife]
name = Emacs Life
[http://api.flickr.com/services/feeds/photos_public.gne?tags=emacs&lang=en-us&format=rss_200]
name = Flickr tag 'emacs'
[http://feeds.feedburner.com/ted-roden-emacs]
name = Ted Roden
[https://hexmode.com/tag/emacs/feed]
name = Mark Hershberger
[http://peadrop.com/blog/category/computers/emacs/feed/]
name = Alexandre Vassalotti
# [http://ruslanspivak.com/category/emacs/feed/]
# name = Ruslan Spivak
# [http://blog.printf.net/xml/rss20/feed.xml]
[http://blog.printf.net/feed/]
name = Chris Ball
[http://subtech.g.hatena.ne.jp/antipop/rss2]
name = ntipop
# [https://20y.hu/tag/planet_emacsen/feed/rss2]
# [https://20y.hu/tag/planet_emacsen/feed]
# name = Gábor Török
[http://aaronhawley.livejournal.com/data/atom]
name = Aaron Hawley
[http://trey-jackson.blogspot.com/atom.xml]
name = Trey Jackson
[http://amortizedanalysis.wordpress.com/tag/emacs/feed/]
name = Amortized Analysis
[http://occident.us/category/emacs/feed/]
name = Travis Vachon
# [http://pipes.yahoo.com/pipes/pipe.run?_id=uur6jvTB3BGL__S_jknRlg&_render=rss]
# name = Johan Lindström
# [http://mocker.org/blog/feed/]
# [http://users.livejournal.com/mocker_/data/atom?tag=emacs]
# [http://mocker.org/blog/?feed=rss2&tag=emacs]
# [http://mocker.org/tag/emacs]
# [http://mocker.org/rss.xml?tag=emacs]
# name = Kyle Sexton
# [http://www.rlazo.org/blog/feeds/category/Emacs/]
# name = Rodrigo Lazo
# [http://www.shellarchive.co.uk/index.xml]
# name = Phil Jackson
# [http://juangarcia.890m.com/blog/feed/]
# name = Juan Garcia
[http://alexott.blogspot.com/feeds/posts/default/-/emacs]
name = Alex Ott
# [http://mnemonikk.org/?feed=rss2]
[http://mnemonikk.org/feed/]
name = Anselm Helbig
[http://atomized.org/tag/emacs/feed/]
name = Ian Eure
[http://www.randomsample.de/dru5/taxonomy/term/2/0/feed]
name = Random Sample
# [http://blog.feelingroot.com/?cat=3&feed=atom]
# name = Cezar Halmagean
[https://keramida.wordpress.com/category/emacs/feed/]
name = Giorgos Keramidas
# [http://blog.nethazard.net/category/emacs/feed/]
# name = Gabriel Saldaña
[http://www.carcosa.net/jason/blog/computing/index.rss2]
name = Jason McBrayer
# [http://twitter.com/statuses/user_timeline/9492852.rss]
# name = @emacs
# [http://emacs-fu.blogspot.com/atom.xml]
[http://emacs-fu.blogspot.com/feeds/posts/default/-/new]
name = Emacs-fu
# [http://www.20seven.org/journal/emacs/]
[http://gregnewman.org/journal/feed/category/emacs/]
name = Greg Newman
# [http://www.enigmacurry.com/category/emacs/feed/]
# name = Ryan McGuire
[https://zhangda.wordpress.com/feed/]
name = Da Zhang
[http://justinsboringpage.blogspot.com/feeds/posts/default/-/emacs]
name = Justin Heyes-Jones
# [http://nflath.com/tag/emacs/feed/atom/]
# name = Nathaniel Flath
# [http://panela.blog-city.com/read/emacs.rss]
# name = Matt Harrison
# [https://slashusr.wordpress.com/tag/emacs/feed/atom/]
[https://blog.anupamsg.me/tag/emacs/feed/atom/]
name = Anupam Sengupta
[http://tromey.com/blog/?cat=11&feed=rss2]
name = Tom Tromey
[http://tromey.com/elpa/elpa.rss]
name = ELPA News
# [http://www.bennee.com/~alex/blog/?feed=rss2&tag=emacs]
# [http://www.bennee.com/~alex/blog/feed/?tag=emacs]
[http://www.bennee.com/~alex/blog/tag/emacs/feed]
name = Alex Bennée
# [http://emacsworld.blogspot.com/feeds/posts/default]
[http://feeds.feedburner.com/GotEmacs]
name = Got Emacs?
[http://kanis.fr/blog-emacs.xml]
name = Ivan Kanis
# [http://www.littleredbat.net/mk/blog/atom-emacs.xml]
# name = Matt Keller
[https://jugglingbits.wordpress.com/tag/emacs/feed/]
name = Thomas Kappler
[https://manandbytes.wordpress.com/tag/emacs/feed/]
name = Mykola Nikishov
# Actual public url is https://emacsair.me/feed.xml,
# but it appears planet venus has issues with https.
[http://emacsair.me.s3-website.eu-central-1.amazonaws.com/feed.xml]
name = Jonas Bernoulli
# [http://blog.peopleareducks.com/category/emacs/feed/]
[https://blog.lnx.cx/category/emacs/feed/]
name = Tim Bielawa
[http://scottfrazersblog.blogspot.com/feeds/posts/default]
name = Scott Frazer
[http://sxemacs-en.blogspot.com/feeds/posts/default]
name = Zajcev Evgeny
[http://feeds.feedburner.com/tuxicity-emacs]
name = Johan Andersson
[http://tychoish.com/tag/emacs/feed/index.rss]
name = tycho garen
[http://brain-break.blogspot.com/feeds/posts/default/-/emacs]
name = Oleksandr Gavenko
# [http://joost.zeekat.nl/category/emacs/feed/]
# name = Joost Diepenmaat
# [http://julien.danjou.info/blog/index.xml]
# name = Julien Danjou
[https://curiousprogrammer.wordpress.com/tag/emacs/feed/atom/]
name = Juan Garcia
# [http://gnu.manticore.es/taxonomy/term/1/0/feed]
# name = suso
[http://tapoueh.org/rss/emacs.xml]
name = Dimitri Fontaine
[http://psung.blogspot.com/feeds/posts/default/-/emacs]
name = Phil Sung
# [http://blog.nguyenvq.com/tag/emacs/feed/]
# name = Vinh Nguyen
[http://splash-of-open-sauce.blogspot.com/feeds/posts/default/-/planetemacsen]
name = Richard Riley
[http://floatsolutions.com/blog/category/emacs/feed/]
name = Aidan McQuay
# [http://sigusr2.net/tags/emacs.xml]
# name = Andrew Gwozdziewycz
# [http://www.masteringemacs.org/feed/]
# name = Mickey Petersen
[http://tehom-blog.blogspot.com/feeds/posts/default/-/emacs]
name = Tom Breton
[http://www.mostlymaths.net/feeds/posts/default/-/emacs]
name = Rubén Berenguel
[http://robert-adesam.blogspot.com/feeds/posts/default/-/emacs]
name = Robert Adesam
[http://babbagefiles.blogspot.com/feeds/posts/default/-/emacs]
name = Benjamin Slade
[http://gnufool.blogspot.com/feeds/posts/default/-/emacs]
name = Shane Celis
[http://pozorvlak.livejournal.com/data/atom?tag=emacs]
name = pozorvlak
# [http://rsiddharth.wordpress.com/category/emacs/feed/]
# name = R. Siddharth
# http://benjisimon.blogspot.com/
# [http://pipes.yahoo.com/pipes/pipe.run?_id=cb318680d0fab4cbaec11d558af0f71f&_render=rss]
# name = Ben Simon
# [http://blog.raynes.me/?feed=rss2&cat=6]
# name = Anthony Simpson
# http://www.method-combination.net/blog/
# [http://pipes.yahoo.com/pipes/pipe.run?_id=6b6842cdd1e2c960ee8b46a45b257b85&_render=rss]
# name = Nathan Froyd
# http://mark.aufflick.com/blog/
# [http://pipes.yahoo.com/pipes/pipe.run?_id=75d1e170761da7129c7525b9e96a17ab&_render=rss]
# name = Mark Aufflick
# [http://mihai.bazon.net/blog?category=5&feed=rss2]
# name = Mihai Bazon
[https://chopmode.wordpress.com/category/emacs/feed/]
name = Jacob Poulsgaard Tjørnholm
[https://ikaruga2.wordpress.com/tag/emacs/feed/]
name = Ikaruga 2
[https://sinewalker.wordpress.com/tag/emacs/feed/]
name = Michael Lockhart
[https://kuniganotas.wordpress.com/category/emacs/feed/]
name = Kunigami
[https://rvfblog.wordpress.com/category/emacs/feed/]
name = Rafael
[https://crazythinking.wordpress.com/category/emacs/feed/]
name = Crazy thinking
[https://baongoc124.wordpress.com/category/emacs/feed/]
name = baongoc124
[https://jonathancamp.com/tag/emacs/feed/]
name = Jonathan Camp
[https://au9ustine.wordpress.com/tag/emacs/feed/]
name = au9ustine
[https://doxdrum.wordpress.com/tag/emacs/feed/]
name = Oscar Castillo-Felisola
[https://panduwana.wordpress.com/category/emacs/feed/]
name = panduwana
[https://arunsag.wordpress.com/category/emacs/feed/]
name = Arun Sag
# [http://tegebo.com/category/editors/emacs/feed/]
# name = Ian Tegebo
[https://seeknuance.com/tag/emacs/feed/]
name = John DeRosa
[https://techleaves.wordpress.com/tag/emacs/feed/]
name = Ragesh Chakkadath
[http://bloggingmath.wordpress.com/tag/emacs/feed/]
name = Bryan Bell
[https://wolfgangpfaff.wordpress.com/category/emacs/feed/]
name = Wolfgang Pfaff
[https://mousecradle.wordpress.com/tag/emacs/feed/]
name = "The Mouse's cradle"
[http://kevand.wordpress.com/tag/emacs/feed/]
name = Kevin Anderson
[http://dialectical-computing.de/blog/emacs.xml]
name = Kototama
[https://netflux.wordpress.com/tag/emacs/feed/]
name = Václav Belák
# [http://rforge.org/category/emacs/feed/]
# name = Rforge
[https://jawher.wordpress.com/category/emacs/feed/]
name = Jawher Moussa
# [http://blog.bogosity.se/tag/emacs/feed/]
# name = Andreas Olsson
[https://awhan.wordpress.com/category/emacs/feed/]
name = Awhan Patnaik
[https://tincman.wordpress.com/tag/emacs/feed/]
name = Mathletic
[https://calltopower.wordpress.com/tag/emacs/feed/]
name = Denis Meyer
[https://zingming.wordpress.com/tag/emacs/feed/]
name = Zing-Ming
[https://roylowrance.wordpress.com/category/emacs/feed/]
name = Roy Lowrance
[https://ignaciopp.wordpress.com/tag/emacs/feed/]
name = Ignacio Paz Posse
[https://gaiustech.wordpress.com/category/emacs/feed/]
name = Gaius
[https://hbfs.wordpress.com/category/emacs/feed/]
name = Steven Pigeon
[http://lanxin0106.wordpress.com/category/emacs/]
name = Xin Hu
#[http://hillwithfields.wordpress.com/category/programming-2/emacs/feed/]
#name =
[https://l0st3d.wordpress.com/category/emacs/feed/]
name = Ed Bowler
[https://yilmazhuseyin.wordpress.com/category/emacs/feed/]
name = Huseyin Yilmaz
[https://gongyiliao.wordpress.com/category/emacs/feed/]
name = Gong-Yi
[https://punchcard.wordpress.com/tag/emacs/feed/]
name = Christian Tinnefeld and Martin Grund
[https://vocalfolds.wordpress.com/category/emacs/feed/]
name = vocalfolds
[https://suvayu.wordpress.com/tag/emacs/feed/]
name = Suvayu Ali
#[http://pyyou.wordpress.com/category/emacs/feed/]
#name =
[https://draptik.wordpress.com/tag/emacs/feed/]
name = Draptik
[https://axelio.wordpress.com/category/emacs/feed/]
name = Aleix Conchillo Flaque
[http://nongeekrecipes.wordpress.com/category/emacs-and-friends/feed/]
name = Marco Zuliani
# [http://rhburrows.com/category/emacs/feed/]
# name = Programming and Prose
# [http://blog.dskang.com/category/emacs/feed/]
# name = "Dan's Blog"
[http://tsengf.blogspot.com/feeds/posts/default/-/emacs]
name = Anything goes
[http://xeno-by.livejournal.com/data/atom?tag=emacs-en]
name = Eugene Burmako
[http://irreal.org/blog/?tag=emacs&feed=rss2]
name = Irreal
[http://dorophone.blogspot.com/feeds/posts/default/-/emacs]
name = Vincent Toups
[http://denverdroid.blogspot.com/feeds/posts/default/-/emacs]
name = Bart Lantz
# [http://blog.edencardim.com/archives/tag/emacs]
# name = edencardim.com
# [http://www.lxsameer.com/?cat=5&feed=rss2]
# name = lxsameer
[http://batsov.com/emacs.xml]
name = Bozhidar Batsov
[http://emacsmovies.org/atom.xml]
name = Emacs Movies
[http://echosa.github.io/blog/categories/emacs/atom.xml]
name = Dev and Such [Emacs Category]
[http://feeds.feedburner.com/emacsrookiecom]
name = Emacsrookie
# [http://www.snowfrog.net/tag/emacs/feed/]
# name = Sonia Hamilton
[http://puntoblogspot.blogspot.com/feeds/posts/default/-/emacs]
name = Raimon Grau
[http://feeds.feedburner.com/FistOfSenn]
name = Yves Senn
[http://whattheemacsd.com/atom.xml]
name = What the .emacs.d!?
[https://www.wisdomandwonder.com/tag/emacs/feed]
name = Grant Rettke
[http://jr0cket.co.uk/categories/emacs/atom.xml]
name = John Stevenson
[http://www.lonecpluspluscoder.com/category/emacs/feed/]
name = Timo Geusch
[http://emacsredux.com/atom.xml]
name = Emacs Redux
# [http://paradigmx.net/blog/categories/emacs/atom.xml]
# name = Paradigm X
# [http://definitelyaplug.b0.cx/post/category/emacs/feed/]
# name = Definitely a plug
[http://davazp.net/feeds/emacs.xml]
name = David Vázquez
[http://www.wilfred.me.uk/emacs_rss.xml]
name = Wilfred Hughes
[http://www.blogbyben.com/feeds/posts/default/-/emacs]
name = Ben Simon
# [http://ericjmritz.name/category/tools/emacs/feed/]
# name = Eric James Michael Ritz
[http://blog.binchen.org/categories/emacs.xml]
name = Chen Bin (redguardtoo)
[https://www.fitzsim.org/blog/?feed=rss2&cat=3]
name = Thomas Fitzsimmons
[http://endlessparentheses.com/atom-planet.xml]
name = Endless Parentheses
[http://blog.danielgempesaw.com/tagged/planet-emacsen/rss]
name = Daniel Gempesaw
# [http://blog.everythingtastesbetterwithchilli.com/atom-emacs.xml]
# name = Mark Hepburn
[http://www.lunaryorn.com/emacs.atom]
name = Sebastian Wiesner
[http://wenshanren.org/?cat=10&tag=en&feed=rss2]
name = Ren Wenshan
[https://punchagan.muse-amuse.in/tags/emacs.xml]
name = punchagan
# [http://camdez.com/blog/categories/emacs/atom.xml]
[https://camdez.com/blog/categories/emacs/atom.xml]
name = Cameron Desautels
[https://mwfogleman.github.io/Emacs.xml]
name = Michael Fogleman
[http://oremacs.com/atom.xml]
name = (or emacs
[http://www.russet.org.uk/blog/category/all/professional/tech/emacs/feed]
name=Phillip Lord
[http://whatthefuck.computer/rss.xml]
name=Ryan Rix
[http://pragmaticemacs.com/feed/]
name = Pragmatic Emacs
[http://matt.hackinghistory.ca/blog/feed/atom/]
name=Matt Price
[http://nullprogram.com/tags/emacs/feed/]
name=Chris Wellons
[https://www.miskatonic.org/feed/emacs.xml]
name = William Denton
[http://prodissues.com/category/emacs-geeking/feed]
name = Yaniv Gilad
# [http://codingquark.com/category/emacs/feed/]
# name = codingquark
[https://emacsair.me/feed.xml]
name = emacsair
[http://emacsninja.com/emacs.atom]
name = emacsninja
[http://emacshorrors.com/feed.atom]
name = emacshorrors
[http://mp.vv.si/blog/category/emacs/feed/]
name = Matthias Pfeifer
[https://manuel-uberti.github.io/feed]
name = Manuel Uberti
[https://martinralbrecht.wordpress.com/category/emacs/feed/atom/]
name = Martin R. Albrecht
[http://emacs.cafe/feed.xml]
name = Emacs café
[https://ekaschalk.github.io/categories/emacs/index.xml]
name = Modern Emacs
[http://gromnitsky.blogspot.com/feeds/posts/default/-/emacs]
name = Alexander Gromnitsky
[https://erambler.co.uk/tags/emacs.xml]
name = eRambler (posts tagged "emacs")
[https://ofosos.org/tag/emacs/rss/]
name = Mark Meyer
[http://www.spacjer.com/emacs/feed.xml]
name = Rafal Spacjer
[https://scripter.co/categories/emacs/atom.xml]
name = scripter.co | Emacs
# TODO: look to:
# - http://snarfed.org/
# - http://lars.ingebrigtsen.no/
# - http://zianet.dk/blog/
# - http://blog.vivekhaldar.com/
# - http://www.mayerdan.com/