20 KiB
wikidata.org/wiki/{{about.wikidata_id}}
{%- endif -%} {%- if search_engine.enable_http %}{{ icon_big('exclamation-sign', 'No HTTPS') }}{{ _('No HTTPS')}}
{% endif -%} {%- if reliabilities.get(search_engine.name, {}).errors or reliabilities.get(search_engine.name, {}).checker -%} {{ _('View error logs and submit a bug report') -}} {%- endif -%}{{ _('Median') }}: {{ stats[engine_name].time }}
{{- "" -}}{{ _('P80') }}: {{ stats[engine_name].rate80 }}
{{- "" -}}{{ _('P95') }}: {{ stats[engine_name].rate95 }}
{{- "" -}}{{ _("Failed checker test(s): ") }} {{ ', '.join(checker_result) }}
{%- endif -%} {%- if errors %}{{ _('Errors:') }}
{% endif -%} {%- for error in errors -%}{{ error }}
{{- "" -}} {%- endfor -%}{{ _('Preferences') }}
{{ tabs_open() }} {{ tab_header('maintab', 'general', _('General'), True) }} {% if 'categories' not in locked_preferences %} {{ _('Default categories') }} {% set display_tooltip = false %} {% include 'simple/categories.html' %} {% endif %} {% if 'language' not in locked_preferences %} {{ _('Search language') }}{{- '' -}} {{- '' -}} {{ _('Default language') }} [all] {{ _('Auto-detect') }} [auto] {%- for sxng_tag,lang_name,country_name,english_name,flag in sxng_locales | sort(attribute=1) -%} {% if flag %}{{ flag }} {% endif%} {{- lang_name }} {% if country_name %} - {{ country_name }} {% endif %} [{{sxng_tag}}] {%- endfor -%} {{- '' -}}
- {%- for backend in autocomplete_backends -%} {{ backend }} {%- endfor -%}
{{ _('Strict') }} {{ _('Moderate') }} {{ _('None') }}
{{ _('Filter content') }}
{% endif %} {{ plugin_preferences('general') }} {% if 'doi_resolver' not in locked_preferences %} {{ _('Open Access DOI resolver') }}{%- for doi_resolver_name,doi_resolver_url in doi_resolvers.items() -%} {{- doi_resolver_name }} - {{ doi_resolver_url -}} {%- endfor -%}
{% endif %} {{ _('Engine tokens') }}
{{ _('Access tokens for private engines') }}
{{ tab_footer() }} {{ tab_header('maintab', 'ui', _('User interface')) }} {% if 'locale' not in locked_preferences %} {{ _('Interface language') }}{%- for locale_id,locale_name in locales.items() | sort -%} {{ locale_name }} {%- endfor -%}
{%- for name in themes -%} {{ name }} {%- endfor -%}
{%- for name in ['auto', 'light', 'dark'] -%} {{ _(name) }} {%- endfor -%}
{{ _('On') }} {{ _('Off')}}
{{ _('On') }} {{ _('Off')}}
{{ _('On') }} {{ _('Off')}}
POST GET
{{ _('Enabled') }} {{ _('Disabled') }}
{{ _('Enabled') }} {{ _('Disabled') }}
{{ _('Currently used search engines') }}
{{ tabs_open() }} {% set ns = namespace(checked=true) %} {% for categ in categories_as_tabs + [OTHER_CATEGORY] %} {{ tab_header('enginetab', 'category' + categ, _(categ), ns.checked )}} {% set ns.checked = false %} {% if categ == OTHER_CATEGORY %}{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}
{% endif %}{{ _("Allow") }} | {{ _("Engine name") }} | {{ _("Shortcut") }} | {{ _("Supports selected language") }} | {{ _("SafeSearch") }} | {{ _("Time range") }} | {{ _("Response time") }} | {{ _("Max time") }} | {{ _("Reliability") }} |
---|---|---|---|---|---|---|---|---|
{{_(group)}} | ||||||||
{{ checkbox_onoff(engine_id, (search_engine.name, categ) in disabled_engines) }} | {% if search_engine.enable_http %}{{ icon_big('warning', 'No HTTPS') }}{% endif -%} {{- engine_about(search_engine) -}} | {{ shortcuts[search_engine.name] }} | {{ checkbox(None, supports[search_engine.name]['supports_selected_language'], true) }} | {{ checkbox(None, supports[search_engine.name]['safesearch'], true) }} | {{ checkbox(None, supports[search_engine.name]['time_range_support'], true) }} | {{ search_engine.timeout }} |
{{ _('Allow') }} | {{ _('Keywords') }} | {{ _('Name') }} | {{ _('Description') }} | {{ _('Examples') }} |
---|---|---|---|---|
{{ _("This is the list of SearXNG's instant answering modules.") }} | ||||
{{ answerer.keywords|join(', ') }} | {{ answerer.info.name }} | {{ answerer.info.description }} | {{ answerer.info.examples|join(', ') }} | |
{{ _('This is the list of plugins.') }} | ||||
{{- checkbox_onoff('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}} | {{ plugin.query_keywords|join(', ') }} | {{ _(plugin.name) }} | {{ _(plugin.description) }} | {{ plugin.query_examples }} |
{{- "" -}}
{{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
{{- "" -}}
{{- _('With that list, you can assess SearXNG transparency.') }}
{{- "" -}}
{{ _('Cookie name') }} | {{ _('Value') }} |
---|---|
{{ cookie }} | {{ cookies[cookie] }} |
{{ _('Search URL of the currently saved preferences') }} :
{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}
{{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}
{{ _('URL to restore your preferences in another browser') }} :
{{ url_for('preferences', _external=True) }}?preferences={{ preferences_url_params|e }}&save=1
{{ _('Specifying custom settings in the preferences URL can be used to sync preferences across devices.') }}
{{ tab_footer() }} {{ tabs_close() }}{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }}
{{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}