Top Level Namespace

Defined Under Namespace

Classes: Autodiscovery, Feed, HTMLEntities, KindleFeeds, Section, String

Constant Summary collapse

CONFIGFILE =
"kindle_feeds.conf"
ERB_TEMPLATE =
File.dirname(__FILE__) + "/kindle-feeds.erb.html"
DEFAULT_FEEDS =
<<END
# kindle-feeds feed list
#
# Please edit this file so that it contains the section
# titles and feed URLs that you want. Follow the format of
# the example: section titles immediately followed by a list
# of URLs. The URLs should either be URLs of RSS or Atom
# feeds or URLs of web pages that contain links to a RSS or
# Atom feed. The 'http://' at the beginning of the URL is
# optional. Sections should be separated by exactly one
# blank line.

General News
nytimes.com
slate.com

Tech News
techcrunch.com
http://readwriteweb.com
slashdot.org

Apple
macworld.com
macintouch.com

Ebook 
teleread.org/blog
END