summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krennmair <ak@synflood.at>2007-08-02 13:38:11 +0000
committerAndreas Krennmair <ak@synflood.at>2007-08-02 13:38:11 +0000
commiteeb52dd7b0863a43737e36c7f0fe8ebdd8993571 (patch)
tree2e53a85ada7d50c04ebf31c4e1298b2854d7c6f0
parent3ef8c114c6d6f3b7d1001aafafc513e69f7d6e6f (diff)
parent79dbab68aeeeec3246eeb70843115017b26748ff (diff)
Andreas Krennmair:newsbeuter-0.5
we always need a second try...
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
-rw-r--r--README8
-rw-r--r--doc/example-config35
4 files changed, 24 insertions, 23 deletions
diff --git a/CHANGES b/CHANGES
index 62446b2a..41fb0c48 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
Changes for newsbeuter:
-0.5 (2007-08-02)::
+0.5 (2007-08-02):
improved HTML rendering
improved lock file handling
added Unicode compatibility
diff --git a/Makefile b/Makefile
index 8e829ed9..768e5be0 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,8 @@ install: install-mo
$(INSTALL) doc/$(PODBEUTER).1 $(prefix)/share/man/man1
$(MKDIR) $(docdir)
$(INSTALL) -m 644 doc/xhtml/* $(docdir) || true
+ $(MKDIR) $(docdir)/examples
+ $(INSTALL) -m 644 doc/example-config $(docdir)/examples/config || true
uninstall:
$(RM) $(prefix)/bin/$(NEWSBEUTER)
diff --git a/README b/README
index cca719dd..7a1c0e9d 100644
--- a/README
+++ b/README
@@ -16,10 +16,10 @@ http://bereshit.synflood.at/svn/noos/trunk/
Newsbeuter depends on a number of libraries, which need to be installed before
newsbeuter can be compiled.
-libnXml: http://www2.autistici.org/bakunin/libnxml/
-libmRss: http://www2.autistici.org/bakunin/libmrss/
-SQLite: http://www.sqlite.org/
-STFL: http://www.clifford.at/stfl/
+STFL (version 0.14 or newer): http://www.clifford.at/stfl/
+SQLite 3: http://www.sqlite.org/
+libmRss (version 0.18.0 or newer): http://www2.autistici.org/bakunin/libmrss/
+libnXml (version 0.18.0 or newer): http://www2.autistici.org/bakunin/libnxml/
Debian unstable comes with ready-to-use packages for these dependencies.
diff --git a/doc/example-config b/doc/example-config
index 95d25f16..bd9a8d35 100644
--- a/doc/example-config
+++ b/doc/example-config
@@ -1,5 +1,4 @@
# this is an example configuration for newsbeuter
-# all values that are used are the default values
############################
# newsbeuter configuration #
@@ -7,17 +6,17 @@
# If yes, then all feeds, including those without unread articles, are listed.
# If no, then only feeds with one or more unread articles are list.
-show-read-feeds yes
+#show-read-feeds yes
# Set the browser command to use when opening an article in the browser.
-browser lynx
+#browser lynx
# Set the number of articles to maximally keep per feed. If the number is set
# to 0, then all articles are kept.
-max-items 0
+#max-items 0
# If yes, then the configured proxy will be used for downloading the RSS feeds.
-use-proxy no
+#use-proxy no
# Set the proxy to use for downloading RSS feeds.
# proxy server:port
@@ -27,54 +26,54 @@ use-proxy no
# If enabled, all feeds will be automatically reloaded at start up and then
# continuously after a certain time has passed (see reload-time).
-auto-reload no
+#auto-reload no
# The number of minutes between automatic reloads.
-reload-time 30
+#reload-time 30
# The default path where articles shall be saved to. If an invalid path is
# specified, the current directory is used.
-save-path "~/"
+#save-path "~/"
# If yes, then all podcast URLs that are found in articles are added to the
# podcast download queue. See below for more information on podcast support
# in newsbeuter.
-podcast-auto-enqueue no
+#podcast-auto-enqueue no
# If yes, then the cache gets locked and superfluous feeds and items are
# removed, such as feeds that can't be found in the urls configuration file
# anymore.
-cleanup-on-quit yes
+#cleanup-on-quit yes
# If set to a non-zero-length string, this value will be used as HTTP
# User-Agent header for all HTTP requests.
-user-agent ""
+#user-agent ""
# If yes, then all feeds will be reloaded when newsbeuter starts up. This
# is equivalent to the -r commandline option.
-refresh-on-startup no
+#refresh-on-startup no
# If yes, then the first automatic reload will be suppressed if auto-reload
# is set to yes.
-suppress-first-reload no
+#suppress-first-reload no
# This configuration option sets the cache file. This is especially useful
# if the filesystem of your home directory doesn't support proper locking
# (e.g. NFS).
-cache-file "~/.newsbeuter/cache.db"
+#cache-file "~/.newsbeuter/cache.db"
# If set to yes, then newsbeuter will ask for confirmation whether the user really wants to quit newsbeuter.
-confirm-exit no
+#confirm-exit no
###########################
# podbeuter configuration #
###########################
# Specifies the directory where podbeuter shall download the files to.
-download-path "~/"
+#download-path "~/"
# Specifies the maximum number of parallel downloads when automatic download is enabled.
-max-downloads 1
+#max-downloads 1
# Specifies the player that shall be used for playback of downloaded files.
-player ""
+#player ""