This file is indexed.

/usr/share/doc/python-sphinxcontrib.issuetracker/html/changes.html is in python-sphinxcontrib.issuetracker 0.11-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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!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>Changelog &mdash; sphinxcontrib-issuetracker 0.11 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="_static/issuetracker.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '0.11',
        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="sphinxcontrib-issuetracker 0.11 documentation" href="index.html" />
    <link rel="prev" title="Customization" href="customization.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="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="customization.html" title="Customization"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">sphinxcontrib-issuetracker 0.11 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<div class="section" id="jan-17-2013">
<h2>0.11 (Jan 17, 2013)<a class="headerlink" href="#jan-17-2013" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Send proper user agent in API requests</li>
<li><span class="xref issue">#4</span>: Respect Github rate limits</li>
<li><span class="xref issue">#5</span>: Fix compatibility with requests 1.0</li>
</ul>
</div>
<div class="section" id="jun-19-2012">
<h2>0.10.1 (Jun 19, 2012)<a class="headerlink" href="#jun-19-2012" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Fix README rendering on PyPI</li>
<li><span class="xref issue">#1</span>: Fix test failure on Python 3</li>
</ul>
</div>
<div class="section" id="jun-18-2012">
<h2>0.10 (Jun 18, 2012)<a class="headerlink" href="#jun-18-2012" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Extension now hosted at
<a class="reference external" href="https://github.com/lunaryorn/sphinxcontrib-issuetracker">https://github.com/lunaryorn/sphinxcontrib-issuetracker</a></li>
<li>Use requests library for HTTP requests</li>
<li>Consider launchpad issues closed only if all referenced tasks are completed</li>
<li>Support Python 3 (with exception of <tt class="docutils literal"><span class="pre">launchpad</span></tt> and <tt class="docutils literal"><span class="pre">debianbts</span></tt> trackers)</li>
</ul>
</div>
<div class="section" id="aug-31-2011">
<h2>0.9 (Aug 31, 2011)<a class="headerlink" href="#aug-31-2011" title="Permalink to this headline"></a></h2>
<div class="section" id="incompatible-changes">
<h3>Incompatible changes<a class="headerlink" href="#incompatible-changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Remove <tt class="xref std std-confval docutils literal"><span class="pre">issuetracker_expandtitle</span></tt>, use
<tt class="docutils literal"><span class="pre">issuetracker_title_template</span> <span class="pre">=</span> <span class="pre">'{issue.title}'</span></tt> instead</li>
<li>Rename <tt class="xref std std-event docutils literal"><span class="pre">issuetracker-resolve-issue</span></tt> to
<a class="reference internal" href="customization.html#event-issuetracker-lookup-issue"><tt class="xref std std-event docutils literal"><span class="pre">issuetracker-lookup-issue</span></tt></a></li>
</ul>
</div>
<div class="section" id="other-changes">
<h3>Other changes<a class="headerlink" href="#other-changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>New features:<ul>
<li>Add <a class="reference internal" href="usage.html#role-issue" title="issue role"><tt class="xref rst rst-role docutils literal"><span class="pre">issue</span></tt></a> role for explicit issue references</li>
<li>Add <a class="reference internal" href="configuration.html#confval-issuetracker_title_template"><tt class="xref std std-confval docutils literal"><span class="pre">issuetracker_title_template</span></tt></a></li>
<li>Add <a class="reference internal" href="configuration.html#confval-issuetracker_plaintext_issues"><tt class="xref std std-confval docutils literal"><span class="pre">issuetracker_plaintext_issues</span></tt></a></li>
<li>Use issue title as link title</li>
</ul>
</li>
<li>Bug fixes and improvements:<ul>
<li>Fix TypeError caused by <tt class="docutils literal"><span class="pre">launchpad</span></tt> issue tracker</li>
<li>Fix issue title in <tt class="docutils literal"><span class="pre">launchpad</span></tt> issue tracker</li>
<li>Fix detection of closed issues in <tt class="docutils literal"><span class="pre">launchpad</span></tt> issue tracker</li>
<li>Fix CSS classes for issue references to be more compatible with Sphinx
themes</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="aug-24-2011">
<h2>0.8 (Aug 24, 2011)<a class="headerlink" href="#aug-24-2011" title="Permalink to this headline"></a></h2>
<div class="section" id="id1">
<h3>Incompatible changes<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Require Python 2.6 or newer now</li>
<li>Remove <tt class="docutils literal"><span class="pre">issuetracker_user</span></tt> configuration value, GitHub and BitBucket
projects must include the username now</li>
<li>Custom resolvers must return <a class="reference internal" href="customization.html#sphinxcontrib.issuetracker.Issue" title="sphinxcontrib.issuetracker.Issue"><tt class="xref py py-class docutils literal"><span class="pre">Issue</span></tt></a>
objects instead of dictionaries now</li>
<li>Change signature of <tt class="xref std std-event docutils literal"><span class="pre">issuetracker-resolve-issue</span></tt></li>
</ul>
</div>
<div class="section" id="id2">
<h3>Other changes<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>General:<ul>
<li>Builtin <tt class="docutils literal"><span class="pre">debian</span></tt> tracker is fully supported now</li>
</ul>
</li>
<li>New features:<ul>
<li>Add <a class="reference external" href="http://www.atlassian.com/software/jira/">Jira</a> support</li>
<li>Add <a class="reference internal" href="configuration.html#confval-issuetracker_url"><tt class="xref std std-confval docutils literal"><span class="pre">issuetracker_url</span></tt></a></li>
<li>Add <tt class="xref std std-confval docutils literal"><span class="pre">issuetracker_expandtitle</span></tt></li>
</ul>
</li>
<li>Bugs fixes and improvements:<ul>
<li>Use BitBucket API instead of scraping the BitBucket website</li>
<li>Cache failed issue lookups, too</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="mar-10-2011">
<h2>0.7.2 (Mar 10, 2011)<a class="headerlink" href="#mar-10-2011" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Fix source distribution to include tests again</li>
<li>Fix extraction of issue state for open issues from bitbucket</li>
<li>Ignore references in inline literals and literal blocks</li>
</ul>
</div>
<div class="section" id="jan-19-2011">
<h2>0.7.1 (Jan 19, 2011)<a class="headerlink" href="#jan-19-2011" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Copy the stylesheet after build again to avoid exceptions on non-existing
build directories</li>
</ul>
</div>
<div class="section" id="jan-08-2011">
<h2>0.7 (Jan 08, 2011)<a class="headerlink" href="#jan-08-2011" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Issue information is now cached</li>
<li>Custom issue trackers must now connect to the <tt class="docutils literal"><span class="pre">issuetracker-resolve-issue</span></tt>
event, the builtin <tt class="docutils literal"><span class="pre">missing-reference</span></tt> event is no longer used.</li>
</ul>
</div>
<div class="section" id="jan-04-2011">
<h2>0.6 (Jan 04, 2011)<a class="headerlink" href="#jan-04-2011" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Add support for the debian bugtracker (thanks to Fladischer Michael)</li>
<li>Fix NameError in launchpad issue tracker</li>
<li>Use HTTPS for BitBucket</li>
</ul>
</div>
<div class="section" id="nov-15-2010">
<h2>0.5.4 (Nov 15, 2010)<a class="headerlink" href="#nov-15-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Use HTTPS for Github</li>
</ul>
</div>
<div class="section" id="nov-14-2010">
<h2>0.5.3 (Nov 14, 2010)<a class="headerlink" href="#nov-14-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Add license text to source tarball</li>
</ul>
</div>
<div class="section" id="sep-17-2010">
<h2>0.5.2 (Sep 17, 2010)<a class="headerlink" href="#sep-17-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Issue reference resolvers get the application object now as fourth
argument.  The environment is availabe in the <tt class="docutils literal"><span class="pre">.env</span></tt> attribute of this
object.</li>
<li>Fix the URL of Google Code issues (thanks to Denis Bilenko)</li>
<li>Fix detection of closed issues in Google Code (thanks to Denis Bilenko)</li>
<li>Improve error message, if <tt class="docutils literal"><span class="pre">issuetracker_issue_pattern</span></tt> has too many groups
(thanks to Denis Bilenko)</li>
<li>Add warnings for unexpected HTTP status codes in BitBucket and Google Code
issue trackers</li>
</ul>
</div>
<div class="section" id="jul-25-2010">
<h2>0.5.1 (Jul 25, 2010)<a class="headerlink" href="#jul-25-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Fix client string for launchpad access</li>
</ul>
</div>
<div class="section" id="jul-21-2010">
<h2>0.5 (Jul 21, 2010)<a class="headerlink" href="#jul-21-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Closed issues are automatically struck trough in HTML output</li>
<li>Require Sphinx 1.0 now</li>
<li>Fix installation on Windows</li>
</ul>
</div>
<div class="section" id="may-21-2010">
<h2>0.4 (May 21, 2010)<a class="headerlink" href="#may-21-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Misc spelling fixes</li>
</ul>
</div>
<div class="section" id="may-02-2010">
<h2>0.3 (May 02, 2010)<a class="headerlink" href="#may-02-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Add support for Google Code</li>
<li>Add support for Launchpad</li>
<li>Issue tracker callbacks get the build environment now</li>
</ul>
</div>
<div class="section" id="apr-13-2010">
<h2>0.2 (Apr 13, 2010)<a class="headerlink" href="#apr-13-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Use <tt class="docutils literal"><span class="pre">missing-reference</span></tt> event instead of custom event</li>
</ul>
</div>
<div class="section" id="apr-10-2010">
<h2>0.1 (Apr 10, 2010)<a class="headerlink" href="#apr-10-2010" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Initial release</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#jan-17-2013">0.11 (Jan 17, 2013)</a></li>
<li><a class="reference internal" href="#jun-19-2012">0.10.1 (Jun 19, 2012)</a></li>
<li><a class="reference internal" href="#jun-18-2012">0.10 (Jun 18, 2012)</a></li>
<li><a class="reference internal" href="#aug-31-2011">0.9 (Aug 31, 2011)</a><ul>
<li><a class="reference internal" href="#incompatible-changes">Incompatible changes</a></li>
<li><a class="reference internal" href="#other-changes">Other changes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#aug-24-2011">0.8 (Aug 24, 2011)</a><ul>
<li><a class="reference internal" href="#id1">Incompatible changes</a></li>
<li><a class="reference internal" href="#id2">Other changes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#mar-10-2011">0.7.2 (Mar 10, 2011)</a></li>
<li><a class="reference internal" href="#jan-19-2011">0.7.1 (Jan 19, 2011)</a></li>
<li><a class="reference internal" href="#jan-08-2011">0.7 (Jan 08, 2011)</a></li>
<li><a class="reference internal" href="#jan-04-2011">0.6 (Jan 04, 2011)</a></li>
<li><a class="reference internal" href="#nov-15-2010">0.5.4 (Nov 15, 2010)</a></li>
<li><a class="reference internal" href="#nov-14-2010">0.5.3 (Nov 14, 2010)</a></li>
<li><a class="reference internal" href="#sep-17-2010">0.5.2 (Sep 17, 2010)</a></li>
<li><a class="reference internal" href="#jul-25-2010">0.5.1 (Jul 25, 2010)</a></li>
<li><a class="reference internal" href="#jul-21-2010">0.5 (Jul 21, 2010)</a></li>
<li><a class="reference internal" href="#may-21-2010">0.4 (May 21, 2010)</a></li>
<li><a class="reference internal" href="#may-02-2010">0.3 (May 02, 2010)</a></li>
<li><a class="reference internal" href="#apr-13-2010">0.2 (Apr 13, 2010)</a></li>
<li><a class="reference internal" href="#apr-10-2010">0.1 (Apr 10, 2010)</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="customization.html"
                        title="previous chapter">Customization</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/changes.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="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="customization.html" title="Customization"
             >previous</a> |</li>
        <li><a href="index.html">sphinxcontrib-issuetracker 0.11 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010, 2011, 2012 Sebastian Wiesner.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
    </div>
  </body>
</html>