Live Blogging PSE09 Day 2: Deliverance - Plone theming without the learning curve
Notes on Session by Nate Aune

Deliverance, allows you to inject plone into an existing design.
Sample designs at http://www.oswd.org also combine themes
rule to replace items with content from plone site
logo <replace content="" theme="logo.h1" />
to call elements of navigation
children:#portal-globalnav children:#links ul
drop theme elements with drop
if there is different ie <div> <p> replace with tag:
runs as wsgi middleware
zine - python blogging tool can be themed as plone edit paste/rules
collective.xdv define template locatoin w/o running deliverance separately
deliverance as proxy runs another python process

