mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 21:31:01 +00:00
e4e8e6da4c
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. |
||
---|---|---|
.. | ||
css | ||
img | ||
js | ||
less | ||
.gitignore | ||
gruntfile.js | ||
package.json | ||
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