소스 검색

uncapitalize searx in templates

Noémi Ványi 8 년 전
부모
커밋
4bd44cd98f

+ 6
- 6
searx/templates/courgette/about.html 파일 보기

@@ -6,20 +6,20 @@
6 6
 
7 7
     <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users.
8 8
     </p>
9
-    <h2>Why use Searx?</h2>
9
+    <h2>Why use searx?</h2>
10 10
     <ul>
11
-        <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
12
-        <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
13
-        <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
11
+        <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
12
+        <li>searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
13
+        <li>searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
14 14
     </ul>
15 15
     <p>If you do care about privacy, want to be a conscious user, or otherwise believe
16
-    in digital freedom, make Searx your default search engine or run it on your own server</p>
16
+    in digital freedom, make searx your default search engine or run it on your own server</p>
17 17
 
18 18
 <h2>Technical details - How does it work?</h2>
19 19
 
20 20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
21 21
 inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
22
-It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests.<br />
22
+It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
23 23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
24 24
 </p>
25 25
 

+ 1
- 1
searx/templates/courgette/base.html 파일 보기

@@ -2,7 +2,7 @@
2 2
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}>
3 3
     <head>
4 4
         <meta charset="UTF-8" />
5
-        <meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
5
+        <meta name="description" content="searx - a privacy-respecting, hackable metasearch engine" />
6 6
         <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
7 7
         <meta name="generator" content="searx/{{ searx_version }}">
8 8
         <meta name="referrer" content="no-referrer">

+ 6
- 6
searx/templates/default/about.html 파일 보기

@@ -6,20 +6,20 @@
6 6
 
7 7
     <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users.
8 8
     </p>
9
-    <h2>Why use Searx?</h2>
9
+    <h2>Why use searx?</h2>
10 10
     <ul>
11
-        <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
12
-        <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
13
-        <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
11
+        <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
12
+        <li>searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
13
+        <li>searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
14 14
     </ul>
15 15
     <p>If you do care about privacy, want to be a conscious user, or otherwise believe
16
-    in digital freedom, make Searx your default search engine or run it on your own server</p>
16
+    in digital freedom, make searx your default search engine or run it on your own server</p>
17 17
 
18 18
 <h2>Technical details - How does it work?</h2>
19 19
 
20 20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
21 21
 inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
22
-It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if Searx used from the search bar it performs GET requests.<br />
22
+It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
23 23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
24 24
 </p>
25 25
 

+ 1
- 1
searx/templates/default/base.html 파일 보기

@@ -2,7 +2,7 @@
2 2
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}>
3 3
     <head>
4 4
         <meta charset="UTF-8" />
5
-        <meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
5
+        <meta name="description" content="searx - a privacy-respecting, hackable metasearch engine" />
6 6
         <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
7 7
         <meta name="generator" content="searx/{{ searx_version }}">
8 8
         <meta name="referrer" content="no-referrer">

+ 6
- 6
searx/templates/oscar/about.html 파일 보기

@@ -7,20 +7,20 @@
7 7
 
8 8
     <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users.
9 9
     </p>
10
-    <h2>Why use Searx?</h2>
10
+    <h2>Why use searx?</h2>
11 11
     <ul>
12
-        <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
13
-        <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
14
-        <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
12
+        <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
13
+        <li>searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
14
+        <li>searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
15 15
     </ul>
16 16
     <p>If you do care about privacy, want to be a conscious user, or otherwise believe
17
-    in digital freedom, make Searx your default search engine or run it on your own server</p>
17
+    in digital freedom, make searx your default search engine or run it on your own server</p>
18 18
 
19 19
 <h2>Technical details - How does it work?</h2>
20 20
 
21 21
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
22 22
 inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
23
-It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests.<br />
23
+It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
24 24
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
25 25
 </p>
26 26
 

+ 1
- 1
searx/templates/oscar/base.html 파일 보기

@@ -2,7 +2,7 @@
2 2
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}>
3 3
 <head>
4 4
     <meta charset="UTF-8" />
5
-    <meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
5
+    <meta name="description" content="searx - a privacy-respecting, hackable metasearch engine" />
6 6
     <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
7 7
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 8
     <meta name="generator" content="searx/{{ searx_version }}">

+ 6
- 6
searx/templates/pix-art/about.html 파일 보기

@@ -5,20 +5,20 @@
5 5
 
6 6
     <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users.
7 7
     </p>
8
-    <h2>Why use Searx?</h2>
8
+    <h2>Why use searx?</h2>
9 9
     <ul>
10
-        <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
11
-        <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
12
-        <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
10
+        <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
11
+        <li>searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li>
12
+        <li>searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li>
13 13
     </ul>
14 14
     <p>If you do care about privacy, want to be a conscious user, or otherwise believe
15
-    in digital freedom, make Searx your default search engine or run it on your own server</p>
15
+    in digital freedom, make searx your default search engine or run it on your own server</p>
16 16
 
17 17
 <h2>Technical details - How does it work?</h2>
18 18
 
19 19
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
20 20
 inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
21
-It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if Searx used from the search bar it performs GET requests.<br />
21
+It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
22 22
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
23 23
 </p>
24 24
 

+ 1
- 1
searx/templates/pix-art/base.html 파일 보기

@@ -2,7 +2,7 @@
2 2
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}>
3 3
     <head>
4 4
         <meta charset="UTF-8" />
5
-        <meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
5
+        <meta name="description" content="searx - a privacy-respecting, hackable metasearch engine" />
6 6
         <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
7 7
         <meta name="generator" content="searx/{{ searx_version }}">
8 8
         <meta name="referrer" content="no-referrer">

+ 1
- 1
searx/templates/pix-art/index.html 파일 보기

@@ -1,7 +1,7 @@
1 1
 {% extends "pix-art/base.html" %}
2 2
 {% block content %}
3 3
 <div class="center">
4
-    <div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="Searx Logo"/></h1></div>
4
+    <div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="searx Logo"/></h1></div>
5 5
     {% include 'pix-art/search.html' %}
6 6
     <p class="top_margin">
7 7
         <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>

+ 1
- 1
searx/templates/pix-art/results.html 파일 보기

@@ -8,7 +8,7 @@
8 8
 {% block title %}{{ q }} - {% endblock %}
9 9
 {% block meta %}{% endblock %}
10 10
 {% block content %}
11
-<div id="logo"><a href="./"><img src="{{ url_for('static', filename='img/searx-pixel-small.png') }}" alt="Searx Logo"/></a></div>
11
+<div id="logo"><a href="./"><img src="{{ url_for('static', filename='img/searx-pixel-small.png') }}" alt="searx Logo"/></a></div>
12 12
 <div class="preferences_container right"><a href="{{ url_for('preferences') }}" id="preferences"><span>preferences</span></a></div>
13 13
 <div class="small search center">
14 14
     {% include 'pix-art/search.html' %}

+ 1
- 1
tests/robot/test_basic.robot 파일 보기

@@ -11,7 +11,7 @@ Front page
11 11
 
12 12
 About page
13 13
     Click Element  link=about
14
-    Page Should Contain  Why use Searx?
14
+    Page Should Contain  Why use searx?
15 15
     Page Should Contain Element  link=search engines
16 16
 
17 17
 Preferences page