This file is indexed.

/usr/share/doc/python-polib-doc/html/_sources/contributing.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
.. _contributing:

Contributing to polib
=====================

You are very welcome to contribute to the project!
The bugtracker, wiki and mercurial repository can be found at the 
`project's page <http://bitbucket.org/izi/polib/>`_.

New releases are also published at the 
`cheeseshop <http://cheeseshop.python.org/pypi/polib/>`_.

How to contribute
~~~~~~~~~~~~~~~~~

There are various possibilities to get involved, for example you can:

* `Report bugs <http://www.bitbucket.org/izi/polib/issues/new/>`_
  preferably with patches if you can;
* Enhance this `documentation <http://www.bitbucket.org/izi/polib/src/tip/docs/>`_
* `Fork the code <http://www.bitbucket.org/izi/polib/>`_, implement new
  features, test and send a pull request

Running the test suite
~~~~~~~~~~~~~~~~~~~~~~

To run the tests, just type the following on a terminal::

    $ cd /path/to/polib/
    $ ./runtests.sh

If you want to generate coverage information::

    $ pip install coverage
    $ ./runtests.sh
    $ coverage html