summaryrefslogtreecommitdiff
path: root/.config/pancake/unclutter/lobsters.xsl
diff options
context:
space:
mode:
Diffstat (limited to '.config/pancake/unclutter/lobsters.xsl')
-rw-r--r--.config/pancake/unclutter/lobsters.xsl20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/pancake/unclutter/lobsters.xsl b/.config/pancake/unclutter/lobsters.xsl
deleted file mode 100644
index 92b58a7..0000000
--- a/.config/pancake/unclutter/lobsters.xsl
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:output method="html" indent="yes"/>
- <xsl:template match="/">
- <html>
- <body>
- Lobsters
- <xsl:for-each select="//div[@class='details']">
- <p>
- <xsl:copy-of select="span[@class='link']/a" />
- <br/>
- <xsl:value-of select="div[@class='byline']/span[position()=1]" />
- |
- <xsl:copy-of select="div[@class='byline']/span[@class='comments_label']/a" />
- </p>
- </xsl:for-each>
- </body>
- </html>
- </xsl:template>
-</xsl:stylesheet>