summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/macros.html
AgeCommit message (Collapse)Author
2022-04-30[theme] delete static/themes/oscar and templates/oscarMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
2022-04-07Revert "[fix] return correct favicon path"Émilien Devos
This fixes https://github.com/searxng/searxng/issues/1057 This reverts commit f99d109ceb0692d70e473b6f6eb6ab8c53bd5346.
2022-03-28[fix] return correct favicon pathAustin Huang
2021-05-04[mod] option to enable or disable "proxy" button next to each result (#54)Markus Heiser
* [mod] option to enable or disable "proxy" button next to each result Closes: https://github.com/searxng/searxng/issues/51 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Co-authored-by: Alexandre Flament <alex@al-f.net>
2021-04-22[enh] themes - add result.metadata to result sub headerMarkus Heiser
Signed-off-by: Markus Heiser <markus@darmarit.de>
2021-04-21[mod] oscar: /preferences , engines tab: report engine timesAlexandre Flament
* display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail.
2021-03-17[mod] oscar: remove spaceAlexandre Flament
* reduce by 15% the uncompressed output (on average) * dos2unix searx/templates/oscar/result_templates/files.html
2020-12-28[upd] update dependenciesAlexandre Flament
minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates
2020-12-09display if an engine does not support httpsNoémi Ványi
Closes #302
2020-11-30Add recoll engine (#2325)Noémi Ványi
recoll is a local search engine based on Xapian: http://www.lesbonscomptes.com/recoll/ By itself recoll does not offer web or API access, this can be achieved using recoll-webui: https://framagit.org/medoc92/recollwebui.git This engine uses a custom 'files' result template set `base_url` to the location where recoll-webui can be reached set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain
2020-10-25[enh] Add onions category with Ahmia, Not Evil and Torcha01200356
Xpath engine and results template changed to account for the fact that archive.org doesn't cache .onions, though some onion engines migth have their own cache. Disabled by default. Can be enabled by setting the SOCKS proxies to wherever Tor is listening and setting using_tor_proxy as True. Requires Tor and updating packages. To avoid manually adding the timeout on each engine, you can set extra_proxy_timeout to account for Tor's (or whatever proxy used) extra time.
2020-08-27fix selects in preferences so they look consistent (#2150)Marc Abonce Seguin
2020-06-28[fix] add aria labels to result links - #350Adam Tauber
2020-06-25[fix] connect selects and inputs programmatically on the preferences page - #350Adam Tauber
2020-06-23[enh] make checkboxes in preferences accessible using keyboard - #350Adam Tauber
2019-12-10[mod] tidy oscar HTML outputDalf
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2017-10-18Remove extra / in url_for parameter for oscar themeHypolite Petovan
The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons.
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
2017-09-08[fix] static path fixed in templates and webapp, line endings fixedmisnyo
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[fix] whitespaceAdam Tauber
2016-10-17[enh] add result proxy support - #707Adam Tauber
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-07redesign toggle button of engines && pluginsNoemi Vanyi
2016-06-27[fix] rtl result templateAdam Tauber
2016-06-26[fix] result url block selectionAdam Tauber
2016-06-26[enh] oscar theme redesign addedAdam Tauber
The original code made by @logico-dev (#559)
2015-10-03[mod] list all engines of a resultAdam Tauber
2015-04-26[enh] implements #264 : add rel="noreferrer" to external linksAlexandre Flament
2015-03-10[mod] checkbox macroAdam Tauber
2015-02-13Some RTL fixesCqoicebordel
- Pull the suggestions to the right in oscar - Add `&lrm;` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily.
2015-02-11Real fix for preferences in RTL *and* in LTRCqoicebordel
2015-02-11Preferences in the right order in RTLCqoicebordel
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-21Revert some wrong merge to allow torrents links to be visibleCqoicebordel
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
2014-12-22[enh] remove repeating codeparts inside the oscar templateThomas Pointhuber
2014-10-05oscar template: implement search input, index page,...Thomas Pointhuber