rm microsummary (Unsupported since Firefox 6)

This commit is contained in:
Astro 2012-11-25 23:00:28 +01:00
parent a589018f80
commit 504abb6858
2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1">
<template>
<xsl:transform xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text"/>
<xsl:template match="/">
<xsl:text>&lt;&lt;&lt;/&gt;&gt; </xsl:text>
<xsl:apply-templates select="id('content')"/>
</xsl:template>
<xsl:template match="div[@id='content']">
<xsl:value-of select="h2"/>
<xsl:apply-templates select="div[1]/h3"/>
</xsl:template>
<xsl:template match="h3[@class='news summary']">
<xsl:text> (</xsl:text>
<xsl:apply-templates select="a"/>
<xsl:text>)</xsl:text>
</xsl:template>
</xsl:transform>
</template>
</generator>

View File

@ -12,7 +12,6 @@
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{$baseurl}news-rss.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{$baseurl}news-atom.xml" />
<link rel="stylesheet" title="Default" type="text/css" href="{$baseurl}style/default.css" />
<link rel="microsummary" title="News Microsummary" type="application/xml" href="{$baseurl}microsummary.xml" />
</xsl:template>
<xsl:template name="header">