searxng/docs/dev
Martin Fischer 132917ff42 [fix] remove js_dependencies & css_dependencies
Previously plugins could declare js_dependencies and css_dependencies
which in theory would then be embedded in the page by themes.

Practically this does not make sense when you have multiple themes
since the JS & CSS needs to be written with a specific theme in mind
in order to support it.

Which is also why js_dependencies and css_dependencies was actually only
used by the Oscar theme and ignored by the Simple theme because the
Simple theme doesn't bundle jQuery and has a slightly different page
markup.

This commit removes this broken feature and also moves the *.js files in
searx/static/plugins/js/ to searx/static/themes/oscar/src/js/plugins
(where they actually belong).

The oscar-specific CSS is now simply injected via the oscar-specific JS.

Fixes #769.
2022-01-20 12:11:10 +01:00
..
searxng_extra [docs] add documentation for the scripts in searxng_extra/update 2022-01-05 16:09:40 +01:00
contribution_guide.rst [brand] docs - normalize project name to SearXNG 2021-09-13 14:36:24 +02:00
csv_table.txt docs: reST-primer describe table markup (WIP) 2019-12-20 20:39:14 +01:00
engine_overview.rst [brand] docs - normalize project name to SearXNG 2021-09-13 14:36:24 +02:00
hello.dot doc: add content to reST primer (WIP) // linuxdoc 2019-12-19 23:36:53 +01:00
index.rst [docs] move searxng_extra/ stuff to the developer section. 2022-01-03 10:20:54 +01:00
lxcdev.rst [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
makefile.rst [fix] typo 'test.sh' in the docs/dev/makefile.rst to 'test.shell' 2022-01-18 12:30:32 +01:00
offline_engines.rst [brand] docs - normalize project name to SearXNG 2021-09-13 14:36:24 +02:00
plugins.rst [fix] remove js_dependencies & css_dependencies 2022-01-20 12:11:10 +01:00
quickstart.rst [mod] live build of a theme: LIVE_THEME=simple make run 2021-12-29 21:53:12 +01:00
reST.rst reference docs.searxng.org 2022-01-02 21:18:29 +01:00
search_api.rst [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
svg_image.svg doc: add content to reST primer (WIP) // linuxdoc 2019-12-19 23:36:53 +01:00
translation.rst [translations] ./manage rename shell functions to integrate weblate 2021-08-16 12:06:12 +02:00
translation.svg [fix] translation: lock weblate only when there is an actual change of messages.pot 2021-09-06 17:16:51 +02:00