This file is indexed.

/usr/share/doc/python-polib-doc/html/index.html 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
 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Welcome to polib’s documentation! &mdash; polib 1.0.5 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.0.5',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="polib 1.0.5 documentation" href="#" />
    <link rel="next" title="Quick start guide" href="quickstart.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="quickstart.html" title="Quick start guide"
             accesskey="N">next</a> |</li>
        <li><a href="#">polib 1.0.5 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="welcome-to-polib-s-documentation">
<h1>Welcome to polib&#8217;s documentation!<a class="headerlink" href="#welcome-to-polib-s-documentation" title="Permalink to this headline"></a></h1>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/polib/"><img alt="Downloads" src="https://pypip.in/download/polib/badge.svg" /></a>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/polib/"><img alt="Supported Python versions" src="https://pypip.in/py_versions/polib/badge.svg" /></a>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/polib/"><img alt="Development Status" src="https://pypip.in/status/polib/badge.svg" /></a>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/polib/"><img alt="License" src="https://pypip.in/license/polib/badge.svg" /></a>
<p>This documentation covers the latest release of polib.</p>
<p>polib is a library to manipulate, create, modify gettext files (pot, po and mo
files). You can load existing files, iterate through it&#8217;s entries, add, modify
entries, comments or metadata, etc. or create new po files from scratch.</p>
<p>polib supports out of the box any version of python ranging from 2.4 to latest
3.X version.</p>
<p>polib is pretty stable now and is used by many
<a class="reference internal" href="projects.html#projects"><em>opensource projects</em></a>.</p>
<p>polib is completely free and opensource, the license used is
<a class="reference external" href="http://www.opensource.org/licenses/mit-license.php">the MIT license</a>.
It was developed back in 2006 by <a class="reference external" href="mailto:izimobil&#37;&#52;&#48;gmail&#46;com">David Jean Louis</a>
and it is still actively maintained.</p>
<p>To get up and running quickly, consult the <a class="reference internal" href="quickstart.html#quickstart"><em>quick-start guide</em></a>, 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.</p>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="quickstart.html">Quick start guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="quickstart.html#installing-polib">Installing polib</a></li>
<li class="toctree-l2"><a class="reference internal" href="quickstart.html#some-basics-about-gettext-catalogs">Some basics about gettext catalogs</a></li>
<li class="toctree-l2"><a class="reference internal" href="quickstart.html#loading-existing-catalogs">Loading existing catalogs</a></li>
<li class="toctree-l2"><a class="reference internal" href="quickstart.html#creating-po-catalogs-from-scratch">Creating po catalogs from scratch</a></li>
<li class="toctree-l2"><a class="reference internal" href="quickstart.html#more-examples">More examples</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="installation.html#requirements">Requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#installing-polib">Installing polib</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api.html">polib API</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-pofile-function">The <tt class="docutils literal"><span class="pre">pofile</span></tt> function</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-mofile-function">The <tt class="docutils literal"><span class="pre">mofile</span></tt> function</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-detect-encoding-function">The <tt class="docutils literal"><span class="pre">detect_encoding</span></tt> function</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-escape-function">The <tt class="docutils literal"><span class="pre">escape</span></tt> function</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-unescape-function">The <tt class="docutils literal"><span class="pre">unescape</span></tt> function</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-pofile-class">The <tt class="docutils literal"><span class="pre">POFile</span></tt> class</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-mofile-class">The <tt class="docutils literal"><span class="pre">MOFile</span></tt> class</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-poentry-class">The <tt class="docutils literal"><span class="pre">POEntry</span></tt> class</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#the-moentry-class">The <tt class="docutils literal"><span class="pre">MOEntry</span></tt> class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to polib</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#how-to-contribute">How to contribute</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#running-the-test-suite">Running the test suite</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="projects.html">Projects using polib</a></li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Next topic</h4>
  <p class="topless"><a href="quickstart.html"
                        title="next chapter">Quick start guide</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/index.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="quickstart.html" title="Quick start guide"
             >next</a> |</li>
        <li><a href="#">polib 1.0.5 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2011, David Jean Louis &lt;izimobil@gmail.com&gt;.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
    </div>
  </body>
</html>