diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-10-30 06:34:48 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-10-30 06:34:48 -0700 |
| commit | 51833697562c8181ab1834df46dc9b68067de3d7 (patch) | |
| tree | 22e58024fdca513d3e50214e45e201b82598f4ca | |
| parent | d53bb82a88c1d714c0993f0101414491062d6a40 (diff) | |
| parent | 16887052761a80012ebd8e1b7618398b061b8404 (diff) | |
| download | ftr-site-config-51833697562c8181ab1834df46dc9b68067de3d7.tar.gz ftr-site-config-51833697562c8181ab1834df46dc9b68067de3d7.zip | |
Merge pull request #22 from rezor92/patch-1
fixed single_page_link
| -rw-r--r-- | zeit.de.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zeit.de.txt b/zeit.de.txt index 1b50e6d..9815d47 100644 --- a/zeit.de.txt +++ b/zeit.de.txt @@ -1,3 +1,4 @@ +# 2013.10.30 [rezor92] fixed single_page_link # 2012-12-23 [carlo@...] fixed half-assed headlines in articles, removed inline author profiles, adjusted picture captions # 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) # 2011-12-09 [carlo@...] Removed "related articles" block @@ -5,7 +6,7 @@ # 2011-08-20 [carlo@...] added author, fixed date -single_page_link: //a[@title='Druckversion'] +single_page_link: //a[@title='Auf einer Seite'] tidy: no title: //title @@ -41,4 +42,4 @@ strip_id_or_class:"relateds" strip_id_or_class:"pagination" footnotes: no -test_url: http://www.zeit.de/kultur/film/2012-12/Kurzfilmtag
\ No newline at end of file +test_url: http://www.zeit.de/kultur/film/2012-12/Kurzfilmtag |
