<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/static/themes/oscar/src/less/pointhi/oscar.less, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/'/>
<entry>
<title>[theme] delete static/themes/oscar and templates/oscar</title>
<updated>2022-04-30T11:20:27+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2022-04-30T06:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=ad1aca682318657955369b1f2cb28a86bc25394c'/>
<id>ad1aca682318657955369b1f2cb28a86bc25394c</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;

 templates/oscar#	gelöscht:       searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;

 templates/oscar#	gelöscht:       searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] infinite_scroll as preference</title>
<updated>2022-02-20T21:58:51+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2022-01-23T10:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=56e34947a6368e6154064c52fa23d21ecda7ab4c'/>
<id>56e34947a6368e6154064c52fa23d21ecda7ab4c</id>
<content type='text'>
* oscar theme: code from searx/plugins/infinite_scroll.py
* simple theme: new implementation

Co-authored-by: Markus Heiser &lt;markus.heiser@darmarIT.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* oscar theme: code from searx/plugins/infinite_scroll.py
* simple theme: new implementation

Co-authored-by: Markus Heiser &lt;markus.heiser@darmarIT.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] Oscar theme: fix input field on Safari</title>
<updated>2021-09-19T20:00:59+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-09-17T15:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=2cc6301c98caf561dda77c7929c3f5f455a69312'/>
<id>2cc6301c98caf561dda77c7929c3f5f455a69312</id>
<content type='text'>
close #323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #323
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] make oscar theme more CSP compliant - col-checkbox</title>
<updated>2021-09-07T06:24:48+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-09-07T06:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=222031e975bc428b77a00878776744f3de884ca9'/>
<id>222031e975bc428b77a00878776744f3de884ca9</id>
<content type='text'>
Add col-checkbox in::

    searx/static/themes/oscar/src/less/preferences.less

Replaced style in file::

    searx/templates/oscar/preferences.html

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add col-checkbox in::

    searx/static/themes/oscar/src/less/preferences.less

Replaced style in file::

    searx/templates/oscar/preferences.html

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] make oscar theme more CSP compliant - default-image-style</title>
<updated>2021-09-07T06:20:30+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-09-06T13:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=9d106ae972f0d5ae72d2e7cd5fae28c4d56deb14'/>
<id>9d106ae972f0d5ae72d2e7cd5fae28c4d56deb14</id>
<content type='text'>
Add default-image-style in::

    searx/static/themes/oscar/src/less/result_templates.less

Replaced style= in files::

    ./oscar/result_templates/default.html:19:        &lt;img src="{{ image_proxify(result.img_src or result.thumbnail) }}" title="{{ result.title|striptags }}" style="width: auto; max-height: 60px; min-height: 60px;" class="col-xs-2 col-sm-4 col-md-4 result-content"&gt;
    ./oscar/result_templates/files.html:24:&lt;img src="{{ image_proxify(result.img_src) }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" style="width: auto; max-height: 60px; min-height: 60px;" class="col-xs-2 col-sm-4 col-md-4 result-content"&gt;

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add default-image-style in::

    searx/static/themes/oscar/src/less/result_templates.less

Replaced style= in files::

    ./oscar/result_templates/default.html:19:        &lt;img src="{{ image_proxify(result.img_src or result.thumbnail) }}" title="{{ result.title|striptags }}" style="width: auto; max-height: 60px; min-height: 60px;" class="col-xs-2 col-sm-4 col-md-4 result-content"&gt;
    ./oscar/result_templates/files.html:24:&lt;img src="{{ image_proxify(result.img_src) }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" style="width: auto; max-height: 60px; min-height: 60px;" class="col-xs-2 col-sm-4 col-md-4 result-content"&gt;

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] make result template map more CSP compliant - simple &amp; oscar</title>
<updated>2021-09-06T09:08:50+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-09-05T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=ad528c706efb46b415e460838f4562241a2d10ba'/>
<id>ad528c706efb46b415e460838f4562241a2d10ba</id>
<content type='text'>
Add osm-map-box in::

    searx/static/themes/__common__/less/result_templates.less

Replaced sty= in files::

    ./oscar/result_templates/map.html:64:        &lt;div style="height:300px; width:100%; margin: 10px 0;" id="osm-map-{{ index }}"&gt;&lt;/div&gt;
    ./simple/result_templates/map.html:65:    &lt;div id="result-map-{{ index }}" class="invisible"&gt;&lt;div id="osm-map-{{ index }}" style="height:300px; width:100%; margin: 10px 0;" &gt;&lt;/div&gt;&lt;/div&gt;

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add osm-map-box in::

    searx/static/themes/__common__/less/result_templates.less

Replaced sty= in files::

    ./oscar/result_templates/map.html:64:        &lt;div style="height:300px; width:100%; margin: 10px 0;" id="osm-map-{{ index }}"&gt;&lt;/div&gt;
    ./simple/result_templates/map.html:65:    &lt;div id="result-map-{{ index }}" class="invisible"&gt;&lt;div id="osm-map-{{ index }}" style="height:300px; width:100%; margin: 10px 0;" &gt;&lt;/div&gt;&lt;/div&gt;

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] make themes.all update pygments*.less</title>
<updated>2021-06-22T06:15:11+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-06-18T14:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d20f6a1f19a34e4c2cd872fea7c92910a59b88b0'/>
<id>d20f6a1f19a34e4c2cd872fea7c92910a59b88b0</id>
<content type='text'>
Add a searx/static/themes/*/src/generated empty folder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a searx/static/themes/*/src/generated empty folder
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] make /stats more CSP compliant - bar graph</title>
<updated>2021-05-17T15:41:22+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-05-16T11:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=cdfb4b7ff9829cb9048b573f7f1775dc8029f75a'/>
<id>cdfb4b7ff9829cb9048b573f7f1775dc8029f75a</id>
<content type='text'>
Replace bar graph's *styles* (see below) by CSP compliant implementation in
``searx/static/themes/__common__/less/stats.less`` ::

    ./simple/stats.html:49: &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./simple/stats.html:57: &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./simple/stats.html:58: &lt;span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:50:  &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:58:  &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:59:  &lt;span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"&gt;&lt;/span&gt;{{- "" -}}

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace bar graph's *styles* (see below) by CSP compliant implementation in
``searx/static/themes/__common__/less/stats.less`` ::

    ./simple/stats.html:49: &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./simple/stats.html:57: &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./simple/stats.html:58: &lt;span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:50:  &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:58:  &lt;span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"&gt;&lt;/span&gt;{{- "" -}}
    ./oscar/stats.html:59:  &lt;span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"&gt;&lt;/span&gt;{{- "" -}}

Reported-by: https://github.com/searxng/searxng/issues/57
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] new_issue.html: drop inline style attributes (CSP conformance)</title>
<updated>2021-04-28T14:22:37+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-04-28T14:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=70cc196e2d933a9a458ec43bf81d8475a57b26df'/>
<id>70cc196e2d933a9a458ec43bf81d8475a57b26df</id>
<content type='text'>
Inline styles are blocked by default with Content Security Policy (CSP).  Move
the inline styles from 'new_issue.html' to::

    searx/static/themes/__common__/less/new_issue.less

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inline styles are blocked by default with Content Security Policy (CSP).  Move
the inline styles from 'new_issue.html' to::

    searx/static/themes/__common__/less/new_issue.less

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] oscar: /preferences , engines tab: report engine times</title>
<updated>2021-04-21T14:24:46+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-04-14T16:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7cfd8d900a9d828e5fbbcb5df65ffedbf11a5a0f'/>
<id>7cfd8d900a9d828e5fbbcb5df65ffedbf11a5a0f</id>
<content type='text'>
* display the median time instead of the average.
* add a "Reliability" column (sum up the metrics and the checker results).
* the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* display the median time instead of the average.
* add a "Reliability" column (sum up the metrics and the checker results).
* the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail.
</pre>
</div>
</content>
</entry>
</feed>
