more html5
parent
51f07b8e90
commit
2e3bdca534
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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"><!DOCTYPE html>
|
||||
</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" />
|
|
@ -12,6 +12,7 @@
|
|||
<xsl:include href="calendar.xsl" />
|
||||
|
||||
<xsl:output method="xml"
|
||||
version="1.0"
|
||||
encoding="utf-8"
|
||||
indent="yes"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue