asciimoo преди 11 години
родител
ревизия
a1d15c3076
променени са 1 файла, в които са добавени 13 реда и са изтрити 5 реда
  1. 13
    5
      README.md

+ 13
- 5
README.md Целия файл

@@ -11,8 +11,16 @@ Minimalist web interface to different search engines.
11 11
 
12 12
 ### Installation
13 13
 
14
-*   install dependencies: `pip install -r requirements.txt`
15
-*   clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
16
-*   create a config file: `cp searx.conf_sample search.conf`
17
-*   edit your config (set your `secret_key`!)
18
-*   run `python searx/webapp.py` to start the application
14
+* install dependencies: `pip install -r requirements.txt`
15
+* clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
16
+* create a config file: `cp searx.conf_sample search.conf`
17
+* edit your config (set your `secret_key`!)
18
+* run `python searx/webapp.py` to start the application
19
+
20
+### TODO
21
+
22
+* Deduplicate results
23
+* Mores sophisticated result ordering
24
+* Better ui
25
+* Image search
26
+* Language support