diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-09-25 22:26:18 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-09-25 22:26:18 +0200 |
commit | 9db2ffc0548d103d398b8f8d800e4e31e6258165 (patch) | |
tree | 9feee02143a9022e47822bce24d78a0d6249f1fa /filter.xsl | |
parent | 28e54e60bef7b101b834667042f447868162bdb9 (diff) | |
download | heise-eisschrank-master.tar.gz heise-eisschrank-master.zip |
Diffstat (limited to 'filter.xsl')
-rw-r--r-- | filter.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,8 +37,10 @@ <xsl:if test="contains($title, 'Microsoft')">SKIP</xsl:if> <xsl:if test="contains($title, 'Windows 10')">SKIP</xsl:if> <xsl:if test="contains($title, 'Pokémon')">SKIP</xsl:if> + <xsl:if test="contains($title, 'Cisco')">SKIP</xsl:if> <xsl:if test="starts-with($title, 'IFA: ')">SKIP</xsl:if> <xsl:if test="starts-with($title, 'CES: ')">SKIP</xsl:if> + <xsl:if test="contains($title, 'OS X') and contains($title, 'Mac') or contains($title, 'macOS')">SKIP</xsl:if> </xsl:template> <xsl:template match="atom:entry"> |