This file is indexed.

/usr/share/pyshared/zope/dublincore/browser/configure.zcml is in python-zope.dublincore 3.8.2-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<configure 
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser"
    xmlns:zcml="http://namespaces.zope.org/zcml"
    zcml:condition="installed zope.browserpage"
    i18n_domain="zope"
    >

  <browser:pages
      for="zope.annotation.interfaces.IAnnotatable"
      permission="zope.dublincore.change"
      class=".metadataedit.MetaDataEdit"
      >

    <browser:page
        name="EditMetaData.html"
        template="edit.pt"
        menu="zmi_views"
        title="Metadata"
        />

    <browser:page
        name="MetaDataBox"
        template="box.pt"
        />

  </browser:pages>

</configure>