summaryrefslogtreecommitdiff
path: root/sfeedrc.example
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 12:03:17 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 12:03:17 +0200
commitdb5ffcaa8c133d249aafa4a64f3d827dd513d995 (patch)
treedd3ece08c9f65ebcab6cd7406d87b6b932e19900 /sfeedrc.example
New initial repo
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeedrc.example')
-rw-r--r--sfeedrc.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/sfeedrc.example b/sfeedrc.example
new file mode 100644
index 0000000..d25777a
--- /dev/null
+++ b/sfeedrc.example
@@ -0,0 +1,17 @@
+# paths
+# NOTE: make sure to uncomment all these if you change it.
+#sfeedpath="$HOME/.sfeed"
+#sfeedfile="$sfeedpath/feeds"
+#sfeedfilenew="$sfeedfile.new"
+
+# list of feeds to fetch:
+feeds() {
+ # feed <name> <url> [encoding]
+ feed "codemadness" "http://www.codemadness.nl/blog/rss.xml"
+ feed "explosm" "http://feeds.feedburner.com/Explosm"
+ feed "linux kernel" "http://kernel.org/kdist/rss.xml" "iso-8859-1"
+ feed "phoronix" "http://feeds.feedburner.com/Phoronix"
+ feed "slashdot" "http://rss.slashdot.org/Slashdot/slashdot"
+ feed "tweakers" "http://feeds.feedburner.com/tweakers/mixed" "iso-8859-1"
+ feed "xkcd" "http://xkcd.com/atom.xml"
+}