Ben Collerson 78a87caa0f [fix] make autofocus configurable (#1984) (#3285) 2 anni fa
..
css 16d43fe8d4 [fix] keyboard hints for category tabs (#1187) (#3276) 2 anni fa
fonts 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 3 anni fa
img 062d589f86 [fix] xpath expressions to grap all items from bandcamp's response 3 anni fa
js 78a87caa0f [fix] make autofocus configurable (#1984) (#3285) 2 anni fa
src 16d43fe8d4 [fix] keyboard hints for category tabs (#1187) (#3276) 2 anni fa
.gitignore 6846402d73 .gitignore: make package-lock.json visible 4 anni fa
README.rst cb04d42806 [mod] oscar: update README.rst 3 anni fa
gruntfile.js 7a0fbdecc4 [enh] oscar: image thumbnail layout 3 anni fa
package.json 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 3 anni fa

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``

directory structure
~~~~~~~~~~~~~~~~~~~

see:

- gruntfile.js
- package.json

*************
css directory
*************

- ``bootstrap*``: bootstrap NPM package,
- ``leaflet.*``: leaflet NPM package
- ``leaflet.min.css``: minimized version of ``leaflet.css`` (see gruntfile.js)
- ``logicodev.*``: compiled from ``src/less/logicodev``
- ``logicodev-dark*``: compiled from ``src/less/logicodev-dark``
- ``pointhi*``: compiled from ``src/less/pointhi``
- ``images``: leaflet NPM package

**************
font directory
**************

- from bootstrap NPM package

************
js directory
************

- ``searx.*``: compiled from ``src/js``
- other files are from NPM packages

*************
img directory
*************

- images for the oscar theme