Browse Source

generated files of parent

Noémi Ványi 8 years ago
parent
commit
a1a0c35ebf
5 changed files with 158 additions and 152 deletions
  1. 114
    112
      _sources/dev/engine_overview.txt
  2. 1
    1
      _sources/dev/plugins.txt
  3. 1
    1
      _sources/index.txt
  4. 41
    37
      dev/engine_overview.html
  5. 1
    1
      index.html

+ 114
- 112
_sources/dev/engine_overview.txt View File

30
 engine file
30
 engine file
31
 ~~~~~~~~~~~
31
 ~~~~~~~~~~~
32
 
32
 
33
-+---------------------+-----------+-----------------------------------------+
34
-| argument            | type      | information                             |
35
-+=====================+===========+=========================================+
36
-| categories          | list      | pages, in which the engine is working   |
37
-+---------------------+-----------+-----------------------------------------+
38
-| paging              | boolean   | support multible pages                  |
39
-+---------------------+-----------+-----------------------------------------+
40
-| language\_support   | boolean   | support language choosing               |
41
-+---------------------+-----------+-----------------------------------------+
33
++----------------------+-----------+-----------------------------------------+
34
+| argument             | type      | information                             |
35
++======================+===========+=========================================+
36
+| categories           | list      | pages, in which the engine is working   |
37
++----------------------+-----------+-----------------------------------------+
38
+| paging               | boolean   | support multible pages                  |
39
++----------------------+-----------+-----------------------------------------+
40
+| language\_support    | boolean   | support language choosing               |
41
++----------------------+-----------+-----------------------------------------+
42
+| time\_range\_support | boolean   | support search time range               |
43
++----------------------+-----------+-----------------------------------------+
42
 
44
 
43
 settings.yml
45
 settings.yml
44
 ~~~~~~~~~~~~
46
 ~~~~~~~~~~~~
186
 default
188
 default
187
 ~~~~~~~
189
 ~~~~~~~
188
 
190
 
189
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
190
-| result-parameter   | information                                                                                                                        |
191
-+====================+====================================================================================================================================+
192
-| url                | string, which is representing the url of the result                                                                                |
193
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
194
-| title              | string, which is representing the title of the result                                                                              |
195
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
196
-| content            | string, which is giving a general result-text                                                                                      |
197
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
198
-| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published   |
199
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
191
++--------------------+---------------------------------------------------------------------------------------------------------------+
192
+| result-parameter   | information                                                                                                   |
193
++====================+===============================================================================================================+
194
+| url                | string, url of the result                                                                                     |
195
++--------------------+---------------------------------------------------------------------------------------------------------------+
196
+| title              | string, title of the result                                                                                   |
197
++--------------------+---------------------------------------------------------------------------------------------------------------+
198
+| content            | string, general result-text                                                                                   |
199
++--------------------+---------------------------------------------------------------------------------------------------------------+
200
+| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish     |
201
++--------------------+---------------------------------------------------------------------------------------------------------------+
200
 
202
 
201
 images
203
 images
202
 ~~~~~~
204
 ~~~~~~
203
 
205
 
204
 to use this template, the parameter
206
 to use this template, the parameter
205
 
207
 
206
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
207
-| result-parameter   | information                                                                                                                                               |
208
-+====================+===========================================================================================================================================================+
209
-| template           | is set to ``images.html``                                                                                                                                 |
210
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
211
-| url                | string, which is representing the url to the result site                                                                                                  |
212
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
213
-| title              | string, which is representing the title of the result *(partly implemented)*                                                                              |
214
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
215
-| content            | *(partly implemented)*                                                                                                                                    |
216
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
217
-| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published *(partly implemented)*   |
218
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
219
-| img\_src           | string, which is representing the url to the result image                                                                                                 |
220
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
221
-| thumbnail\_src     | string, which is representing the url to a small-preview image                                                                                            |
222
-+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
208
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
209
+| result-parameter   | information                                                                                                                           |
210
++====================+=======================================================================================================================================+
211
+| template           | is set to ``images.html``                                                                                                             |
212
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
213
+| url                | string, url to the result site                                                                                                        |
214
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
215
+| title              | string, title of the result *(partly implemented)*                                                                                    |
216
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
217
+| content            | *(partly implemented)*                                                                                                                |
218
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
219
+| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish *(partly implemented)*      |
220
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
221
+| img\_src           | string, url to the result image                                                                                                       |
222
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
223
+| thumbnail\_src     | string, url to a small-preview image                                                                                                  |
224
++--------------------+---------------------------------------------------------------------------------------------------------------------------------------+
223
 
225
 
224
 videos
226
 videos
225
 ~~~~~~
227
 ~~~~~~
226
 
228
 
227
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
228
-| result-parameter   | information                                                                                                                        |
229
-+====================+====================================================================================================================================+
230
-| template           | is set to ``videos.html``                                                                                                          |
231
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
232
-| url                | string, which is representing the url of the result                                                                                |
233
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
234
-| title              | string, which is representing the title of the result                                                                              |
235
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
236
-| content            | *(not implemented yet)*                                                                                                            |
237
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
238
-| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published   |
239
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
240
-| thumbnail          | string, which is representing the url to a small-preview image                                                                     |
241
-+--------------------+------------------------------------------------------------------------------------------------------------------------------------+
229
++--------------------+--------------------------------------------------------------------------------------------------------------+
230
+| result-parameter   | information                                                                                                  |
231
++====================+==============================================================================================================+
232
+| template           | is set to ``videos.html``                                                                                    |
233
++--------------------+--------------------------------------------------------------------------------------------------------------+
234
+| url                | string, url of the result                                                                                    |
235
++--------------------+--------------------------------------------------------------------------------------------------------------+
236
+| title              | string, title of the result                                                                                  |
237
++--------------------+--------------------------------------------------------------------------------------------------------------+
238
+| content            | *(not implemented yet)*                                                                                      |
239
++--------------------+--------------------------------------------------------------------------------------------------------------+
240
+| publishedDate      | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish    |
241
++--------------------+--------------------------------------------------------------------------------------------------------------+
242
+| thumbnail          | string, url to a small-preview image                                                                         |
243
++--------------------+--------------------------------------------------------------------------------------------------------------+
242
 
244
 
243
 torrent
245
 torrent
244
 ~~~~~~~
246
 ~~~~~~~
245
 
247
 
246
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
247
-| result-parameter | information                                                                                                                                              |
248
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
249
-| template         | is set to ```torrent.html```                                                                                                                             |
250
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
251
-| url              | string, which is representing the url of the result                                                                                                      |
252
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
253
-| title            | string, which is representing the title of the result                                                                                                    |
254
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
255
-| content          | string, which is giving a general result-text                                                                                                            |
256
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
257
-| publishedDate    | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published *(not implemented yet)* |
258
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
259
-| seed             | int, number of seeder                                                                                                                                    |
260
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
261
-| leech            | int, number of leecher                                                                                                                                   |
262
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
263
-| filesize         | int, size of file in bytes                                                                                                                               |
264
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
265
-| files            | int, number of files                                                                                                                                     |
266
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
267
-| magnetlink       | string, which is the `magnetlink <https://en.wikipedia.org/wiki/Magnet_URI_scheme>`__ of the result                                                      |
268
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
269
-| torrentfile      | string, which is the torrentfile of the result                                                                                                           |
270
-+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
248
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
249
+| result-parameter | information                                                                                                                           |
250
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
251
+| template         | is set to ``torrent.html``                                                                                                            |
252
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
253
+| url              | string, url of the result                                                                                                             |
254
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
255
+| title            | string, title of the result                                                                                                           |
256
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
257
+| content          | string, general result-text                                                                                                           |
258
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
259
+| publishedDate    | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish *(not implemented yet)*     |
260
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
261
+| seed             | int, number of seeder                                                                                                                 |
262
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
263
+| leech            | int, number of leecher                                                                                                                |
264
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
265
+| filesize         | int, size of file in bytes                                                                                                            |
266
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
267
+| files            | int, number of files                                                                                                                  |
268
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
269
+| magnetlink       | string, `magnetlink <https://en.wikipedia.org/wiki/Magnet_URI_scheme>`__ of the result                                                |
270
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
271
+| torrentfile      | string, torrentfile of the result                                                                                                     |
272
++------------------+---------------------------------------------------------------------------------------------------------------------------------------+
271
 
273
 
272
 
274
 
273
 map
275
 map
274
 ~~~
276
 ~~~
275
 
277
 
276
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
277
-| result-parameter        | information                                                                                                                        |
278
-+=========================+====================================================================================================================================+
279
-| url                     | string, which is representing the url of the result                                                                                |
280
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
281
-| title                   | string, which is representing the title of the result                                                                              |
282
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
283
-| content                 | string, which is giving a general result-text                                                                                      |
284
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
285
-| publishedDate           | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, represent when the result is published   |
286
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
287
-| latitude                | latitude of result (in decimal format)                                                                                             |
288
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
289
-| longitude               | longitude of result (in decimal format)                                                                                            |
290
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
291
-| boundingbox             | boundingbox of result (array of 4. values ``[lat-min, lat-max, lon-min, lon-max]``)                                                |
292
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
293
-| geojson                 | geojson of result (http://geojson.org)                                                                                             |
294
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
295
-| osm.type                | type of osm-object (if OSM-Result)                                                                                                 |
296
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
297
-| osm.id                  | id of osm-object (if OSM-Result)                                                                                                   |
298
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
299
-| address.name            | name of object                                                                                                                     |
300
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
301
-| address.road            | street adress of object                                                                                                            |
302
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
303
-| address.house\_number   | house number of object                                                                                                             |
304
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
305
-| address.locality        | city, place of object                                                                                                              |
306
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
307
-| address.postcode        | postcode of object                                                                                                                 |
308
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
309
-| address.country         | country of object                                                                                                                  |
310
-+-------------------------+------------------------------------------------------------------------------------------------------------------------------------+
278
++-------------------------+--------------------------------------------------------------------------------------------------------------+
279
+| result-parameter        | information                                                                                                  |
280
++=========================+==============================================================================================================+
281
+| url                     | string, url of the result                                                                                    |
282
++-------------------------+--------------------------------------------------------------------------------------------------------------+
283
+| title                   | string, title of the result                                                                                  |
284
++-------------------------+--------------------------------------------------------------------------------------------------------------+
285
+| content                 | string, general result-text                                                                                  |
286
++-------------------------+--------------------------------------------------------------------------------------------------------------+
287
+| publishedDate           | `datetime.datetime <https://docs.python.org/2/library/datetime.html#datetime-objects>`__, time of publish    |
288
++-------------------------+--------------------------------------------------------------------------------------------------------------+
289
+| latitude                | latitude of result (in decimal format)                                                                       |
290
++-------------------------+--------------------------------------------------------------------------------------------------------------+
291
+| longitude               | longitude of result (in decimal format)                                                                      |
292
++-------------------------+--------------------------------------------------------------------------------------------------------------+
293
+| boundingbox             | boundingbox of result (array of 4. values ``[lat-min, lat-max, lon-min, lon-max]``)                          |
294
++-------------------------+--------------------------------------------------------------------------------------------------------------+
295
+| geojson                 | geojson of result (http://geojson.org)                                                                       |
296
++-------------------------+--------------------------------------------------------------------------------------------------------------+
297
+| osm.type                | type of osm-object (if OSM-Result)                                                                           |
298
++-------------------------+--------------------------------------------------------------------------------------------------------------+
299
+| osm.id                  | id of osm-object (if OSM-Result)                                                                             |
300
++-------------------------+--------------------------------------------------------------------------------------------------------------+
301
+| address.name            | name of object                                                                                               |
302
++-------------------------+--------------------------------------------------------------------------------------------------------------+
303
+| address.road            | street name of object                                                                                        |
304
++-------------------------+--------------------------------------------------------------------------------------------------------------+
305
+| address.house\_number   | house number of object                                                                                       |
306
++-------------------------+--------------------------------------------------------------------------------------------------------------+
307
+| address.locality        | city, place of object                                                                                        |
308
++-------------------------+--------------------------------------------------------------------------------------------------------------+
309
+| address.postcode        | postcode of object                                                                                           |
310
++-------------------------+--------------------------------------------------------------------------------------------------------------+
311
+| address.country         | country of object                                                                                            |
312
++-------------------------+--------------------------------------------------------------------------------------------------------------+
311
 
313
 

+ 1
- 1
_sources/dev/plugins.txt View File

11
 
11
 
12
     name = 'Example plugin'
12
     name = 'Example plugin'
13
     description = 'This plugin extends the suggestions with the word "example"'
13
     description = 'This plugin extends the suggestions with the word "example"'
14
-    default_on = False  # disable by default
14
+    default_on = False  # disabled by default
15
 
15
 
16
     js_dependencies = tuple()  # optional, list of static js files
16
     js_dependencies = tuple()  # optional, list of static js files
17
     css_dependencies = tuple()  # optional, list of static css files
17
     css_dependencies = tuple()  # optional, list of static css files

+ 1
- 1
_sources/index.txt View File

16
  - No user tracking
16
  - No user tracking
17
  - No user profiling
17
  - No user profiling
18
  - About 70 supported search engines
18
  - About 70 supported search engines
19
- - Easy intergration with any search engines
19
+ - Easy integration with any search engine
20
  - Cookies are not used by default
20
  - Cookies are not used by default
21
  - Secure, encrypted connections (HTTPS/SSL)
21
  - Secure, encrypted connections (HTTPS/SSL)
22
  - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
22
  - Hosted by organisations, such as La Quadrature du Net, which promote digital rights

+ 41
- 37
dev/engine_overview.html View File

88
 <h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
88
 <h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
89
 <table border="1" class="docutils">
89
 <table border="1" class="docutils">
90
 <colgroup>
90
 <colgroup>
91
-<col width="29%" />
91
+<col width="30%" />
92
 <col width="15%" />
92
 <col width="15%" />
93
-<col width="56%" />
93
+<col width="55%" />
94
 </colgroup>
94
 </colgroup>
95
 <thead valign="bottom">
95
 <thead valign="bottom">
96
 <tr class="row-odd"><th class="head">argument</th>
96
 <tr class="row-odd"><th class="head">argument</th>
111
 <td>boolean</td>
111
 <td>boolean</td>
112
 <td>support language choosing</td>
112
 <td>support language choosing</td>
113
 </tr>
113
 </tr>
114
+<tr class="row-odd"><td>time_range_support</td>
115
+<td>boolean</td>
116
+<td>support search time range</td>
117
+</tr>
114
 </tbody>
118
 </tbody>
115
 </table>
119
 </table>
116
 </div>
120
 </div>
347
 <h3><a class="toc-backref" href="#id13">default</a><a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h3>
351
 <h3><a class="toc-backref" href="#id13">default</a><a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h3>
348
 <table border="1" class="docutils">
352
 <table border="1" class="docutils">
349
 <colgroup>
353
 <colgroup>
350
-<col width="13%" />
351
-<col width="87%" />
354
+<col width="15%" />
355
+<col width="85%" />
352
 </colgroup>
356
 </colgroup>
353
 <thead valign="bottom">
357
 <thead valign="bottom">
354
 <tr class="row-odd"><th class="head">result-parameter</th>
358
 <tr class="row-odd"><th class="head">result-parameter</th>
357
 </thead>
361
 </thead>
358
 <tbody valign="top">
362
 <tbody valign="top">
359
 <tr class="row-even"><td>url</td>
363
 <tr class="row-even"><td>url</td>
360
-<td>string, which is representing the url of the result</td>
364
+<td>string, url of the result</td>
361
 </tr>
365
 </tr>
362
 <tr class="row-odd"><td>title</td>
366
 <tr class="row-odd"><td>title</td>
363
-<td>string, which is representing the title of the result</td>
367
+<td>string, title of the result</td>
364
 </tr>
368
 </tr>
365
 <tr class="row-even"><td>content</td>
369
 <tr class="row-even"><td>content</td>
366
-<td>string, which is giving a general result-text</td>
370
+<td>string, general result-text</td>
367
 </tr>
371
 </tr>
368
 <tr class="row-odd"><td>publishedDate</td>
372
 <tr class="row-odd"><td>publishedDate</td>
369
-<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>
373
+<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
370
 </tr>
374
 </tr>
371
 </tbody>
375
 </tbody>
372
 </table>
376
 </table>
376
 <p>to use this template, the parameter</p>
380
 <p>to use this template, the parameter</p>
377
 <table border="1" class="docutils">
381
 <table border="1" class="docutils">
378
 <colgroup>
382
 <colgroup>
379
-<col width="11%" />
380
-<col width="89%" />
383
+<col width="13%" />
384
+<col width="87%" />
381
 </colgroup>
385
 </colgroup>
382
 <thead valign="bottom">
386
 <thead valign="bottom">
383
 <tr class="row-odd"><th class="head">result-parameter</th>
387
 <tr class="row-odd"><th class="head">result-parameter</th>
389
 <td>is set to <code class="docutils literal"><span class="pre">images.html</span></code></td>
393
 <td>is set to <code class="docutils literal"><span class="pre">images.html</span></code></td>
390
 </tr>
394
 </tr>
391
 <tr class="row-odd"><td>url</td>
395
 <tr class="row-odd"><td>url</td>
392
-<td>string, which is representing the url to the result site</td>
396
+<td>string, url to the result site</td>
393
 </tr>
397
 </tr>
394
 <tr class="row-even"><td>title</td>
398
 <tr class="row-even"><td>title</td>
395
-<td>string, which is representing the title of the result <em>(partly implemented)</em></td>
399
+<td>string, title of the result <em>(partly implemented)</em></td>
396
 </tr>
400
 </tr>
397
 <tr class="row-odd"><td>content</td>
401
 <tr class="row-odd"><td>content</td>
398
 <td><em>(partly implemented)</em></td>
402
 <td><em>(partly implemented)</em></td>
399
 </tr>
403
 </tr>
400
 <tr class="row-even"><td>publishedDate</td>
404
 <tr class="row-even"><td>publishedDate</td>
401
-<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>
405
+<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>
402
 </tr>
406
 </tr>
403
 <tr class="row-odd"><td>img_src</td>
407
 <tr class="row-odd"><td>img_src</td>
404
-<td>string, which is representing the url to the result image</td>
408
+<td>string, url to the result image</td>
405
 </tr>
409
 </tr>
406
 <tr class="row-even"><td>thumbnail_src</td>
410
 <tr class="row-even"><td>thumbnail_src</td>
407
-<td>string, which is representing the url to a small-preview image</td>
411
+<td>string, url to a small-preview image</td>
408
 </tr>
412
 </tr>
409
 </tbody>
413
 </tbody>
410
 </table>
414
 </table>
413
 <h3><a class="toc-backref" href="#id15">videos</a><a class="headerlink" href="#videos" title="Permalink to this headline">¶</a></h3>
417
 <h3><a class="toc-backref" href="#id15">videos</a><a class="headerlink" href="#videos" title="Permalink to this headline">¶</a></h3>
414
 <table border="1" class="docutils">
418
 <table border="1" class="docutils">
415
 <colgroup>
419
 <colgroup>
416
-<col width="13%" />
417
-<col width="87%" />
420
+<col width="15%" />
421
+<col width="85%" />
418
 </colgroup>
422
 </colgroup>
419
 <thead valign="bottom">
423
 <thead valign="bottom">
420
 <tr class="row-odd"><th class="head">result-parameter</th>
424
 <tr class="row-odd"><th class="head">result-parameter</th>
426
 <td>is set to <code class="docutils literal"><span class="pre">videos.html</span></code></td>
430
 <td>is set to <code class="docutils literal"><span class="pre">videos.html</span></code></td>
427
 </tr>
431
 </tr>
428
 <tr class="row-odd"><td>url</td>
432
 <tr class="row-odd"><td>url</td>
429
-<td>string, which is representing the url of the result</td>
433
+<td>string, url of the result</td>
430
 </tr>
434
 </tr>
431
 <tr class="row-even"><td>title</td>
435
 <tr class="row-even"><td>title</td>
432
-<td>string, which is representing the title of the result</td>
436
+<td>string, title of the result</td>
433
 </tr>
437
 </tr>
434
 <tr class="row-odd"><td>content</td>
438
 <tr class="row-odd"><td>content</td>
435
 <td><em>(not implemented yet)</em></td>
439
 <td><em>(not implemented yet)</em></td>
436
 </tr>
440
 </tr>
437
 <tr class="row-even"><td>publishedDate</td>
441
 <tr class="row-even"><td>publishedDate</td>
438
-<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>
442
+<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
439
 </tr>
443
 </tr>
440
 <tr class="row-odd"><td>thumbnail</td>
444
 <tr class="row-odd"><td>thumbnail</td>
441
-<td>string, which is representing the url to a small-preview image</td>
445
+<td>string, url to a small-preview image</td>
442
 </tr>
446
 </tr>
443
 </tbody>
447
 </tbody>
444
 </table>
448
 </table>
447
 <h3><a class="toc-backref" href="#id16">torrent</a><a class="headerlink" href="#torrent" title="Permalink to this headline">¶</a></h3>
451
 <h3><a class="toc-backref" href="#id16">torrent</a><a class="headerlink" href="#torrent" title="Permalink to this headline">¶</a></h3>
448
 <table border="1" class="docutils">
452
 <table border="1" class="docutils">
449
 <colgroup>
453
 <colgroup>
450
-<col width="10%" />
451
-<col width="90%" />
454
+<col width="12%" />
455
+<col width="88%" />
452
 </colgroup>
456
 </colgroup>
453
 <tbody valign="top">
457
 <tbody valign="top">
454
 <tr class="row-odd"><td>result-parameter</td>
458
 <tr class="row-odd"><td>result-parameter</td>
455
 <td>information</td>
459
 <td>information</td>
456
 </tr>
460
 </tr>
457
 <tr class="row-even"><td>template</td>
461
 <tr class="row-even"><td>template</td>
458
-<td>is set to <code class="docutils literal"><span class="pre">`torrent.html`</span></code></td>
462
+<td>is set to <code class="docutils literal"><span class="pre">torrent.html</span></code></td>
459
 </tr>
463
 </tr>
460
 <tr class="row-odd"><td>url</td>
464
 <tr class="row-odd"><td>url</td>
461
-<td>string, which is representing the url of the result</td>
465
+<td>string, url of the result</td>
462
 </tr>
466
 </tr>
463
 <tr class="row-even"><td>title</td>
467
 <tr class="row-even"><td>title</td>
464
-<td>string, which is representing the title of the result</td>
468
+<td>string, title of the result</td>
465
 </tr>
469
 </tr>
466
 <tr class="row-odd"><td>content</td>
470
 <tr class="row-odd"><td>content</td>
467
-<td>string, which is giving a general result-text</td>
471
+<td>string, general result-text</td>
468
 </tr>
472
 </tr>
469
 <tr class="row-even"><td>publishedDate</td>
473
 <tr class="row-even"><td>publishedDate</td>
470
-<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>
474
+<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>
471
 </tr>
475
 </tr>
472
 <tr class="row-odd"><td>seed</td>
476
 <tr class="row-odd"><td>seed</td>
473
 <td>int, number of seeder</td>
477
 <td>int, number of seeder</td>
482
 <td>int, number of files</td>
486
 <td>int, number of files</td>
483
 </tr>
487
 </tr>
484
 <tr class="row-odd"><td>magnetlink</td>
488
 <tr class="row-odd"><td>magnetlink</td>
485
-<td>string, which is the <a class="reference external" href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">magnetlink</a> of the result</td>
489
+<td>string, <a class="reference external" href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">magnetlink</a> of the result</td>
486
 </tr>
490
 </tr>
487
 <tr class="row-even"><td>torrentfile</td>
491
 <tr class="row-even"><td>torrentfile</td>
488
-<td>string, which is the torrentfile of the result</td>
492
+<td>string, torrentfile of the result</td>
489
 </tr>
493
 </tr>
490
 </tbody>
494
 </tbody>
491
 </table>
495
 </table>
494
 <h3><a class="toc-backref" href="#id17">map</a><a class="headerlink" href="#map" title="Permalink to this headline">¶</a></h3>
498
 <h3><a class="toc-backref" href="#id17">map</a><a class="headerlink" href="#map" title="Permalink to this headline">¶</a></h3>
495
 <table border="1" class="docutils">
499
 <table border="1" class="docutils">
496
 <colgroup>
500
 <colgroup>
497
-<col width="16%" />
498
-<col width="84%" />
501
+<col width="19%" />
502
+<col width="81%" />
499
 </colgroup>
503
 </colgroup>
500
 <thead valign="bottom">
504
 <thead valign="bottom">
501
 <tr class="row-odd"><th class="head">result-parameter</th>
505
 <tr class="row-odd"><th class="head">result-parameter</th>
504
 </thead>
508
 </thead>
505
 <tbody valign="top">
509
 <tbody valign="top">
506
 <tr class="row-even"><td>url</td>
510
 <tr class="row-even"><td>url</td>
507
-<td>string, which is representing the url of the result</td>
511
+<td>string, url of the result</td>
508
 </tr>
512
 </tr>
509
 <tr class="row-odd"><td>title</td>
513
 <tr class="row-odd"><td>title</td>
510
-<td>string, which is representing the title of the result</td>
514
+<td>string, title of the result</td>
511
 </tr>
515
 </tr>
512
 <tr class="row-even"><td>content</td>
516
 <tr class="row-even"><td>content</td>
513
-<td>string, which is giving a general result-text</td>
517
+<td>string, general result-text</td>
514
 </tr>
518
 </tr>
515
 <tr class="row-odd"><td>publishedDate</td>
519
 <tr class="row-odd"><td>publishedDate</td>
516
-<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>
520
+<td><a class="reference external" href="https://docs.python.org/2/library/datetime.html#datetime-objects">datetime.datetime</a>, time of publish</td>
517
 </tr>
521
 </tr>
518
 <tr class="row-even"><td>latitude</td>
522
 <tr class="row-even"><td>latitude</td>
519
 <td>latitude of result (in decimal format)</td>
523
 <td>latitude of result (in decimal format)</td>
537
 <td>name of object</td>
541
 <td>name of object</td>
538
 </tr>
542
 </tr>
539
 <tr class="row-odd"><td>address.road</td>
543
 <tr class="row-odd"><td>address.road</td>
540
-<td>street adress of object</td>
544
+<td>street name of object</td>
541
 </tr>
545
 </tr>
542
 <tr class="row-even"><td>address.house_number</td>
546
 <tr class="row-even"><td>address.house_number</td>
543
 <td>house number of object</td>
547
 <td>house number of object</td>

+ 1
- 1
index.html View File

51
 <li>No user tracking</li>
51
 <li>No user tracking</li>
52
 <li>No user profiling</li>
52
 <li>No user profiling</li>
53
 <li>About 70 supported search engines</li>
53
 <li>About 70 supported search engines</li>
54
-<li>Easy intergration with any search engines</li>
54
+<li>Easy integration with any search engine</li>
55
 <li>Cookies are not used by default</li>
55
 <li>Cookies are not used by default</li>
56
 <li>Secure, encrypted connections (HTTPS/SSL)</li>
56
 <li>Secure, encrypted connections (HTTPS/SSL)</li>
57
 <li>Hosted by organisations, such as La Quadrature du Net, which promote digital rights</li>
57
 <li>Hosted by organisations, such as La Quadrature du Net, which promote digital rights</li>