This file is indexed.

/usr/share/doc/python-apsw/html/download.html is in python-apsw-doc 3.7.6.3-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
<!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.7.6.3-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.7.6.3-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.7.6.3-r1 documentation" href="index.html" />
    <link rel="next" title="Building" href="build.html" />
    <link rel="prev" title="Example" href="example.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="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.7.6.3-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="http://www.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="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.zip">apsw-3.7.6.3-r1.zip</a>
(Source, includes this HTML Help)</li>
<li><a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.chm">apsw-3.7.6.3-r1.chm</a>
(Compiled HTML Help) <a class="reference external" href="http://weblog.helpware.net/?p=36">Seeing blank content?</a> &amp; <a class="reference external" href="http://support.microsoft.com/kb/902225/">MSKB 902225</a></li>
<li>Windows Python 2.3 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py2.3.exe">32bit</a></li>
<li>Windows Python 2.4 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py2.4.exe">32bit</a></li>
<li>Windows Python 2.5 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py2.5.exe">32bit</a></li>
<li>Windows Python 2.6 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py2.6.exe">32bit</a>
<a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win-amd64-py2.6.exe">64bit</a></li>
<li>Windows Python 2.7 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py2.7.exe">32bit</a>
<a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win-amd64-py2.7.exe">64bit</a></li>
<li>Windows Python 3.1 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py3.1.exe">32bit</a>
<a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win-amd64-py3.1.exe">64bit</a></li>
<li>Windows Python 3.2 <a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win32-py3.2.exe">32bit</a>
<a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1.win-amd64-py3.2.exe">64bit</a></li>
<li><a class="reference external" href="http://apsw.googlecode.com/files/apsw-3.7.6.3-r1-sigs.zip">apsw-3.7.6.3-r1-sigs.zip</a>
GPG signatures for all files</li>
</ul>
<p>Some Linux distributions also have packages.</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>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-odd"><td>Ubuntu PPA</td>
<td>I maintain a PPA that is up to date at
<a class="reference external" href="https://launchpad.net/~ubuntu-rogerbinns/+archive/apsw">https://launchpad.net/~ubuntu-rogerbinns/+archive/apsw</a>  which has SQLite
embedded statically inside (ie system SQLite is ignored) and has all the
extensions enabled: FTS3/4, RTree, ICU, asyncvfs</td>
</tr>
<tr class="row-even"><td>Gentoo</td>
<td>Install <a class="reference external" href="http://www.gentoo-portage.com/dev-python/apsw">dev-python/apsw</a></td>
</tr>
<tr class="row-odd"><td>Arch Linux</td>
<td>Install <a class="reference external" href="http://aur.archlinux.org/packages.php?ID=5537">python-apsw</a></td>
</tr>
</tbody>
</table>
<p>Note that these (except my Ubuntu PPA) 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>
</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 now 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"><pre>$ gpg --verify apsw-3.7.6.3-r1.zip.asc
gpg: Signature made ... date ... using DSA key ID 0DFBD904
gpg: Good signature from "Roger Binns &lt;rogerb@rogerbinns.com&gt;"</pre>
</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"><pre>gpg: Can't check signature: public key not found</pre>
</div>
<p>You can get a copy of the key using this command:</p>
<div class="highlight-python"><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 "Roger Binns &lt;rogerb@rogerbinns.com&gt;" imported
gpg: Total number processed: 1
gpg:               imported: 1</pre>
</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 Mercurial documented at
<a class="reference external" href="http://code.google.com/p/apsw/source/checkout">http://code.google.com/p/apsw/source/checkout</a></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>
</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" size="18" />
      <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.7.6.3-r1 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; <a href="copyright.html">Copyright</a> 2004-2010, Roger Binns &lt;rogerb@rogerbinns.com&gt;.
      Last updated on May 20, 2011.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1pre/4b8d012cf82e.
    </div>
  </body>
</html>