This file is indexed.

/usr/share/pyshared/zope/catalog/apidoc.zcml is in python-zope.catalog 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
30
31
32
33
34
35
36
37
38
<configure
  xmlns="http://namespaces.zope.org/apidoc"
  xmlns:zcml="http://namespaces.zope.org/zcml"
  zcml:condition="have apidoc"
  i18n_domain="zope"
  >

	<bookchapter
	  id="indexcatalog"
	  title="Indexes and Catalogs"
	  />

	<bookchapter
	  id="catalog"
	  title="Catalog"
	  doc_path="README.txt"
	  parent="indexcatalog"
	  />

	<configure package="zope.index">

		<bookchapter
		  id="fieldindex"
		  title="Field Indexes"
		  doc_path="field/README.txt"
		  parent="indexcatalog"
		  />

		<bookchapter
		  id="testindex"
		  title="Text Indexes"
		  doc_path="text/textindex.txt"
		  parent="indexcatalog"
		  />

	</configure>

</configure>