This file is indexed.

/usr/share/doc/pywps/html/index.html is in pywps-doc 4.0.0-5.

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
<!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 the PyWPS 4.0.0 documentation! &#8212; PyWPS 4.0.0 documentation</title>
    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '4.0.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </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>
    <script type="text/javascript" src="_static/mathjax/MathJax.js?config=tex-ams-mml_htmlormml"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="OGC Web Processing Service (OGC WPS)" href="wps.html" />
   
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  
  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

  </head>
  <body>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="welcome-to-the-pywps-release-documentation">
<span id="index"></span><h1>Welcome to the PyWPS 4.0.0 documentation!<a class="headerlink" href="#welcome-to-the-pywps-release-documentation" title="Permalink to this headline"></a></h1>
<p>PyWPS is a server side implementation of the <a class="reference external" href="http://opengeospatial.org/standards/wps">OGC Web Processing Service
(OGC WPS) standard</a>, using the
<a class="reference external" href="http://python.org">Python</a> programming language. PyWPS is currently
supporting WPS 1.0.0. Support for the version 2.0.0. of OGC WPS standard is
presently being planned.</p>
<p>Like the bicycle in the logo, PyWPS is:</p>
<ul class="simple">
<li>simple to maintain</li>
<li>fast to drive</li>
<li>able to carry a lot</li>
<li>easy to hack</li>
</ul>
<p><strong>Mount your bike and setup your PyWPS instance!</strong></p>
<div class="admonition-todo admonition" id="index-0">
<p class="first admonition-title">Todo</p>
<ul class="last simple">
<li>request queue management (probably linked from documentation)</li>
<li>inputs and outputs IOhandler class description (file, stream, …)</li>
</ul>
</div>
<div class="section" id="contents">
<h2>Contents:<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="wps.html">OGC Web Processing Service (OGC WPS)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="wps.html#process">Process</a></li>
<li class="toctree-l2"><a class="reference internal" href="wps.html#data-inputs-and-outputs">Data inputs and outputs</a><ul>
<li class="toctree-l3"><a class="reference internal" href="wps.html#literaldata">LiteralData</a></li>
<li class="toctree-l3"><a class="reference internal" href="wps.html#complexdata">ComplexData</a></li>
<li class="toctree-l3"><a class="reference internal" href="wps.html#boundingboxdata">BoundingBoxData</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="wps.html#passing-data-to-process-instance">Passing data to process instance</a></li>
<li class="toctree-l2"><a class="reference internal" href="wps.html#sychronous-versus-asynchronous-process-request">Sychronous versus asynchronous process request</a></li>
<li class="toctree-l2"><a class="reference internal" href="wps.html#process-status">Process status</a></li>
<li class="toctree-l2"><a class="reference internal" href="wps.html#request-encoding-http-get-and-post">Request encoding, HTTP GET and POST</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="pywps.html">PyWPS</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pywps.html#pywps-philosophy">PyWPS philosophy</a></li>
<li class="toctree-l2"><a class="reference internal" href="pywps.html#why-is-pywps-there">Why is PyWPS there</a></li>
<li class="toctree-l2"><a class="reference internal" href="pywps.html#pywps-history">PyWPS History</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="install.html#dependencies-and-requirements">Dependencies and requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#download-and-install">Download and install</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#the-demo-service-and-its-sample-processes">The demo service and its sample processes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">Configuration</a><ul>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#metadata-main">[metadata:main]</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#server">[server]</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#logging">[logging]</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#grass">[grass]</a><ul>
<li class="toctree-l3"><a class="reference internal" href="configuration.html#sample-file">Sample file</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="process.html">Processes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="process.html#writing-a-process">Writing a Process</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#example-vector-buffer-process">Example vector buffer process</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#declaring-inputs-and-outputs">Declaring inputs and outputs</a><ul>
<li class="toctree-l3"><a class="reference internal" href="process.html#literaldata">LiteralData</a></li>
<li class="toctree-l3"><a class="reference internal" href="process.html#complexdata">ComplexData</a></li>
<li class="toctree-l3"><a class="reference internal" href="process.html#complexdata-format-and-input-validation">ComplexData <code class="docutils literal"><span class="pre">Format</span></code> and input validation</a></li>
<li class="toctree-l3"><a class="reference internal" href="process.html#boundingboxdata">BoundingBoxData</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="process.html#accessing-the-inputs-and-outputs-in-the-handler-method">Accessing the inputs and outputs in the <cite>handler</cite> method</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#progress-and-status-report">Progress and status report</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#returning-large-data">Returning large data</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#process-deployment">Process deployment</a></li>
<li class="toctree-l2"><a class="reference internal" href="process.html#running-the-dev-server">Running the dev server</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="deployment.html">Deployment to a production server</a><ul>
<li class="toctree-l2"><a class="reference internal" href="deployment.html#deploying-an-individual-pywps-instance">Deploying an individual PyWPS instance</a></li>
<li class="toctree-l2"><a class="reference internal" href="deployment.html#creating-a-pywps-wsgi-instance">Creating a PyWPS <cite>WSGI</cite> instance</a></li>
<li class="toctree-l2"><a class="reference internal" href="deployment.html#deployment-on-apache2-httpd-server">Deployment on Apache2 httpd server</a></li>
<li class="toctree-l2"><a class="reference internal" href="deployment.html#deployment-on-nginx">Deployment on nginx</a></li>
<li class="toctree-l2"><a class="reference internal" href="deployment.html#testing-the-deployment-of-a-pywps-instance">Testing the deployment of a PyWPS instance</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="migration.html">Migrating from PyWPS 3.x to 4.x</a></li>
<li class="toctree-l1"><a class="reference internal" href="external-tools.html">PyWPS and external tools</a><ul>
<li class="toctree-l2"><a class="reference internal" href="external-tools.html#grass-gis">GRASS GIS</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api.html">PyWPS API Doc</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api.html#process">Process</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#inputs-and-outputs">Inputs and outputs</a><ul>
<li class="toctree-l3"><a class="reference internal" href="api.html#literaldata">LiteralData</a></li>
<li class="toctree-l3"><a class="reference internal" href="api.html#complexdata">ComplexData</a></li>
<li class="toctree-l3"><a class="reference internal" href="api.html#boundingboxdata">BoundingBoxData</a></li>
<li class="toctree-l3"><a class="reference internal" href="api.html#request-and-response-objects">Request and response objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Developers Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="development.html#github-account">0. GitHub account</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#open-a-new-issue">1. Open a new issue</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#fork-and-clone-the-pywps-repository">2. Fork and clone the PyWPS repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#commit-and-pull-request">3. Commit and pull request</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#updating-local-repository">4. Updating local repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#help-and-discussion">5. Help and discussion</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="exceptions.html">Exceptions</a></li>
</ul>
</div>
<div class="section" id="indices-and-tables">
<h3>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
<p class="logo">
  <a href="#">
    <img class="logo" src="_static/pywps.png" alt="Logo"/>
    
  </a>
</p>










<h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="wps.html">OGC Web Processing Service (OGC WPS)</a></li>
<li class="toctree-l1"><a class="reference internal" href="pywps.html">PyWPS</a></li>
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="process.html">Processes</a></li>
<li class="toctree-l1"><a class="reference internal" href="deployment.html">Deployment to a production server</a></li>
<li class="toctree-l1"><a class="reference internal" href="migration.html">Migrating from PyWPS 3.x to 4.x</a></li>
<li class="toctree-l1"><a class="reference internal" href="external-tools.html">PyWPS and external tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">PyWPS API Doc</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Developers Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="exceptions.html">Exceptions</a></li>
</ul>


<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy;Copyright (C) 2014-2016 PyWPS Development Team, represented by Jachym Cepicky.This work is licensed under a Creative Commons Attribution 4.0 International License.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.7</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
      
      |
      <a href="_sources/index.rst.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>