~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zopeappbrowser.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-28 18:44:04 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-9
Make soyuz a working web application, add a very minimal rosetta with replaceable stubs.
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-2
   Added a standard template for python files.  Customized the http server so that the zodb isn't involved at all

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configure
2
 
   xmlns="http://namespaces.zope.org/zope"
3
 
   xmlns:browser="http://namespaces.zope.org/browser">
4
 
 
5
 
  <browser:defaultView name="index.html" />
6
 
 
7
 
  <!-- We're including our own views on exceptions.
8
 
  <include package="zope.app.exception.browser" />
9
 
    -->
10
 
  <include package="zope.app.traversing.browser" />
11
 
 
12
 
  <!--  Don't need this stuff.
13
 
  <include package="zope.app.container.browser" />
14
 
  <include package="zope.app.registration.browser" />
15
 
  <include package="zope.app.form.browser" />
16
 
  <include package="zope.app.utility.browser" />
17
 
 
18
 
  <include package="zope.app.site.browser" />
19
 
    -->
20
 
</configure>
21
 
<!-- arch-tag: 082f31e9-949e-48a6-a435-a7e5042a58e2 -->