mirror of
https://github.com/searx/searx
synced 2024-11-16 23:16:55 +01:00
generated files of parent
This commit is contained in:
parent
89784ae84a
commit
a1a0c35ebf
@ -30,15 +30,17 @@ settings. However, the standard way is the following:
|
||||
engine file
|
||||
~~~~~~~~~~~
|
||||
|
||||
+---------------------+-----------+-----------------------------------------+
|
||||
| argument | type | information |
|
||||
+=====================+===========+=========================================+
|
||||
| categories | list | pages, in which the engine is working |
|
||||
+---------------------+-----------+-----------------------------------------+
|
||||
| paging | boolean | support multible pages |
|
||||
+---------------------+-----------+-----------------------------------------+
|
||||
| language\_support | boolean | support language choosing |
|
||||
+---------------------+-----------+-----------------------------------------+
|
||||
+----------------------+-----------+-----------------------------------------+
|
||||
| argument | type | information |
|
||||
+======================+===========+=========================================+
|
||||
| categories | list | pages, in which the engine is working |
|
||||
+----------------------+-----------+-----------------------------------------+
|
||||
| paging | boolean | support multible pages |
|
||||
+----------------------+-----------+-----------------------------------------+
|
||||
| language\_support | boolean | support language choosing |
|
||||
+----------------------+-----------+-----------------------------------------+
|
||||
| time\_range\_support | boolean | support search time range |
|
||||
+----------------------+-----------+-----------------------------------------+
|
||||
|
||||
settings.yml
|
||||
~~~~~~~~~~~~
|
||||
@ -186,126 +188,126 @@ To set another media-type as default, the parameter
|
||||
default
|
||||
~~~~~~~
|
||||
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+====================================================================================================================================+
|
||||
| url | string, which is representing the url of the result |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, which is representing the title of the result |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, which is giving a general result-text |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+===============================================================================================================+
|
||||
| url | string, url of the result |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, title of the result |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, general result-text |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
images
|
||||
~~~~~~
|
||||
|
||||
to use this template, the parameter
|
||||
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+===========================================================================================================================================================+
|
||||
| template | is set to ``images.html`` |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, which is representing the url to the result site |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, which is representing the title of the result *(partly implemented)* |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | *(partly implemented)* |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published *(partly implemented)* |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| img\_src | string, which is representing the url to the result image |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| thumbnail\_src | string, which is representing the url to a small-preview image |
|
||||
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+=======================================================================================================================================+
|
||||
| template | is set to ``images.html`` |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, url to the result site |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, title of the result *(partly implemented)* |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | *(partly implemented)* |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish *(partly implemented)* |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| img\_src | string, url to the result image |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| thumbnail\_src | string, url to a small-preview image |
|
||||
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
videos
|
||||
~~~~~~
|
||||
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+====================================================================================================================================+
|
||||
| template | is set to ``videos.html`` |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, which is representing the url of the result |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, which is representing the title of the result |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | *(not implemented yet)* |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| thumbnail | string, which is representing the url to a small-preview image |
|
||||
+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+====================+==============================================================================================================+
|
||||
| template | is set to ``videos.html`` |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, url of the result |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, title of the result |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| content | *(not implemented yet)* |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| thumbnail | string, url to a small-preview image |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
torrent
|
||||
~~~~~~~
|
||||
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| template | is set to ```torrent.html``` |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, which is representing the url of the result |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, which is representing the title of the result |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, which is giving a general result-text |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published *(not implemented yet)* |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| seed | int, number of seeder |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| leech | int, number of leecher |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| filesize | int, size of file in bytes |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| files | int, number of files |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| magnetlink | string, which is the `magnetlink <https://en.wikipedia.org/wiki/Magnet_URI_scheme>`__ of the result |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| torrentfile | string, which is the torrentfile of the result |
|
||||
+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| template | is set to ``torrent.html`` |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| url | string, url of the result |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, title of the result |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, general result-text |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish *(not implemented yet)* |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| seed | int, number of seeder |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| leech | int, number of leecher |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| filesize | int, size of file in bytes |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| files | int, number of files |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| magnetlink | string, `magnetlink <https://en.wikipedia.org/wiki/Magnet_URI_scheme>`__ of the result |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| torrentfile | string, torrentfile of the result |
|
||||
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
map
|
||||
~~~
|
||||
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+=========================+====================================================================================================================================+
|
||||
| url | string, which is representing the url of the result |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, which is representing the title of the result |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, which is giving a general result-text |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| latitude | latitude of result (in decimal format) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| longitude | longitude of result (in decimal format) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| boundingbox | boundingbox of result (array of 4. values ``[lat-min, lat-max, lon-min, lon-max]``) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| geojson | geojson of result (http://geojson.org) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| osm.type | type of osm-object (if OSM-Result) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| osm.id | id of osm-object (if OSM-Result) |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.name | name of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.road | street adress of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.house\_number | house number of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.locality | city, place of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.postcode | postcode of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| address.country | country of object |
|
||||
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| result-parameter | information |
|
||||
+=========================+==============================================================================================================+
|
||||
| url | string, url of the result |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| title | string, title of the result |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| content | string, general result-text |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| publishedDate | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| latitude | latitude of result (in decimal format) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| longitude | longitude of result (in decimal format) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| boundingbox | boundingbox of result (array of 4. values ``[lat-min, lat-max, lon-min, lon-max]``) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| geojson | geojson of result (http://geojson.org) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| osm.type | type of osm-object (if OSM-Result) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| osm.id | id of osm-object (if OSM-Result) |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.name | name of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.road | street name of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.house\_number | house number of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.locality | city, place of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.postcode | postcode of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| address.country | country of object |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
@ -11,7 +11,7 @@ Example plugin
|
||||
|
||||
name = 'Example plugin'
|
||||
description = 'This plugin extends the suggestions with the word "example"'
|
||||
default_on = False # disable by default
|
||||
default_on = False # disabled by default
|
||||
|
||||
js_dependencies = tuple() # optional, list of static js files
|
||||
css_dependencies = tuple() # optional, list of static css files
|
||||
|
@ -16,7 +16,7 @@ Features
|
||||
- No user tracking
|
||||
- No user profiling
|
||||
- About 70 supported search engines
|
||||
- Easy intergration with any search engines
|
||||
- Easy integration with any search engine
|
||||
- Cookies are not used by default
|
||||
- Secure, encrypted connections (HTTPS/SSL)
|
||||
- Hosted by organisations, such as La Quadrature du Net, which promote digital rights
|
||||
|
@ -88,9 +88,9 @@ settings. However, the standard way is the following:</p>
|
||||
<h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="29%" />
|
||||
<col width="30%" />
|
||||
<col width="15%" />
|
||||
<col width="56%" />
|
||||
<col width="55%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">argument</th>
|
||||
@ -111,6 +111,10 @@ settings. However, the standard way is the following:</p>
|
||||
<td>boolean</td>
|
||||
<td>support language choosing</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>time_range_support</td>
|
||||
<td>boolean</td>
|
||||
<td>support search time range</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -347,8 +351,8 @@ Currently the following media-types are supported:</p>
|
||||
<h3><a class="toc-backref" href="#id13">default</a><a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="13%" />
|
||||
<col width="87%" />
|
||||
<col width="15%" />
|
||||
<col width="85%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">result-parameter</th>
|
||||
@ -357,16 +361,16 @@ Currently the following media-types are supported:</p>
|
||||
</thead>
|
||||
<tbody valign="top">
|
||||
<tr class="row-even"><td>url</td>
|
||||
<td>string, which is representing the url of the result</td>
|
||||
<td>string, url of the result</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>title</td>
|
||||
<td>string, which is representing the title of the result</td>
|
||||
<td>string, title of the result</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>content</td>
|
||||
<td>string, which is giving a general result-text</td>
|
||||
<td>string, general result-text</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>publishedDate</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, represent when the result is published</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -376,8 +380,8 @@ Currently the following media-types are supported:</p>
|
||||
<p>to use this template, the parameter</p>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="11%" />
|
||||
<col width="89%" />
|
||||
<col width="13%" />
|
||||
<col width="87%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">result-parameter</th>
|
||||
@ -389,22 +393,22 @@ Currently the following media-types are supported:</p>
|
||||
<td>is set to <code class="docutils literal"><span class="pre">images.html</span></code></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>url</td>
|
||||
<td>string, which is representing the url to the result site</td>
|
||||
<td>string, url to the result site</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>title</td>
|
||||
<td>string, which is representing the title of the result <em>(partly implemented)</em></td>
|
||||
<td>string, title of the result <em>(partly implemented)</em></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>content</td>
|
||||
<td><em>(partly implemented)</em></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>publishedDate</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, represent when the result is published <em>(partly implemented)</em></td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish <em>(partly implemented)</em></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>img_src</td>
|
||||
<td>string, which is representing the url to the result image</td>
|
||||
<td>string, url to the result image</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>thumbnail_src</td>
|
||||
<td>string, which is representing the url to a small-preview image</td>
|
||||
<td>string, url to a small-preview image</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -413,8 +417,8 @@ Currently the following media-types are supported:</p>
|
||||
<h3><a class="toc-backref" href="#id15">videos</a><a class="headerlink" href="#videos" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="13%" />
|
||||
<col width="87%" />
|
||||
<col width="15%" />
|
||||
<col width="85%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">result-parameter</th>
|
||||
@ -426,19 +430,19 @@ Currently the following media-types are supported:</p>
|
||||
<td>is set to <code class="docutils literal"><span class="pre">videos.html</span></code></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>url</td>
|
||||
<td>string, which is representing the url of the result</td>
|
||||
<td>string, url of the result</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>title</td>
|
||||
<td>string, which is representing the title of the result</td>
|
||||
<td>string, title of the result</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>content</td>
|
||||
<td><em>(not implemented yet)</em></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>publishedDate</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, represent when the result is published</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>thumbnail</td>
|
||||
<td>string, which is representing the url to a small-preview image</td>
|
||||
<td>string, url to a small-preview image</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -447,27 +451,27 @@ Currently the following media-types are supported:</p>
|
||||
<h3><a class="toc-backref" href="#id16">torrent</a><a class="headerlink" href="#torrent" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="10%" />
|
||||
<col width="90%" />
|
||||
<col width="12%" />
|
||||
<col width="88%" />
|
||||
</colgroup>
|
||||
<tbody valign="top">
|
||||
<tr class="row-odd"><td>result-parameter</td>
|
||||
<td>information</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>template</td>
|
||||
<td>is set to <code class="docutils literal"><span class="pre">`torrent.html`</span></code></td>
|
||||
<td>is set to <code class="docutils literal"><span class="pre">torrent.html</span></code></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>url</td>
|
||||
<td>string, which is representing the url of the result</td>
|
||||
<td>string, url of the result</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>title</td>
|
||||
<td>string, which is representing the title of the result</td>
|
||||
<td>string, title of the result</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>content</td>
|
||||
<td>string, which is giving a general result-text</td>
|
||||
<td>string, general result-text</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>publishedDate</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, represent when the result is published <em>(not implemented yet)</em></td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish <em>(not implemented yet)</em></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>seed</td>
|
||||
<td>int, number of seeder</td>
|
||||
@ -482,10 +486,10 @@ Currently the following media-types are supported:</p>
|
||||
<td>int, number of files</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>magnetlink</td>
|
||||
<td>string, which is the <a class="reference external" href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">magnetlink</a> of the result</td>
|
||||
<td>string, <a class="reference external" href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">magnetlink</a> of the result</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>torrentfile</td>
|
||||
<td>string, which is the torrentfile of the result</td>
|
||||
<td>string, torrentfile of the result</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -494,8 +498,8 @@ Currently the following media-types are supported:</p>
|
||||
<h3><a class="toc-backref" href="#id17">map</a><a class="headerlink" href="#map" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="16%" />
|
||||
<col width="84%" />
|
||||
<col width="19%" />
|
||||
<col width="81%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">result-parameter</th>
|
||||
@ -504,16 +508,16 @@ Currently the following media-types are supported:</p>
|
||||
</thead>
|
||||
<tbody valign="top">
|
||||
<tr class="row-even"><td>url</td>
|
||||
<td>string, which is representing the url of the result</td>
|
||||
<td>string, url of the result</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>title</td>
|
||||
<td>string, which is representing the title of the result</td>
|
||||
<td>string, title of the result</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>content</td>
|
||||
<td>string, which is giving a general result-text</td>
|
||||
<td>string, general result-text</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>publishedDate</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, represent when the result is published</td>
|
||||
<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>latitude</td>
|
||||
<td>latitude of result (in decimal format)</td>
|
||||
@ -537,7 +541,7 @@ Currently the following media-types are supported:</p>
|
||||
<td>name of object</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>address.road</td>
|
||||
<td>street adress of object</td>
|
||||
<td>street name of object</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>address.house_number</td>
|
||||
<td>house number of object</td>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<li>No user tracking</li>
|
||||
<li>No user profiling</li>
|
||||
<li>About 70 supported search engines</li>
|
||||
<li>Easy intergration with any search engines</li>
|
||||
<li>Easy integration with any search engine</li>
|
||||
<li>Cookies are not used by default</li>
|
||||
<li>Secure, encrypted connections (HTTPS/SSL)</li>
|
||||
<li>Hosted by organisations, such as La Quadrature du Net, which promote digital rights</li>
|
||||
|
Loading…
Reference in New Issue
Block a user