[Product-Developers] Diazo: ERROR SiteError http://localhost/home

Cykooz cykooz at googlemail.com
Thu Jul 14 10:02:23 UTC 2011


2011/7/14 Martin Aspeli <optilude at gmail.com>:
> Paste your rules file?
>
> Martin


<rules xmlns="http://namespaces.plone.org/diazo"
       xmlns:css="http://namespaces.plone.org/diazo/css"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<!-- Set output to HTML5 -->
	<xsl:output
		method="html"
		encoding="UTF-8"
		omit-xml-declaration="yes"
		indent="yes"
		media-type="text/html"
		doctype-public=""
		doctype-system=""
	/>

	<notheme if-path="/" />
	<notheme if-path="/addPortal.html" />

	<replace theme="/html/head/base" content="/html/head/base" />
	<replace theme="/html/head/title" content="/html/head/title" />
	<replace css:theme="#other-links" content="//link" />
	<replace css:theme="#other-scripts" content="//script" />

	<replace css:theme=".admin-menu" css:content=".manage-page" />

	<copy css:theme=".left-column" css:content=".page-left-column" />
	<copy css:theme=".middle-column" css:content=".page-content-column" />
	<copy css:theme=".right-column" css:content=".page-right-column" />

</rules>


More information about the Product-Developers mailing list