This file is indexed.

/usr/share/doc/python-apsw/html/download.html is in python-apsw-doc 3.8.11.1-r1-1build1.

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
<!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>Download &mdash; APSW 3.8.11.1-r1 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:     '3.8.11.1-r1',
        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="copyright" title="Copyright" href="copyright.html" />
    <link rel="top" title="APSW 3.8.11.1-r1 documentation" href="index.html" />
    <link rel="next" title="Building" href="build.html" />
    <link rel="prev" title="Example" href="example.html" />
 
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-26815066-1']);
  _gaq.push(['_trackPageview']);
</script>

  </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="build.html" title="Building"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="example.html" title="Example"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">APSW 3.8.11.1-r1 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="download">
<h1>Download<a class="headerlink" href="#download" title="Permalink to this headline"></a></h1>
<div class="section" id="source-and-binaries">
<span id="id1"></span><h2>Source and binaries<a class="headerlink" href="#source-and-binaries" title="Permalink to this headline"></a></h2>
<p>You can download this release as binaries for Windows.  Just run the
executable corresponding with the Python version you are using.  The
Windows binaries all include the <a class="reference internal" href="extensions.html#ext-fts3"><em>FTS</em></a> and
<a class="reference internal" href="extensions.html#ext-rtree"><em>RTree</em></a> extensions.  (<a class="reference external" href="https://sqlite.org/compile.html#enable_fts3_parenthesis">FTS3_PARENTHESIS</a> is on.)</p>
<p>Download in source form for other platforms or if you want to compile
yourself on Windows.  See the <a class="reference internal" href="build.html#recommended-build"><em>recommended</em></a>
way to build or all the <a class="reference internal" href="build.html#building"><em>options available</em></a>.</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.zip">apsw-3.8.11.1-r1.zip</a>
(Source, includes this HTML Help)</li>
<li>Windows Python 2.3 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py2.3.exe">32bit</a></li>
<li>Windows Python 2.4 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py2.4.exe">32bit</a></li>
<li>Windows Python 2.5 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py2.5.exe">32bit</a></li>
<li>Windows Python 2.6 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py2.6.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py2.6.exe">64bit</a></li>
<li>Windows Python 2.7 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py2.7.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py2.7.exe">64bit</a></li>
<li>Windows Python 3.1 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py3.1.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.1.exe">64bit</a></li>
<li>Windows Python 3.2 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py3.2.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.2.exe">64bit</a></li>
<li>Windows Python 3.3 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py3.3.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.3.exe">64bit</a></li>
<li>Windows Python 3.4 <a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win32-py3.4.exe">32bit</a>
<a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1.win-amd64-py3.4.exe">64bit</a></li>
<li><a class="reference external" href="https://github.com/rogerbinns/apsw/releases/download/3.8.11.1-r1/apsw-3.8.11.1-r1-sigs.zip">apsw-3.8.11.1-r1-sigs.zip</a>
GPG signatures for all files</li>
</ul>
<p>Some Linux distributions also have packages which may trail the SQLite
and APSW releases by a year, or more.  It is also possible to build
RPMs and DEB packages from the source, although this involves setting
up package management tools and various dependencies on your build
machine.</p>
<table border="1" class="docutils">
<colgroup>
<col width="19%" />
<col width="81%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td>Debian</td>
<td>Install <a class="reference external" href="http://packages.debian.org/python-apsw">python-apsw</a></td>
</tr>
<tr class="row-even"><td>Fedora</td>
<td>Install <a class="reference external" href="https://apps.fedoraproject.org/packages/s/apsw">python-apsw</a></td>
</tr>
<tr class="row-odd"><td>Ubuntu</td>
<td>Install <a class="reference external" href="http://packages.ubuntu.com/search?keywords=python-apsw">python-apsw</a></td>
</tr>
<tr class="row-even"><td>Ubuntu PPA</td>
<td>PPA building has been broken for over two years because
<a class="reference external" href="https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1065302">Canonical/Ubuntu add a broken flag to the PPA</a>.</td>
</tr>
<tr class="row-odd"><td>Gentoo</td>
<td>Install <a class="reference external" href="http://packages.gentoo.org/package/dev-python/apsw">dev-python/apsw</a></td>
</tr>
<tr class="row-even"><td>Arch Linux</td>
<td>Install <a class="reference external" href="https://www.archlinux.org/packages/?q=apsw">python-apsw</a></td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="verifying-your-download">
<span id="verifydownload"></span><h2>Verifying your download<a class="headerlink" href="#verifying-your-download" title="Permalink to this headline"></a></h2>
<p>Downloads are digitally signed so you can verify they have not been
tampered with.  Download and extract the zip file of signatures listed
above.  These instructions are for <a class="reference external" href="http://www.gnupg.org/">GNU Privacy Guard</a>.  (GPG is installed as standard on most
Unix/Linux platforms and can be downloaded for Windows.)</p>
<p>Verify</p>
<blockquote>
<div><p>To verify a file just use &#8211;verify specifying the corresponding
<tt class="docutils literal"><span class="pre">.asc</span></tt> filename.  This example verifies the source:</p>
<div class="highlight-python"><div class="highlight"><pre>$ gpg --verify apsw-3.8.11.1-r1.zip.asc
gpg: Signature made ... date ... using DSA key ID 0DFBD904
gpg: Good signature from &quot;Roger Binns &lt;rogerb@rogerbinns.com&gt;&quot;
</pre></div>
</div>
<p>If you get a &#8220;good signature&#8221; then the file has not been tampered with
and you are good to go.</p>
</div></blockquote>
<p>Getting the signing key</p>
<blockquote>
<div><p>You may not have the signing key available in which case the last
line will be something like this:</p>
<div class="highlight-python"><div class="highlight"><pre>gpg: Can&#39;t check signature: public key not found
</pre></div>
</div>
<p>You can get a copy of the key using this command:</p>
<div class="highlight-python"><div class="highlight"><pre>$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0DFBD904
gpg: requesting key 0DFBD904 from hkp server keyserver.ubuntu.com
gpg: /home/username/.gnupg/trustdb.gpg: trustdb created
gpg: key 0DFBD904: public key &quot;Roger Binns &lt;rogerb@rogerbinns.com&gt;&quot; imported
gpg: Total number processed: 1
gpg:               imported: 1
</pre></div>
</div>
<p>Repeat the verify step.</p>
</div></blockquote>
</div>
<div class="section" id="source-code-control">
<h2>Source code control<a class="headerlink" href="#source-code-control" title="Permalink to this headline"></a></h2>
<p>The source is controlled by Git - start at
<a class="reference external" href="https://github.com/rogerbinns/apsw">https://github.com/rogerbinns/apsw</a></p>
</div>
<div class="section" id="easy-install-pip-pypi">
<h2>easy_install/pip/pypi<a class="headerlink" href="#easy-install-pip-pypi" title="Permalink to this headline"></a></h2>
<p>APSW is <strong>not</strong> available at the Python Package Index (pypi) and hence
cannot be installed using easy_install, pip or similar tools.  The
reason for this is that the tools do not provide a way of providing
options to the setup.py included with APSW and hence there is no way
for APSW to know if you want SQLite downloaded, a consistent version
of SQLite or the latest, to use a system SQLite instead, error if an a
system version is not available etc.  I could pick a sensible default
but everyone else using pypi would be disadvantaged or worse get
undesired behaviour (eg different versions of SQLite depending on when
a machine did an install).  Additionally the world of Python packaging
is going through another series of changes (distutils2 aka packaging)
so some solution may come out of that.</p>
<p>I&#8217;m happy to work with anyone who has a solution to this problem.</p>
</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="#">Download</a><ul>
<li><a class="reference internal" href="#source-and-binaries">Source and binaries</a></li>
<li><a class="reference internal" href="#verifying-your-download">Verifying your download</a></li>
<li><a class="reference internal" href="#source-code-control">Source code control</a></li>
<li><a class="reference internal" href="#easy-install-pip-pypi">easy_install/pip/pypi</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="example.html"
                        title="previous chapter">Example</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="build.html"
                        title="next chapter">Building</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/download.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="build.html" title="Building"
             >next</a> |</li>
        <li class="right" >
          <a href="example.html" title="Example"
             >previous</a> |</li>
        <li><a href="index.html">APSW 3.8.11.1-r1 documentation</a> &raquo;</li> 
      </ul>
    </div>

    <div class="footer">
        &copy; <a href="copyright.html">Copyright</a> 2004-2015, Roger Binns &lt;rogerb@rogerbinns.com&gt;.
      Last updated on Aug 20, 2015.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>

  </body>
</html>