searx/searx/static/themes/oscar
Frank de Lange e4e8e6da4c Add image format and source information to display (#1567)
Add image format and source information to display - needs changes to engines to actually display something. 

Displays result.source (website from which the image was taken) and result.img_format (image type and size).

Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes.

Strip <span class="highlight">...</span> in the oscar image template.
2019-08-06 09:31:24 +02:00
..
css Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00
img [enh] add invidious engine. (#1657) 2019-08-02 13:25:25 +02:00
js Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00
less Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
README.rst [fix] filename strip 2015-01-01 18:06:51 +01:00
gruntfile.js [enh] add dark version of oscar/logicodev 2017-12-05 22:05:19 +01:00
package.json Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00

README.rst

install dependencies
~~~~~~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``npm install``

compile sources
~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``grunt``

or in the root directory:

``make grunt``