summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
2020-06-26Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-25[fix] add label/info to Time range search and Language - #350Adam Tauber
2020-06-25[fix] make "Advanced settings" openable and usable with keyboard - #350Adam Tauber
2020-06-25[fix] change lang attribute of the html to match the current locale - #350Adam Tauber
2020-06-25[fix] connect selects and inputs programmatically on the preferences page - #350Adam Tauber
2020-06-25[fix] use scope attribute to describe properties in the engine preferences tableAdam Tauber
2020-06-25[fix] indicate too high max time by e.g. icon not only by colourAdam Tauber
2020-06-25[fix] do not use h1 element for the logoAdam Tauber
2020-06-25[fix] remove redundant alt texts from images in Videos, Social Media and ↵Adam Tauber
Music results - #350
2020-06-25Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-23[enh] make checkboxes in preferences accessible using keyboard - #350Adam Tauber
2020-06-23[fix] remove alt text which doesnt add extra info - #350Adam Tauber
2020-06-19Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-18[enh] update opensearch.xml to match major search engines opensearch.xmlAdam Tauber
2020-06-16Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-15[fix] add missing template fileAdam Tauber
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-10Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-09[enh] add official site link to the top of the infobox - closes #1644Adam Tauber
2020-06-09[enh] add length and author details to youtube videosAdam Tauber
closes #775
2020-06-09[enh] add routing directions to osm search - closes #254Adam Tauber
2020-06-09Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-09[fix] add link to wikidata entities in infobox - fixes #1097Adam Tauber
2020-06-09[enh] add subscribe link to rss results - closes #468Adam Tauber
2020-06-09[enh] add engine names to results as classes - closes #670Adam Tauber
2020-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2020-06-03[enh] add shortcut column to search engines table in preferences - fixes #230Adam Tauber
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into about-opensearchMarkus Heiser
2020-05-31Merge pull request #1978 from kvch/fix-rtl-in-oscarAdam Tauber
Fix Farsi language in Oscar && adjust tables with RTL
2020-05-31Fix Farsi language in Oscar && adjust tables with RTLNoémi Ványi
2020-05-31add disable all and allow all engines button to Oscar preferencesNoémi Ványi
2020-05-27Add autofocus to all search inputsresynth1943
2020-05-12[fix] about page- 'How to set as the default search engine?'Markus Heiser
Searx supports OpenSearch, remove the inline JS from the about page. close: https://github.com/asciimoo/searx/issues/1949 close: https://github.com/asciimoo/searx/issues/1616 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-31[fix] template: fix typo in about.htmlDalf
2020-03-26Minor improvements of the HTML *about* pageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26Rewrite of the HTL *about* pageMarkus Heiser
The *about* page should only address higher-level issues that are important to each user. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26brands: hardcode ISSUE_URL and some links on the about-pageMarkus Heiser
A *brand* of searx is a fork which might have its own design and some special functions which might bee reasonable in a special context. In this sense, the fork might have its own documentation but not its own issue tracker. The *upstream* of a brand is always https://github.com/asciimoo from where the brand-fork pulls the master branch regularly. A fork which has its own issue tracker is a spin-off and out of the scope of the searx project itself. The conclusion is: - hard code ISSUE_URL (in the Makefile) - always refer to DOCS_URL - links in the about page refer to the *upstream* (searx project) except DOCS_URL - "fork me on github" ribbons refer to the *upstream* Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25brands: add ISSUE_URLMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25[fix] brands: add variables from build env to jinja templatingMarkus Heiser
We have some variables in the build environment which are also needed in the templating process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-23[enh] add clear search button to oscar theme - fixes #454Adam Tauber
2020-03-13[fix] add answers, suggestions, corrections to rss outputAdam Tauber
fixes #1888
2020-02-14[mod] move public instance list to https://searx.spaceDalf
2020-02-08[enh] introduce private enginesNoémi Ványi
This PR adds a new setting to engines named `tokens`. It expects a list of tokens which lets searx validate if the request should be accepted or not.
2019-12-22[Fix] oscar: no HTML escaping prior to outputVipul
When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649
2019-12-22[Fix] oscar: move info box at top of the pageVipul
In low width devices like mobile, tablet etc, info box is present at bottom of the page. This change addresses the issue by rearranging column grids for low width devices and move side bar at top of the page. See - https://getbootstrap.com/docs/3.3/css/#grid-column-ordering. - and Searx issue tracker (issue#1777), for more information. Effect: Along with Info, Suggestion and Link boxes also move to top of the page. Resolves: #1777
2019-12-10theme: oscar - remove dust (comes from PR #1671 implementation)Markus Heiser
was inadvertently included in the commit [1] [1] https://github.com/asciimoo/searx/commit/f34ac58752b3857468d01c79d7bc3409e8b03fe3#diff-0243d1c24e9981002156cc87cc10bd53R103 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-10theme: oscar - add accesskey to input tagsMarkus Heiser
l - language field s - search field t - time range field The way to activate the accesskey depends on the browser and its platform [1] [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-10theme: oscar - fix auto-submit on language seletionMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-10theme: oscar - tidy up trailing whitespaces and tab usageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-10Merge branch 'master' of https://github.com/asciimoo/searx into dos2unixMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>