# 2012-03-17 [dkless@...] Cut metadata parts in the beginning and the ends of the content block; copyright entries for pictures removed; Author fixed, not sure if old entries still valid (I left them); Weird problems with some pages addressed (see last section for removing hidden section)
#Removes copyright statement - often disturb as first line of the news
strip: //p[@class="copyright"]
strip: //div[@class="copyright"]
#Removes pagination links at the end
strip: //div[@class="pagination"]
# Fix picture captions
wrap_in(small): //p[@class="caption"]/text()
# Fix sub-headlines
wrap_in(h2): //p/strong
dissolve: //h2/strong
#Sometimes things are embedded in the print version that are not displayed on the web, but will be displayed in the mobilized versions and lead even to problems. These sections are removed here.