diff options
Diffstat (limited to 'thegamedesignforum.com.txt')
| -rw-r--r-- | thegamedesignforum.com.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/thegamedesignforum.com.txt b/thegamedesignforum.com.txt new file mode 100644 index 0000000..849ede7 --- /dev/null +++ b/thegamedesignforum.com.txt @@ -0,0 +1,14 @@ +## ERROR: Removes all images. Please fix, have no idea why (bad HTML?) + +title: //h1[@class='featuretitle'] +body: //div[@id='nobordercontentarea'] + +# remove Twitter badge +strip: //img[@alt='Follow tgdfweb on Twitter'] + +# fix for headers not showing for some reason +wrap_in(h2): //h2[@class='sectionheader'] +dissolve: //h2[@class='sectionheader'] + +tidy: yes +test_url: http://thegamedesignforum.com/features/acceleration_flow_1.html
\ No newline at end of file |
