more html5

This commit is contained in:
Astro 2010-11-09 22:25:17 +01:00
parent 51f07b8e90
commit 2e3bdca534
3 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@ DESTDIR?=www-export
### Ressourcen ###
# XSLT-Stylesheets:
STYLE=xsl/html5.xsl
DS_STYLE=xsl/datenspuren/xhtml.xsl
DS_STYLE=xsl/datenspuren/html5.xsl
# Document-Type-Definition:
DTD:=dtd/c3d2web.dtd
# XML-Katalog (Pfad zu den DTDs) - wird benötigt vom Validator

View File

@ -10,12 +10,12 @@
<xsl:output method="xml"
version="1.0"
encoding="utf-8"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="DTD/xhtml1-strict.dtd"
indent="yes"/>
<xsl:strip-space elements="p ul td"/>
<xsl:template match="/page">
<xsl:text disable-output-escaping="yes">&lt;!DOCTYPE html&gt;
</xsl:text>
<xsl:variable name="title">
<xsl:choose>
@ -142,7 +142,7 @@
<xsl:template name="htmlhead">
<xsl:param name="title"/>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<meta name="description" content="Symposium Datenspuren - Privatsphäre war gestern, 2010, Kulturzentrum Scheune, veranstaltet vom Chaos Computer Club Dresden" />
<meta name="keywords" content="Symposium Datenspuren,c3d2,Chaos Computer Club,CCC,Dresden,Datenschutz,Privatsphäre,Anonymität,informationelle Selbstbestimmung,Überwachung,Data Mining,ETSI,RFID,Mautsystem,Remailer,TCPA,TCG,Bundestrojaner,Vorratsdatenspeicherung,Biometrie" />
<meta name="robots" content="index,follow" />

View File

@ -12,6 +12,7 @@
<xsl:include href="calendar.xsl" />
<xsl:output method="xml"
version="1.0"
encoding="utf-8"
indent="yes"/>