summaryrefslogtreecommitdiff
path: root/archiveofourown.org.txt
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2013-02-27 23:43:10 +0100
committerFiveFilters.org <fivefilters@fivefilters.org>2013-02-27 23:43:10 +0100
commit9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch)
tree62a446347e1279f00383fdd7f9637cfd58a50879 /archiveofourown.org.txt
downloadftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz
ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip
Initial commit
Diffstat (limited to 'archiveofourown.org.txt')
-rw-r--r--archiveofourown.org.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/archiveofourown.org.txt b/archiveofourown.org.txt
new file mode 100644
index 0000000..2d8a8c4
--- /dev/null
+++ b/archiveofourown.org.txt
@@ -0,0 +1,18 @@
+# Description: Fix XPaths to include ALL chapters on 'view_full_work' pages.
+# Include: work meta, summary, chapter information, and notes which Instapaper strips out on default.
+# Exclude: header, footer, navigation, comments.
+# Notes: User is a newbie with XPaths.
+
+title: //h2[@class='title']
+author: //h3[@class='byline']
+author: //a[@class='login author']
+
+strip_id_or_class:header
+strip_id_or_class:navigation
+strip_id_or_class:feedback
+strip_id_or_class:kudos
+strip_id_or_class:add_comment_placeholder
+strip_id_or_class:add_comment
+strip_id_or_class:globalize
+strip_id_or_class:footer
+test_url: http://archiveofourown.org/works/229402?view_full_work=true \ No newline at end of file