From 217ff0fd8f03d08fa21f2bff067be3e9a0129a98 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 25 Feb 2013 21:55:17 +0100 Subject: [PATCH] Use better markdown syntax for default xpath rule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d4bf1..31c2e35 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ To use this script, you have to enable "postprocessing filter" in liferea feed s 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. If the parameter is omitted, "//h1/.." is used instead. This default ruled works on a lot of websites, since it's a common practice for search engine optimization. +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. If the parameter is omitted, `//h1/..` is used instead. This default ruled works on a lot of websites, since it's a common practice for search engine optimization. Using this, rss refresh tends to be a bit slower, but caching helps a lot for frequent updates.