<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/searx/static/themes/simple/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>[mod] simple theme: move source files to the src directory</title>
<updated>2021-06-16T10:38:06+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-06-16T07:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=6b80c57a3c04d6be37ae3c880f7e269fc362b107'/>
<id>6b80c57a3c04d6be37ae3c880f7e269fc362b107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] make simple/result_templates/map.html more CSP compliant [1]</title>
<updated>2021-06-09T16:08:23+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-06-09T15:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=12af3b39db32c08fc0a2c85440a5070b3c48df0d'/>
<id>12af3b39db32c08fc0a2c85440a5070b3c48df0d</id>
<content type='text'>
[1] 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>
[1] 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] openstreetmap - fix some minor whitespace &amp; indentation issues</title>
<updated>2021-06-09T16:08:23+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-06-09T15:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=bf10b4a857f6a24e5623d626cb446b6fa23485c2'/>
<id>bf10b4a857f6a24e5623d626cb446b6fa23485c2</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] openstreetmap / map template: improve results</title>
<updated>2021-06-09T16:08:23+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-06-04T07:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=c75425655fdadf9554b97ae0309a6181acd34ce3'/>
<id>c75425655fdadf9554b97ae0309a6181acd34ce3</id>
<content type='text'>
implements ideas described in #69

* update the engine
* use wikidata
* update map.html template
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implements ideas described in #69

* update the engine
* use wikidata
* update map.html template
</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>[fix] simple theme - remove no longer used stats.less file</title>
<updated>2021-04-28T13:42:08+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-04-28T13:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7f2dc530b266c4fa14ebb556cc196237e1d16eec'/>
<id>7f2dc530b266c4fa14ebb556cc196237e1d16eec</id>
<content type='text'>
File searx/static/themes/simple/less/stats.less is not used (imported) in any
other less file.  I can't say when it's usage was dropped or if it has ever been
used.  ATM this file is without any usage.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File searx/static/themes/simple/less/stats.less is not used (imported) in any
other less file.  I can't say when it's usage was dropped or if it has ever been
used.  ATM this file is without any usage.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[upd] ./manage pyenv.cmd searx_extra/update/update_pygments.py</title>
<updated>2021-04-26T17:11:58+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-04-26T17:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=6b92e8c6fd0d95b81f051ef73936292eba94aba5'/>
<id>6b92e8c6fd0d95b81f051ef73936292eba94aba5</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] /stats: simple theme implementation</title>
<updated>2021-04-24T04:58:49+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-04-23T09:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=7032f7521c344592dc68f89027c98cdec46d7055'/>
<id>7032f7521c344592dc68f89027c98cdec46d7055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issues from review</title>
<updated>2021-04-21T16:49:13+00:00</updated>
<author>
<name>Alexandre Flament</name>
<email>alex@al-f.net</email>
</author>
<published>2021-04-21T16:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=baff1cbbab8a72155823c3186971a5f56d7a92f2'/>
<id>baff1cbbab8a72155823c3186971a5f56d7a92f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
