aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/feed.org
blob: 40bdc922cff45279f66672f2aab4b1fc8d8d4f67 (plain)
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
#+title: Emacs RSS Feed

#+begin_src org :tangle ~/.config/emacs/feed.org :mkdirp yes
  ,* Blogs
  :PROPERTIES:
  :ID: elfeed
  :END:
  ,** http://feeds.feedburner.com/InformationIsBeautiful
  ,** [[http://orgmode.org][Org Mode Links supported as well]]
  ,** Software Development                                                 :dev:
  ,*** Emacs                                                    :emacs:mustread:
  ,**** http://www.terminally-incoherent.com/blog/feed
  ,**** http://nullprogram.com/feed
  ,**** entry-title: \(emacs\|org-mode\)
  ,**** http://planet.emacsen.org/atom.xml
  ,**** [[toobnix:154][EmacsConf]]
  ,*** Web Development                                                     :web:
  ,**** http://planet.phpunit.de/atom.xml
  ,**** http://feeds.feedburner.com/symfony/blog
  ,**** http://feeds.feedburner.com/qooxdoo/blog/content
  ,*** Eclipse                                                         :eclipse:
  ,**** http://blog.eclipse-tips.com/feeds/posts/default?alt=rss
  ,**** http://ed-merks.blogspot.com/feeds/posts/default
       A description of a feed can be written under any headline.
       The text will be ignored by elfeed.
  ,**** http://feeds.feedburner.com/eclipselive                         :ignore:
  ,**** http://www.fosslc.org/drupal/rss.xml                             :video:
  ,#+link: toobnix https://toobnix.org/feeds/videos.xml?videoChannelId=
#+end_src