This file is indexed.

/usr/share/doc/python-polib-doc/html/_sources/index.txt is in python-polib-doc 1.0.5-1.

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
.. polib documentation master file

Welcome to polib's documentation!
=================================

.. image:: https://pypip.in/download/polib/badge.svg
    :target: https://pypi.python.org/pypi/polib/
    :alt: Downloads

.. image:: https://pypip.in/py_versions/polib/badge.svg
    :target: https://pypi.python.org/pypi/polib/
    :alt: Supported Python versions

.. image:: https://pypip.in/status/polib/badge.svg
    :target: https://pypi.python.org/pypi/polib/
    :alt: Development Status

.. image:: https://pypip.in/license/polib/badge.svg
    :target: https://pypi.python.org/pypi/polib/
    :alt: License

This documentation covers the latest release of polib.

polib is a library to manipulate, create, modify gettext files (pot, po and mo
files). You can load existing files, iterate through it's entries, add, modify
entries, comments or metadata, etc. or create new po files from scratch.

polib supports out of the box any version of python ranging from 2.4 to latest
3.X version.

polib is pretty stable now and is used by many
:ref:`opensource projects <projects>`.

polib is completely free and opensource, the license used is
`the MIT license <http://www.opensource.org/licenses/mit-license.php>`_.
It was developed back in 2006 by `David Jean Louis <izimobil@gmail.com>`_
and it is still actively maintained.

To get up and running quickly, consult the :ref:`quick-start guide
<quickstart>`, which describes all the necessary steps to install and use
polib.
For more detailed information about how to install and how to use polib,
read through the documentation listed below.

Contents:

.. toctree::
   :maxdepth: 2

   quickstart
   installation
   api
   contributing
   projects