diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2017-01-05 10:45:08 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2017-01-05 10:46:16 +0100 |
commit | 9107c3ff9192821b5dc109581bf2d1c4f6663f19 (patch) | |
tree | bde322f161658f83df263eda98ab65187b7be9b5 | |
parent | 8d9be7142cb9644ae382d85aececfb8f1b1402fb (diff) | |
download | heise-eisschrank-9107c3ff9192821b5dc109581bf2d1c4f6663f19.tar.gz heise-eisschrank-9107c3ff9192821b5dc109581bf2d1c4f6663f19.zip |
ignore CES:
-rw-r--r-- | filter.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ <xsl:if test="contains($title, 'Microsoft')">SKIP</xsl:if> <xsl:if test="contains($title, 'Windows 10')">SKIP</xsl:if> <xsl:if test="starts-with($title, 'IFA: ')">SKIP</xsl:if> + <xsl:if test="starts-with($title, 'CES: ')">SKIP</xsl:if> </xsl:template> <xsl:template match="atom:entry"> |