searxng/searx/static/themes/oscar
Cqoicebordel 4a195e0b28 Integrated media in results + Deezer Engine
New "embedded" item for the results, allow to give an iframe to display the media directly in the results.
Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked.

Deezer engine based on public API (no key).
2015-01-05 02:04:23 +01:00
..
css [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
fonts [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
img [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
js Integrated media in results + Deezer Engine 2015-01-05 02:04:23 +01:00
less [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
gruntfile.js [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
package.json [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

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