summaryrefslogtreecommitdiff
path: root/global.txt
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2013-05-12 21:13:33 +0200
committerFiveFilters.org <fivefilters@fivefilters.org>2013-05-12 21:13:33 +0200
commit40f2b0baa973089866d6cb83a427ec1b2139d582 (patch)
tree45a1fc24b5cf87ffdd571e57501d67a2f55e41c7 /global.txt
parentd7f80c719d5db82a31dfe59a63cc34a9a92e84c9 (diff)
downloadftr-site-config-40f2b0baa973089866d6cb83a427ec1b2139d582.tar.gz
ftr-site-config-40f2b0baa973089866d6cb83a427ec1b2139d582.zip
global.txt
Diffstat (limited to 'global.txt')
-rw-r--r--global.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/global.txt b/global.txt
index 8a7f481..9cda76e 100644
--- a/global.txt
+++ b/global.txt
@@ -1,4 +1,12 @@
# Look for Open Graph data - http://ogp.me
title: //meta[@property="og:title"]/@content
date: //meta[@property="article:published_time"]/@content
-# article:author is someties URL, e.g. on guardian.co.uk \ No newline at end of file
+# article:author is someties URL, e.g. on guardian.co.uk
+
+# If you get chunks of Javascript code appearing in the extracted output, try uncommenting the lines below.
+# This tries to convert script tags to hidden div elements (which Full-Text RSS removes).
+# If you notice issues with this approach, please let us know.
+#find_string: <script
+#replace_string: <div style="display:none"
+#find_string: </script>
+#replace_string: </div> \ No newline at end of file