From 9a1b2a8490c5105abcc28cb1d33dc53706f9c8ae Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 25 Feb 2013 21:38:56 +0100 Subject: [PATCH] Updated README since caching is now implemented --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 665a13f..39955f6 100644 --- a/README +++ b/README @@ -6,5 +6,4 @@ To use it, the rss reader "Liferea" is required (unless other rss readers provid To use this script, you have to enable "postprocessing filter" in liferea feed settings, and to add the following line as command to run: morss "RULE" And you have to replace RULE with a proper rule, which has to be a proper xpath instruction, matching the main content of the website. Some rules example are given in the "rules" file. You have to keep the " " aroung the rule. -Using this, rss refresh tends to be *much* slower, since it has to download every article during the sync process. -It might be possible to make it faster by caching the website page, so as not to download the same page over and over again when refreshing. +Using this, rss refresh tends to be a bit slower, but caching helps a lot for frequent updates.