This file is indexed.

/usr/share/couchdb/www/docs/index.html is in couchdb-common 1.6.0-0ubuntu7.

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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->

<!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->

<!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>Overview &mdash; Apache CouchDB 1.6 Documentation</title>
    
    <link rel="stylesheet" href="_static/rtd.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.6.0',
        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="shortcut icon" href="_static/favicon.ico"/>
    <link rel="author" title="About these documents" href="about.html" />
    <link rel="top" title="Apache CouchDB 1.6 Documentation" href="#" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="http-api.html" title="HTTP API Reference"
             >API Reference</a></li>
        <li class="right" >
          <a href="config-ref.html" title="Configuration Reference"
             >Config Reference</a> |</li>
  <li><a href="#">Apache CouchDB 1.6 Documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <h1>Apache CouchDB 1.6 Documentation</h1>
  <p>
    Welcome! This is
    the documentation for Apache CouchDB
    1.6.0.
  </p>
  
<h2>Meet CouchDB</h2>
<table class="contentstable" align="center">
  <tr>
    <td width="50%">
      <p class="biglink">
        <a class="biglink" href="whatsnew/1.6.html">
          What's new in CouchDB 1.6?
        </a>
        <br />
        <span class="linkdescr">
          or browse <a href="whatsnew/index.html">all "What's new" documents</a>
        </span>
      </p>
      <p class="biglink">
        <a class="biglink" href="intro/why.html">
          Why CouchDB?
        </a>
        <br />
        <span class="linkdescr">why you might want to use CouchDB</span>
      </p>
    <td width="50%">
      <p class="biglink">
        <a class="biglink" href="intro/overview.html">
          Technical Overview
        </a>
        <br />
        <span class="linkdescr">a quick overview of technology used</span>
      </p>
      <p class="biglink">
        <a class="biglink" href="intro/consistency.html">
          Eventual Consistency
        </a>
        <br />
        <span class="linkdescr">how CouchDB handles synchronization</span>
      </p>
    </td>
  </tr>
</table>

<h2>Getting started</h2>
<table class="contentstable" align="center">
  <tr>
    <td width="50%">
      <p class="biglink">
        <a class="biglink" href="install/index.html">
          Installation guides
        </a>
        <br />
        <span class="linkdescr">
          install CouchDB on <a href="install/windows.html">Windows</a>,
          <a href="install/mac.html">OS X</a> or
          <a href="install/unix.html">Linux</a>
        </span>
      </p>
      <p class="biglink">
        <a class="biglink" href="intro/tour.html">
          Tutorial
        </a>
        <br />
        <span class="linkdescr">start using CouchDB with
          <a href="intro/futon.html">Futon</a> and
          <a href="intro/curl.html">cURL</a></span>
      </p>
      <p class="biglink">
        <a class="biglink" href="intro/api.html">
          HTTP API overview
        </a>
        <br />
        <span class="linkdescr">a short walk though the API</span>
      </p>
    <td width="50%">
      <p class="biglink">
        <a class="biglink" href="couchapp/views/intro.html">
          Guide to Views
        </a>
        <br />
        <span class="linkdescr">how to query JSON documents</span>
      </p>
      <p class="biglink">
        <a class="biglink" href="replication/intro.html">
          Replication
        </a>
        <br />
        <span class="linkdescr">
          painless master-master data synchronization
        </span>
      </p>
      <p class="biglink">
        <a class="biglink" href="couchapp/ddocs.html">
          Design Documents
        </a>
        <br />
        <span class="linkdescr">
          transform, update or validate your documents
        </span>
      </p>
    </td>
  </tr>
</table>

<h2>Reference Documentation &amp; Advanced Topics</h2>
<table class="contentstable" align="center"><tr>
  <tr>
    <td width="50%">
      <p class="biglink">
        <a class="biglink" href="api/index.html">
          Complete HTTP API Reference
        </a>
        <br />
        <span class="linkdescr">
          something to come back to
        </span>
      </p>
      <p class="biglink">
        <a class="biglink" href="externals.html">
          External Processes
        </a>
        <br />
        <span class="linkdescr">
          adding even more functionality
        </span>
      </p>
    </td>
    <td width="50%" style="vertical-align: top;">
      <p class="biglink">
        <a class="biglink" href="config/index.html">
          Configuration Reference
        </a>
        <br />
        <span class="linkdescr">tweak CouchDB to your liking</span>
      </p>
      <p class="biglink">
        <a class="biglink" href="maintenance/index.html">
          Maintenance
        </a>
        <br />
        <span class="linkdescr">
          how to take care of your CouchDB
        </span>
      </p>
    </td>
  </tr>
</table>


<h2>Links</h2>
<table class="contentstable" align="center"><tr>
  <td width="50%">
    <p class="biglink"><a class="biglink" href="contents.html">Documentation Contents</a></p>
    <p class="biglink"><a class="biglink" href="http-api.html">HTTP API Index</a></p>
    <p class="biglink"><a class="biglink" href="contributing.html">Contributing to this Documentation</a></p>
  </td><td width="50%">
    <p class="biglink"><a class="biglink" href="http://couchdb.org/">CouchDB Web site</a></p>
    <p class="biglink"><a class="biglink" href="http://couchdb.org/#download">Download</a></p>
    <p class="biglink"><a class="biglink" href="http://couchdb.org/#mailing-list">Mailing Lists</a></p>
  </td></tr>
</table>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
    <p class="logo"><a href="#">
      <img class="logo" src="_static/logo.png" alt="Logo"/>
    </a></p><!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->

<div id="searchbox" style="display: none">

<h3>Quick Search</h3>

<form class="search" action="search.html" method="get">
<input type="text" name="q" style="width:115px">
<input type="submit" value="Go">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>

<br>

</div>

<script type="text/javascript">$('#searchbox').show(0);</script><!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->


<h3>Utilities</h3>

<ul>
<li><a href="../">Futon</a></li>
</ul>
<!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->

<h3>More Help</h3>

<ul>
<li><a href="https://couchdb.apache.org/">Homepage</a></li>
<li><a href="http://wiki.apache.org/couchdb/">Wiki</a></li>
<li><a href="https://couchdb.apache.org/#mailing-list">Mailing Lists</a></li>
<li><a href="http://webchat.freenode.net/?channels=couchdb">IRC</a></li>
<li><a href="https://issues.apache.org/jira/browse/CouchDB">Issues</a></li>
<li><a href="download.html">Download</a></li>
</ul><!--

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-->


        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="http-api.html" title="HTTP API Reference"
             >API Reference</a></li>
        <li class="right" >
          <a href="config-ref.html" title="Configuration Reference"
             >Config Reference</a> |</li>
  <li><a href="#">Apache CouchDB 1.6 Documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2015, The Apache Software Foundation.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>