summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/navbar.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-03-13Various change on PR 930Alexandre Flament
2022-03-12[mod] replace /help by /info pages and include pages in project docsMarkus Heiser
This patch implements a bolierplate to share content from info-pages of the SearXNG instance (URL /info) with the project documentation (path /docs/user). The info pages are using Markdown (CommonMark), to include them in the project documentation (reST) the myst-parser [1] is used in the Sphinx-doc build chain. If base_url is known (defined in settings.yml) links to the instance are also inserted into the project documentation:: searxng_extra/docs_prebuild [1] https://www.sphinx-doc.org/en/master/usage/markdown.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-05[enh] avoid /about redirect in template linksMartin Fischer
2021-09-30SearXNG: oscar themeAlexandre Flament
2019-12-10[mod] tidy oscar HTML outputDalf
2017-01-26[enh] make navbar smallerNoémi Ványi
2016-11-01[fix] menu without js - closes #747Adam Tauber
2016-02-27[enh] settings option to change instance name - closes #450Adam Tauber
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2014-10-05oscar template: update translation filesThomas Pointhuber
2014-10-05initial commit of the new template 'oscar'Thomas Pointhuber
* base.html mostly implemented * stats.html implemented * about.html implemented * most of preferences.html implemented * using bootstrap.js