This file is indexed.

/usr/share/pyshared/kid-0.9.6.egg-info/SOURCES.txt is in python-kid 0.9.6-2.

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
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
COPYING
ChangeLog
HISTORY
MANIFEST.in
README
RELEASING
ez_setup.py
kid-env.sh
makefile
run_tests.py
setup.cfg
setup.py
work.sh
bin/kid
bin/kidc
doc/custom.css
doc/default.css
doc/guide.txt
doc/index.txt
doc/language.txt
doc/makefile
doc/notes.txt
doc/html/almodovar.css
doc/html/class-kid.BaseTemplate.html
doc/html/class-kid.HTMLSerializer.html
doc/html/class-kid.Namespace.html
doc/html/class-kid.Serializer.html
doc/html/class-kid.XHTMLSerializer.html
doc/html/class-kid.XMLSerializer.html
doc/html/class-kid.namespace.Namespace.html
doc/html/class-kid.serialization.HTMLSerializer.html
doc/html/class-kid.serialization.Serializer.html
doc/html/class-kid.serialization.XMLSerializer.html
doc/html/class-kid.util.QuickTextReader.html
doc/html/gnu.html
doc/html/guide.html
doc/html/index.html
doc/html/language.html
doc/html/layout.css
doc/html/module-index.html
doc/html/module-kid-index.html
doc/html/module-kid.filter-index.html
doc/html/module-kid.filter.html
doc/html/module-kid.html
doc/html/module-kid.namespace-index.html
doc/html/module-kid.namespace.html
doc/html/module-kid.properties-index.html
doc/html/module-kid.properties.html
doc/html/module-kid.serialization-index.html
doc/html/module-kid.serialization.html
doc/html/module-kid.util-index.html
doc/html/module-kid.util.html
doc/html/notes.html
doc/html/pudge.css
doc/html/rst.css
doc/html/kid/__init__.py.html
doc/html/kid/compile.py.html
doc/html/kid/compiler.py.html
doc/html/kid/et.py.html
doc/html/kid/filter.py.html
doc/html/kid/importer.py.html
doc/html/kid/namespace.py.html
doc/html/kid/parser.py.html
doc/html/kid/properties.py.html
doc/html/kid/pull.py.html
doc/html/kid/release.py.html
doc/html/kid/run.py.html
doc/html/kid/serialization.py.html
doc/html/kid/server.py.html
doc/html/kid/template_util.py.html
doc/html/kid/util.py.html
doc/html/kid/test/__init__.py.html
examples/basic/README
examples/basic/self.kid
examples/basic/sysinfo.kid
examples/basic/tutorial.kid
examples/basic/tutorial2.kid
examples/cgi/README
examples/cgi/kid_handler.cgi
examples/cgi/sysinfo.kid
kid/__init__.py
kid/codewriter.py
kid/compile.py
kid/compiler.py
kid/element.py
kid/filter.py
kid/format.py
kid/importer.py
kid/namespace.py
kid/options.py
kid/parser.py
kid/pull.py
kid/release.py
kid/run.py
kid/serialization.py
kid/server.py
kid/template_util.py
kid/util.py
kid.egg-info/PKG-INFO
kid.egg-info/SOURCES.txt
kid.egg-info/dependency_links.txt
kid.egg-info/entry_points.txt
kid.egg-info/top_level.txt
kid/test/__init__.py
kid/test/test_attribute_interpolation.py
kid/test/test_codewriter.py
kid/test/test_comment.py
kid/test/test_compiler.py
kid/test/test_element.py
kid/test/test_error.py
kid/test/test_extended_layout.py
kid/test/test_extends.py
kid/test/test_format.py
kid/test/test_kid.py
kid/test/test_kid_lang.py
kid/test/test_layout.py
kid/test/test_match.py
kid/test/test_namespace.py
kid/test/test_options.py
kid/test/test_parser.py
kid/test/test_scope.py
kid/test/test_serialization.py
kid/test/test_serialization_escaping.py
kid/test/test_suffixes.py
kid/test/test_templatepath.py
kid/test/test_unicode.py
kid/test/util.py
misc/upgrade-0.6.py
test/__init__.py
test/basic-test.html.kid
test/blocks.py
test/context.kid
test/include-me.xml
test/layout.kid
test/serialization.kid
test/template-test.html.kid
test/templates.kid
test/test_attribute_interpolation.kid
test/test_attrs.kid
test/test_backward.kid
test/test_comment_pi.kid
test/test_content.kid
test/test_content_interpolation.kid
test/test_content_structure.kid
test/test_def.kid
test/test_encoding.kid
test/test_entities.kid
test/test_extends.kid
test/test_if.kid
test/test_kid_pi.kid
test/test_layout_page.kid
test/test_match.kid
test/test_match_parent.kid
test/test_namespaces.kid
test/test_omit.kid
test/test_repeat.kid
test/test_replace.kid
test/test_strip.kid
test/test_xml_encoding.kid
test/test_xml_func.kid