[z3-checkins] r55573 - z3/deliverance/sandboxes/paul/dvplone/etc
paul at codespeak.net
paul at codespeak.net
Wed Jun 4 20:40:31 CEST 2008
Author: paul
Date: Wed Jun 4 20:40:28 2008
New Revision: 55573
Removed:
z3/deliverance/sandboxes/paul/dvplone/etc/themeset1.xml
Modified:
z3/deliverance/sandboxes/paul/dvplone/etc/serve.ini
Log:
Comment and remove decoy
Modified: z3/deliverance/sandboxes/paul/dvplone/etc/serve.ini
==============================================================================
--- z3/deliverance/sandboxes/paul/dvplone/etc/serve.ini (original)
+++ z3/deliverance/sandboxes/paul/dvplone/etc/serve.ini Wed Jun 4 20:40:28 2008
@@ -17,13 +17,11 @@
dvplone
[app:dvplone]
+# A WSGI app that pretends to be Plone
paste.app_factory = dvplone:make_dvplone
document_root = %(here)s/../content
[filter:dvng]
+# This sets up the theme engine (aka DVNG)
paste.filter_app_factory = dvplone:make_dvng
-
-[filter:deliverance]
-paste.filter_app_factory = deliverance.wsgimiddleware:make_filter
-theme_uri = http://repoze.org/index.html
-rule_uri = file:///%(here)s/rules.xml
\ No newline at end of file
+varthemesets = %(here)s/../var/themesets
Deleted: /z3/deliverance/sandboxes/paul/dvplone/etc/themeset1.xml
==============================================================================
--- /z3/deliverance/sandboxes/paul/dvplone/etc/themeset1.xml Wed Jun 4 20:40:28 2008
+++ (empty file)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?oxygen RNGSchema="themeset.rng" type="xml"?>
-<themeset xmlns="http://openplans.org/deliverance">
- <customizers theme="themecustom.xsl" content="contentcustom.xsl"/>
- <theme href="var/theme2.html">
- <!-- A pretty theme with a sidebar -->
- <pagetype>
- <match>
- <content>/html</content>
- </match>
- <rules>
- <replace theme="//td/h1[@id='pageheading']" content="/html/head/title"/>
- <replace theme="//div[@id='pagecontent']" content="/html/body/div[@id='content']"/>
- <replace theme="//ul[@id='navmenu']" content="/html/body/ul[@id='related']"/>
- <replace theme="//ul[@id='breadcrumbs']" content="/html/body/ul[@id='breadcrumbs']"/>
- </rules>
- </pagetype>
- <match>
- <!-- These are OR'd together -->
- <content>/html/head/meta[@name='dv.section']</content>
- <req key="domain_url">look-at-me.com</req>
- </match>
- <rules>
- <replace theme="//td/h1[@id='pageheading']" content="/html/head/title"/>
- </rules>
- </theme>
- <theme href="var/theme1.html">
- <rules>
- <replace theme="//div[@id='pagecontent']" content="/html/body/div[@id='content']"/>
- </rules>
- </theme>
-</themeset>
More information about the z3-checkins
mailing list