Return of the hash pipe

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@512 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-08-06 00:27:55 +00:00
parent 5ff9998754
commit 33976a7fbc
3 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<xsl:text>METHOD:PUBLISH</xsl:text>
<xsl:text>&#13;&#10;</xsl:text>
<xsl:text>UID:</xsl:text><!-- <xsl:value-of select="crypto:sha1(concat(@title,@date))"/> -->1<xsl:text>@www.c3d2.de</xsl:text>
<xsl:text>UID:</xsl:text><xsl:value-of select="crypto:sha1(concat(@title,@date))"/><xsl:text>@www.c3d2.de</xsl:text>
<xsl:text>&#13;&#10;</xsl:text>
<xsl:text>DTSTAMP:</xsl:text>

View File

@ -16,6 +16,10 @@
<xsl:variable name="baseurl">https://www.c3d2.de/</xsl:variable>
<xsl:template match="/page">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="news">
<iCalendar>
<vcalendar method="PUBLISH" version="2.0" prodid="-//C3D2-Web//event iCal-Export//DE">

View File

@ -55,7 +55,6 @@
<xsl:variable name="issearchpage" select="$title = 'Suche'" />
<xsl:element name="html">
<!--xsl:attribute name="xmlns">http://www.w3.org/1999/xhtml</xsl:attribute-->
<xsl:attribute name="lang">de</xsl:attribute>
<xsl:attribute name="xml:lang">de</xsl:attribute>
<xsl:element name="head">