summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-09-25 22:26:18 +0200
committerYves Fischer <yvesf-git@xapek.org>2018-09-25 22:26:18 +0200
commit9db2ffc0548d103d398b8f8d800e4e31e6258165 (patch)
tree9feee02143a9022e47822bce24d78a0d6249f1fa
parent28e54e60bef7b101b834667042f447868162bdb9 (diff)
downloadheise-eisschrank-master.tar.gz
heise-eisschrank-master.zip
moar filtarrsHEADmaster
-rw-r--r--filter.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter.xsl b/filter.xsl
index 1584fbd..eb72a24 100644
--- a/filter.xsl
+++ b/filter.xsl
@@ -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">