This file is indexed.

/usr/share/pyshared/repoze.what.plugins.xml-1.0rc1.egg-info/PKG-INFO is in python-repoze.what-plugins 20090531-2ubuntu1.

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
Metadata-Version: 1.1
Name: repoze.what.plugins.xml
Version: 1.0rc1
Summary: The repoze.what XML plugin
Home-page: http://code.gustavonarea.net/repoze.what.plugins.xml/
Author: Gustavo Narea
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: **************************
        The repoze.what XML plugin
        **************************
        
        This is an adapters plugin for repoze.what.
        
        Supported source formats
        ========================
        
        A sample group source may look like this:
        
        <?xml version="1.0" encoding="UTF-8"?>
        <groups>
            <group name="admins">
                <member name="rms" />
            </group>
            <group name="developers">
                <member name="rms" />
                <member name="linus" />
            </group>
            <group name="trolls">
                <member name="sballmer" />
            </group>
            <group name="python">
                <!-- An empty group -->
            </group>
            <group name="php">
                <!-- An empty group -->
            </group>
        </groups>
        
        A sample permission source may look like this:
        
        <?xml version="1.0" encoding="UTF-8"?>
        <permissions>
            <permission name="edit-site">
                <group name="admins" />
                <group name="developers" />
            </permission>
            <permission name="commit">
                <group name="developers" />
            </permission>
            <permission name="see-site">
                <group name="trolls" />
            </permission>
        </permissions>
        
Keywords: web application server wsgi xml authorization repoze
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Text Processing :: Markup :: XML