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