Markus Heiser
9100a48541
[mod] improve seekr engines and add documentation
...
Tis patch adds some more fields to the result items and changed paging to the
``nextResultSet`` given in seekr's JSON response.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-15 16:17:42 +02:00
ToxyFlog1627
f175574f37
[fix] typos in documentation & messages
2023-08-13 08:50:29 +02:00
Markus Heiser
905ce2a6f6
[doc] add tagesschau API to the debveloper documentation
...
supplement to the commit e25d1c728
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-11 12:31:03 +02:00
Bnyro
224f2250ae
[feat] engine: support for lemmy communities, posts, comments and users
2023-08-10 12:58:40 +02:00
Markus Heiser
460bbe5b81
[mod] implement brave (WEB) engine to replace XPath configuration
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-08 16:21:45 +02:00
Markus Heiser
64100db904
[doc] improve documentation of make targets and ./manage script
...
BTW force modularization of the ./mange script into sub modules:
- utils/lib_sxng_data.sh
- utils/lib_sxng_node.sh
- utils/lib_sxng_static.sh
- utils/lib_sxng_test.sh
- utils/lib_sxng_themes.sh
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-06 19:37:12 +02:00
Markus Heiser
1d0abb7157
[doc] engine bt4g: add documentation to docs/dev/engines/online/
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-06 09:30:48 +02:00
Markus Heiser
db522cf76d
[mod] engine: wikimedia - improve results, add addition settings & doc
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-04 19:06:50 +02:00
Markus Heiser
1b030d4b41
[doc] engine: Yacy
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-03 19:58:51 +02:00
Markus Heiser
7aa95d2d52
[doc] engine piped: add documentation to docs/dev/engines/online/
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-08-03 16:23:36 +02:00
Paolo Basso
cada89ee36
[feat] engine: re-enables z-library (zlibrary-global.se)
...
- re-enables z-library as the new domain zlibrary-global.se is now available
from the open web. The announcement of the domain:
https://www.reddit.com/r/zlibrary/comments/13whe08/mod_note_zlibraryglobalse_domain_is_officially/
It is an official domain, it requires to log in to the "personal" subdomain
only to download files, but the search works.
- changes the result template of zlibrary to paper.html, filling the appropriate fields
- implements language filtering for zlibrary
- implement zlibrary custom filters (engine traits)
- refactor and document the zlibrary engine
2023-07-07 21:36:51 +02:00
Markus Heiser
5720844fcd
[doc] rearranges Settings & Engines docs for better readability
...
We have built up detailed documentation of the *settings* and the *engines* over
the past few years. However, this documentation was still spread over various
chapters and was difficult to navigate in its entirety.
This patch rearranges the Settings & Engines documentation for better
readability.
To review new ordered docs::
make docs.clean docs.live
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-07-01 22:45:19 +02:00
Markus Heiser
1f0fb3122d
[doc] code and sytle injection is not supported by the simple theme
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-06-13 11:57:40 +02:00
Markus Heiser
68a0e1bfc3
[doc] fix tyops in docs/dev/reST.rst
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-05-26 11:51:35 +02:00
Markus Heiser
c9833ded9f
[doc] update & fix documentation of the "SearXNG LXC suite"
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-05-21 18:12:39 +02:00
Markus Heiser
a5dad3b7c8
[doc] slightly reorder the chapters & improve TOCs for better navigation
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-04-16 15:21:26 +02:00
Markus Heiser
8f79dd7659
[doc] additional descriptions about categories & categories_as_tabs
...
Add missing documentation of PR [#634 ]. Related to checkbox "Document how to
categorize engines" in [#690 ].
Related:
- [#634 ] https://github.com/searxng/searxng/pull/634#issuecomment-1004757502
- [#690 ] https://github.com/searxng/searxng/issues/690
- https://github.com/searxng/searxng/issues/1604
- https://github.com/searxng/searxng/pull/1545
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-04-07 12:56:45 +02:00
Markus Heiser
6e5f22e558
[mod] replace engines_languages.json by engines_traits.json
...
Implementations of the *traits* of the engines.
Engine's traits are fetched from the origin engine and stored in a JSON file in
the *data folder*. Most often traits are languages and region codes and their
mapping from SearXNG's representation to the representation in the origin search
engine.
To load traits from the persistence::
searx.enginelib.traits.EngineTraitsMap.from_data()
For new traits new properties can be added to the class::
searx.enginelib.traits.EngineTraits
.. hint::
Implementation is downward compatible to the deprecated *supported_languages
method* from the vintage implementation.
The vintage code is tagged as *deprecated* an can be removed when all engines
has been ported to the *traits method*.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-03-24 10:37:42 +01:00
Markus Heiser
5820dc78ce
[doc] slight improvements to the doc of the settings (base_url)
...
Closes: https://github.com/searxng/searxng/issues/2190
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2023-02-17 12:08:58 +01:00
Alexandre Flament
a9d6f7532a
weblate: migration to https://translate.codeberg.org/
2023-01-21 15:45:12 +00:00
Alexandre Flament
a3148e5115
Merge pull request #1814 from return42/fix-typos
...
[fix] typos / reported by @kianmeng in searx PR-3366
2022-09-28 09:22:02 +02:00
Markus Heiser
ba8959ad7c
[fix] typos / reported by @kianmeng in searx PR-3366
...
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-09-27 18:32:14 +02:00
Markus Heiser
52023e3d6e
[fix] doc of the paper.html template (isbn, issn)
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-09-25 15:46:29 +02:00
Markus Heiser
f08165f524
[docs] add description of the field 'type' from paper.html template
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-09-24 10:56:07 +02:00
Alexandre Flament
d6446be38f
[mod] science category: various update of about PR 1705
2022-09-23 20:52:55 +02:00
Markus Heiser
08b8859705
[doc] paper.html result template
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-09-23 20:45:58 +02:00
Markus Heiser
ed8a169029
[doc] update documentation of the installation procedures
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-07-30 13:39:35 +02:00
Markus Heiser
782f73540e
[utils/searxng.sh] implement new script to install SearXNG
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-07-30 13:39:35 +02:00
Markus Heiser
5795c1971f
[fix] update documentation of Search-API (/dev)
...
This patch fixes a leftover from [#1548 ], the list of the plugins was not
up-to-date:
- HTTPS_rewrite has been removed (247c46c6b )
- DOAI_rewrite is named 'Open_Access_DOI_rewrite' (575159b )
[#1548 ] https://github.com/searxng/searxng/pull/1548
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-07-25 17:22:31 +02:00
Markus Heiser
eb85474920
[fix] update documentation of the Search-API (/dev)
...
Closes: https://github.com/searxng/searxng/issues/1541
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-07-24 20:15:03 +02:00
Markus Heiser
e8541b6006
[theme] peel out oscar from SearXNG development
...
This is the first step of removing oscar theme
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-04-30 13:20:27 +02:00
Markus Heiser
32a35b4654
[docs] improve settings.yml documentation (admin/engines/settings)
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-03-21 08:48:06 +01:00
Markus Heiser
b9cf3c82a1
[mod] add i18n infrastructure for SearXNG message files (searxng.msg)
...
With this patch ``searxng.msg`` files can be added to SearXNG. In
``searxng.msg`` files messages can be defined which are not captured by babel's
gettext, like the generic names of the categories or messages that are stored in
constants.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-03-16 09:55:53 +01:00
Markus Heiser
f910c0b3ee
[fix] typo 'test.sh' in the docs/dev/makefile.rst to 'test.shell'
...
make test.sh --> make test.shell
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-01-18 12:30:32 +01:00
Martin Fischer
160f3e022e
Merge pull request #683 from return42/fix-doc
...
Document & Pylint scripts in searxng_extra/update
2022-01-05 19:46:00 +01:00
Alexandre Flament
d3ecadd3f8
Merge pull request #679 from dalf/brand-searxng
...
searxng.org: update setup.py & settings.yml
2022-01-05 19:07:53 +01:00
Markus Heiser
ffea5d8ef5
[docs] add documentation for the scripts in searxng_extra/update
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-01-05 16:09:40 +01:00
Markus Heiser
00d3a7477c
Merge pull request #664 from return42/themes.live
...
[mod] manage: add themes.live command (rebuild on modification)
2022-01-04 19:44:51 +01:00
Markus Heiser
de819bb1f5
[docs] move searxng_extra/ stuff to the developer section.
...
Stuff in folder searxng_extra/ is not suitable for normal users and should only
be used by developers.
The script searxng_extra/standalone_searx.py must not give the impression that
it improves privacy. [1]
[1] https://github.com/searxng/searxng/pull/651#issuecomment-1001389726
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2022-01-03 10:20:54 +01:00
Alexandre Flament
76cbfbbdda
reference docs.searxng.org
2022-01-02 21:18:29 +01:00
Markus Heiser
c7f2740414
[mod] live build of a theme: LIVE_THEME=simple make run
...
Environment variable to get live builds while modifying CSS & JS of a theme::
LIVE_THEME=simple make run
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-12-29 21:53:12 +01:00
Markus Heiser
1dae0c0be0
[brand] SearXNG - docs rename links and fix documentation
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-11-18 18:27:26 +01:00
Markus Heiser
dc1442a2d1
[mod] Tools to install and maintain NVM versions manager for Node.js
...
[1] https://github.com/nvm-sh/nvm
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-11-16 23:31:11 +01:00
Markus Heiser
2b1252148d
[brand] SearXNG - nginx & apache searxng.conf, uwsgi searxng.conf
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-10-30 16:11:01 +02:00
Markus Heiser
a9fc4885f2
[brand] SearXNG - bash env SEARXNG_URL
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-10-30 16:11:01 +02:00
Markus Heiser
60edf2623d
[brand] SearXNG - reference /etc/searxng/settings.yml
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de >
2021-10-11 12:28:55 +00:00
Alexandre Flament
253b850376
SearXNG: SEARXNG_SETTINGS_PATH
2021-10-02 17:18:05 +02:00
Alexandre Flament
9e266ecad3
SearXNG: SEARX_BIND_ADDRESS
2021-10-02 16:58:09 +02:00
Alexandre Flament
6443ed7562
SearXNG: SEARXNG_PORT
2021-10-02 16:56:24 +02:00
Alexandre Flament
430babca25
SearXNG: environment variables
2021-10-02 16:54:11 +02:00