mirror of https://github.com/searxng/searxng.git
Compare commits
No commits in common. "ddd380fc063119e7e6103aaa7db222363cfb2fee" and "fc389f009d6da7f9d897c0b1ff50ef906866046f" have entirely different histories.
ddd380fc06
...
fc389f009d
|
@ -348,10 +348,6 @@ the parameter ``template`` must be set to the desired type.
|
||||||
- :py:class:`datetime <datetime.datetime>`
|
- :py:class:`datetime <datetime.datetime>`
|
||||||
- last publication date
|
- last publication date
|
||||||
|
|
||||||
* - type
|
|
||||||
- :py:class:`str`
|
|
||||||
- short description of medium type, e.g. *book*, *pdf* or *html* ...
|
|
||||||
|
|
||||||
* - authors
|
* - authors
|
||||||
- :py:class:`List <list>`\ [\ :py:class:`str`\ ]
|
- :py:class:`List <list>`\ [\ :py:class:`str`\ ]
|
||||||
- list of authors of the work (authors with a "s")
|
- list of authors of the work (authors with a "s")
|
||||||
|
|
|
@ -413,7 +413,7 @@ engines:
|
||||||
engine: crossref
|
engine: crossref
|
||||||
shortcut: cr
|
shortcut: cr
|
||||||
timeout: 30
|
timeout: 30
|
||||||
disabled: true
|
disable: true
|
||||||
|
|
||||||
- name: yep
|
- name: yep
|
||||||
engine: json_engine
|
engine: json_engine
|
||||||
|
|
Loading…
Reference in New Issue