summaryrefslogtreecommitdiff
path: root/searx/templates/simple
AgeCommit message (Collapse)Author
2019-11-24add seedpeer againMarc Abonce Seguin
2019-10-22[fix] preserve bangs in correctionsMarc Abonce Seguin
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2019-08-02[enh] Add timeout limit per request (#1640)Alexandre Flament
The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵Dalf
themes accordingly.
2019-04-09use instance_name for page titleb_b
related to #1025
2019-01-07[fix] Remove markup errors in simple template preferences fileÉtienne Deparis
2019-01-07Remove forgotten white spaces in templates/simple/preferences.htmlÉtienne Deparis
2018-08-14simple theme updateAlex
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result
2017-12-12revert changin about to searx docsNoémi Ványi
2017-12-12add links to footers of oscar and simple themesNoémi Ványi
Links: * Source code * Issue tracker * List of public instances Closes #1071
2017-12-08[fix] use proper encoding with both py2/3 - closes #1094Adam Tauber
2017-10-18Remove / in url_for parameter for simple themeHypolite Petovan
Same change as with the oscar theme.
2017-09-08[fix] static path fixed in templates and webapp, line endings fixedmisnyo
2017-08-12[fix] fix no_results.html template of the simple themeAlexandre Flament
2017-08-08[fix] add missing no_results.html template to simple themeAdam Tauber
2017-08-06[enh] add simple theme (WIP)Alexandre Flament