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 =
"# kindle-feeds feed list\n#\n# Please edit this file so that it contains the section\n# titles and feed URLs that you want. Follow the format of\n# the example: section titles immediately followed by a list\n# of URLs. The URLs should either be URLs of RSS or Atom\n# feeds or URLs of web pages that contain links to a RSS or\n# Atom feed. The 'http://' at the beginning of the URL is\n# optional. Sections should be separated by exactly one\n# blank line.\n\nGeneral News\nnytimes.com\nslate.com\n\nTech News\ntechcrunch.com\nhttp://readwriteweb.com\nslashdot.org\n\nApple\nmacworld.com\nmacintouch.com\n\nEbook \nteleread.org/blog\n"