瀏覽代碼

generated files of parent

Noemi Vanyi 8 年之前
父節點
當前提交
a8244e2d96
共有 6 個文件被更改,包括 47 次插入42 次删除
  1. 2
    0
      _sources/dev/install/installation.txt
  2. 12
    9
      _sources/index.txt
  3. 22
    22
      dev/install/installation.html
  4. 9
    9
      index.html
  5. 1
    1
      searchindex.js
  6. 1
    1
      user/search_syntax.html

+ 2
- 0
_sources/dev/install/installation.txt 查看文件

@@ -1,3 +1,5 @@
1
+.. _installation:
2
+
1 3
 Installation
2 4
 ============
3 5
 

+ 12
- 9
_sources/index.txt 查看文件

@@ -1,22 +1,25 @@
1 1
 Welcome to searx
2 2
 ================
3 3
 
4
-Searx is a free software internet metasearch engine which aggregates results from more than 70 engines, while not storing information about its users. Searx does not track or profile its users, nor does it share its users' data with third parties. Additionally, searx can be used over Tor for online anonymity.
4
+Search without being tracked.
5 5
 
6
+Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
7
+
8
+Get started with searx by using one of the `public instances`_. If you don't trust anyone, you can set up your own, see :ref:`installation`.
9
+
10
+.. _public instances: https://github.com/asciimoo/searx/wiki/Searx-instances
6 11
 
7 12
 Features
8 13
 --------
9 14
 
10 15
  - Self hosted
11
- - Does not track its users
12
- - Does not share its users data with third parties
13
- - Does not use cookies by default
14
- - Does not profile its users
15
- - Does not collect its users data
16
- - Offers secure, encrypted connections (HTTPS/SSL)
17
- - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
16
+ - No user tracking
17
+ - No user profiling
18 18
  - About 70 supported search engines
19
- - Easy intergration with any search engine
19
+ - Easy intergration with any search engines
20
+ - Cookies are not used by default
21
+ - Secure, encrypted connections (HTTPS/SSL)
22
+ - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
20 23
 
21 24
 
22 25
 User documentation

+ 22
- 22
dev/install/installation.html 查看文件

@@ -40,7 +40,7 @@
40 40
           <div class="body" role="main">
41 41
             
42 42
   <div class="section" id="installation">
43
-<h1><a class="toc-backref" href="#id2">Installation</a><a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
43
+<span id="id1"></span><h1><a class="toc-backref" href="#id3">Installation</a><a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
44 44
 <p>Step by step installation for Debian/Ubuntu with virtualenv.</p>
45 45
 <p>Source: <a class="reference external" href="https://about.okhin.fr/posts/Searx/">https://about.okhin.fr/posts/Searx/</a> with some additions</p>
46 46
 <p>How to: <a class="reference external" href="https://www.reddit.com/r/privacytoolsIO/comments/366kvn/how_to_setup_your_own_privacy_respecting_search/">Setup searx in a couple of hours with a free SSL
@@ -48,24 +48,24 @@ certificate</a></p>
48 48
 <div class="contents topic" id="contents">
49 49
 <p class="topic-title first">Contents</p>
50 50
 <ul class="simple">
51
-<li><a class="reference internal" href="#installation" id="id2">Installation</a><ul>
52
-<li><a class="reference internal" href="#basic-installation" id="id3">Basic installation</a></li>
53
-<li><a class="reference internal" href="#configuration" id="id4">Configuration</a></li>
54
-<li><a class="reference internal" href="#check" id="id5">Check</a></li>
55
-<li><a class="reference internal" href="#uwsgi" id="id6">uwsgi</a></li>
56
-<li><a class="reference internal" href="#web-server" id="id7">Web server</a><ul>
57
-<li><a class="reference internal" href="#with-nginx" id="id8">with nginx</a></li>
58
-<li><a class="reference internal" href="#with-apache" id="id9">with apache</a></li>
51
+<li><a class="reference internal" href="#installation" id="id3">Installation</a><ul>
52
+<li><a class="reference internal" href="#basic-installation" id="id4">Basic installation</a></li>
53
+<li><a class="reference internal" href="#configuration" id="id5">Configuration</a></li>
54
+<li><a class="reference internal" href="#check" id="id6">Check</a></li>
55
+<li><a class="reference internal" href="#uwsgi" id="id7">uwsgi</a></li>
56
+<li><a class="reference internal" href="#web-server" id="id8">Web server</a><ul>
57
+<li><a class="reference internal" href="#with-nginx" id="id9">with nginx</a></li>
58
+<li><a class="reference internal" href="#with-apache" id="id10">with apache</a></li>
59 59
 </ul>
60 60
 </li>
61
-<li><a class="reference internal" href="#how-to-update" id="id10">How to update</a></li>
62
-<li><a class="reference internal" href="#docker" id="id11">Docker</a></li>
61
+<li><a class="reference internal" href="#how-to-update" id="id11">How to update</a></li>
62
+<li><a class="reference internal" href="#docker" id="id12">Docker</a></li>
63 63
 </ul>
64 64
 </li>
65 65
 </ul>
66 66
 </div>
67 67
 <div class="section" id="basic-installation">
68
-<h2><a class="toc-backref" href="#id3">Basic installation</a><a class="headerlink" href="#basic-installation" title="Permalink to this headline">¶</a></h2>
68
+<h2><a class="toc-backref" href="#id4">Basic installation</a><a class="headerlink" href="#basic-installation" title="Permalink to this headline">¶</a></h2>
69 69
 <p>For Ubuntu, be sure to have enable universe repository.</p>
70 70
 <p>Install packages:</p>
71 71
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">git</span> <span class="n">build</span><span class="o">-</span><span class="n">essential</span> <span class="n">libxslt</span><span class="o">-</span><span class="n">dev</span> <span class="n">python</span><span class="o">-</span><span class="n">dev</span> <span class="n">python</span><span class="o">-</span><span class="n">virtualenv</span> <span class="n">python</span><span class="o">-</span><span class="n">pybabel</span> <span class="n">zlib1g</span><span class="o">-</span><span class="n">dev</span> <span class="n">libffi</span><span class="o">-</span><span class="n">dev</span> <span class="n">libssl</span><span class="o">-</span><span class="n">dev</span>
@@ -88,14 +88,14 @@ certificate</a></p>
88 88
 </div>
89 89
 </div>
90 90
 <div class="section" id="configuration">
91
-<h2><a class="toc-backref" href="#id4">Configuration</a><a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
91
+<h2><a class="toc-backref" href="#id5">Configuration</a><a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
92 92
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sed</span> <span class="o">-</span><span class="n">i</span> <span class="o">-</span><span class="n">e</span> <span class="s">&quot;s/ultrasecretkey/`openssl rand -hex 16`/g&quot;</span> <span class="n">searx</span><span class="o">/</span><span class="n">settings</span><span class="o">.</span><span class="n">yml</span>
93 93
 </pre></div>
94 94
 </div>
95 95
 <p>Edit searx/settings.yml if necessary.</p>
96 96
 </div>
97 97
 <div class="section" id="check">
98
-<h2><a class="toc-backref" href="#id5">Check</a><a class="headerlink" href="#check" title="Permalink to this headline">¶</a></h2>
98
+<h2><a class="toc-backref" href="#id6">Check</a><a class="headerlink" href="#check" title="Permalink to this headline">¶</a></h2>
99 99
 <p>Start searx:</p>
100 100
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">python</span> <span class="n">searx</span><span class="o">/</span><span class="n">webapp</span><span class="o">.</span><span class="n">py</span>
101 101
 </pre></div>
@@ -110,7 +110,7 @@ certificate</a></p>
110 110
 twice).</p>
111 111
 </div>
112 112
 <div class="section" id="uwsgi">
113
-<h2><a class="toc-backref" href="#id6">uwsgi</a><a class="headerlink" href="#uwsgi" title="Permalink to this headline">¶</a></h2>
113
+<h2><a class="toc-backref" href="#id7">uwsgi</a><a class="headerlink" href="#uwsgi" title="Permalink to this headline">¶</a></h2>
114 114
 <p>Install packages:</p>
115 115
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">uwsgi</span> <span class="n">uwsgi</span><span class="o">-</span><span class="n">plugin</span><span class="o">-</span><span class="n">python</span>
116 116
 </pre></div>
@@ -153,9 +153,9 @@ this content:</p>
153 153
 </div>
154 154
 </div>
155 155
 <div class="section" id="web-server">
156
-<h2><a class="toc-backref" href="#id7">Web server</a><a class="headerlink" href="#web-server" title="Permalink to this headline">¶</a></h2>
156
+<h2><a class="toc-backref" href="#id8">Web server</a><a class="headerlink" href="#web-server" title="Permalink to this headline">¶</a></h2>
157 157
 <div class="section" id="with-nginx">
158
-<h3><a class="toc-backref" href="#id8">with nginx</a><a class="headerlink" href="#with-nginx" title="Permalink to this headline">¶</a></h3>
158
+<h3><a class="toc-backref" href="#id9">with nginx</a><a class="headerlink" href="#with-nginx" title="Permalink to this headline">¶</a></h3>
159 159
 <p>If nginx is not installed (uwsgi will not work with the package
160 160
 nginx-light):</p>
161 161
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">nginx</span>
@@ -238,7 +238,7 @@ location @searx {
238 238
 </div>
239 239
 </div>
240 240
 <div class="section" id="with-apache">
241
-<h3><a class="toc-backref" href="#id9">with apache</a><a class="headerlink" href="#with-apache" title="Permalink to this headline">¶</a></h3>
241
+<h3><a class="toc-backref" href="#id10">with apache</a><a class="headerlink" href="#with-apache" title="Permalink to this headline">¶</a></h3>
242 242
 <p>Add wsgi mod:</p>
243 243
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">libapache2</span><span class="o">-</span><span class="n">mod</span><span class="o">-</span><span class="n">uwsgi</span>
244 244
 <span class="n">sudo</span> <span class="n">a2enmod</span> <span class="n">uwsgi</span>
@@ -259,8 +259,8 @@ change <code class="docutils literal"><span class="pre">&lt;Location</span> <spa
259 259
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">sudo</span> <span class="o">/</span><span class="n">etc</span><span class="o">/</span><span class="n">init</span><span class="o">.</span><span class="n">d</span><span class="o">/</span><span class="n">apache2</span> <span class="n">restart</span>
260 260
 </pre></div>
261 261
 </div>
262
-<div class="section" id="id1">
263
-<h4>disable logs<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h4>
262
+<div class="section" id="id2">
263
+<h4>disable logs<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h4>
264 264
 <p>For better privacy you can disable Apache logs.</p>
265 265
 <p>WARNING: not tested</p>
266 266
 <p>WARNING: you can only disable logs for the whole (virtual) server not
@@ -277,7 +277,7 @@ for a specific path.</p>
277 277
 </div>
278 278
 </div>
279 279
 <div class="section" id="how-to-update">
280
-<h2><a class="toc-backref" href="#id10">How to update</a><a class="headerlink" href="#how-to-update" title="Permalink to this headline">¶</a></h2>
280
+<h2><a class="toc-backref" href="#id11">How to update</a><a class="headerlink" href="#how-to-update" title="Permalink to this headline">¶</a></h2>
281 281
 <div class="code sh highlight-default"><div class="highlight"><pre><span class="n">cd</span> <span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">local</span><span class="o">/</span><span class="n">searx</span>
282 282
 <span class="n">sudo</span> <span class="o">-</span><span class="n">u</span> <span class="n">searx</span> <span class="o">-</span><span class="n">i</span>
283 283
 <span class="o">.</span> <span class="o">./</span><span class="n">searx</span><span class="o">-</span><span class="n">ve</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">activate</span>
@@ -290,7 +290,7 @@ for a specific path.</p>
290 290
 </div>
291 291
 </div>
292 292
 <div class="section" id="docker">
293
-<h2><a class="toc-backref" href="#id11">Docker</a><a class="headerlink" href="#docker" title="Permalink to this headline">¶</a></h2>
293
+<h2><a class="toc-backref" href="#id12">Docker</a><a class="headerlink" href="#docker" title="Permalink to this headline">¶</a></h2>
294 294
 <p>Make sure you have installed Docker. For instance, you can deploy searx like this:</p>
295 295
 <div class="code sh highlight-default"><div class="highlight"><pre>docker pull wonderfall/searx
296 296
 docker run -d --name searx -p $PORT:8888 wonderfall/searx

+ 9
- 9
index.html 查看文件

@@ -40,21 +40,21 @@
40 40
             
41 41
   <div class="section" id="welcome-to-searx">
42 42
 <h1>Welcome to searx<a class="headerlink" href="#welcome-to-searx" title="Permalink to this headline">¶</a></h1>
43
-<p>Searx is a free software internet metasearch engine which aggregates results from more than 70 engines, while not storing information about its users. Searx does not track or profile its users, nor does it share its users&#8217; data with third parties. Additionally, searx can be used over Tor for online anonymity.</p>
43
+<p>Search without being tracked.</p>
44
+<p>Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.</p>
45
+<p>Get started with searx by using one of the <a class="reference external" href="https://github.com/asciimoo/searx/wiki/Searx-instances">public instances</a>. If you don&#8217;t trust anyone, you can set up your own, see <a class="reference internal" href="dev/install/installation.html#installation"><span class="std std-ref">Installation</span></a>.</p>
44 46
 <div class="section" id="features">
45 47
 <h2>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h2>
46 48
 <blockquote>
47 49
 <div><ul class="simple">
48 50
 <li>Self hosted</li>
49
-<li>Does not track its users</li>
50
-<li>Does not share its users data with third parties</li>
51
-<li>Does not use cookies by default</li>
52
-<li>Does not profile its users</li>
53
-<li>Does not collect its users data</li>
54
-<li>Offers secure, encrypted connections (HTTPS/SSL)</li>
55
-<li>Hosted by organisations, such as La Quadrature du Net, which promote digital rights</li>
51
+<li>No user tracking</li>
52
+<li>No user profiling</li>
56 53
 <li>About 70 supported search engines</li>
57
-<li>Easy intergration with any search engine</li>
54
+<li>Easy intergration with any search engines</li>
55
+<li>Cookies are not used by default</li>
56
+<li>Secure, encrypted connections (HTTPS/SSL)</li>
57
+<li>Hosted by organisations, such as La Quadrature du Net, which promote digital rights</li>
58 58
 </ul>
59 59
 </div></blockquote>
60 60
 </div>

+ 1
- 1
searchindex.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
user/search_syntax.html 查看文件

@@ -25,7 +25,7 @@
25 25
     <script type="text/javascript" src="../_static/doctools.js"></script>
26 26
     <link rel="top" title="searx 0.9.0 documentation" href="../index.html" />
27 27
     <link rel="next" title="Installation" href="../dev/install/installation.html" />
28
-    <link rel="prev" title="Privacy-respecting free metasearch engine" href="../index.html" />
28
+    <link rel="prev" title="Welcome to searx" href="../index.html" />
29 29
    
30 30
   
31 31
   <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />