Guest User

Untitled

a guest
Jul 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ## RULES
  2. <ruleset>
  3. <theme href="/layout.html" />
  4. <rule>
  5. <replace content="children:body" theme="children:#theme-content" nocontent="abort" />
  6. <replace content="children:title" theme="children:#header" nocontent="ignore" move="0" />
  7. <replace content="children:#menu" href="/sidebar.html" theme="children:#sidebar" />
  8. </rule>
  9. </ruleset>
  10.  
  11. ## project.ini
  12. [filter:deliverance]
  13. paste.filter_app_factory = deliverance.middleware:make_deliverance_middleware
  14. rule_uri = file:///%(here)s/rules.xml
  15.  
  16.  
  17. [pipeline:main]
  18. pipeline = egg:WebError#error_catcher
  19. egg:Paste#httpexceptions
  20. egg:repoze.retry#retry
  21. egg:repoze.tm#tm
  22. egg:repoze.vhm#vhm_xheaders
  23. errorlog
  24. deliverance
  25. zope2
Add Comment
Please, Sign In to add comment