This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
forked from beniz/seeks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
73 lines (52 loc) · 2.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Seeks is a websearch proxy and collaborative distributed tool for websearch.
Visit http://www.seeks-project.info for more information on the project.
----------------------------------------------------------------------------
1. Content
Seeks code provides:
- a web proxy,
- a websearch meta search engine that aggregates results and ranks them
based on consensus.
- a plugin system and a set of default plugins, including websearch and
ad blocking plugins.
- a P2P collaborative filter that enables decentralized collaborative
searching and sharing.
----------------------------------------------------------------------------
2. Installation
Dependencies:
- libcurl
- libxml2
- libpcre
- tokyo cabinet
- protocol buffers
- libevent (optional, 2.x preferred)
- opencv (optional)
- docbook2x-man (optionnal)
From the root directory, run
./autogen.sh
./configure
make
Compilation options can be listed with ./configure --help
----------------------------------------------------------------------------
3. Running Seeks
This is an early version of Seeks, it is recommended your run it from the
repository you compiled it from.
cd src
./seeks
see ./seeks --help for options.
For example, by default seeks does not run as a daemon. If you would like
to have it so, run ./seeks --daemon
Other important options can be modified in the configuration file, src/config
By default, seeks runs as proxy on the local machine (127.0.0.1) on port 8250.
If you would like to change it, do it in the configuration file, src/config
Once started, to use seeks, tell your web browser to connect to the Internet
through seeks' web proxy.
----------------------------------------------------------------------------
4. Troubleshooting
Seeks is young, so it is likely there are bugs. However, before all, be
sure to read the faq and user manuals, respectively at:
https://github.com/beniz/seeks/wiki/FAQ
https://github.com/beniz/seeks/wiki/User-Manual
To report bugs, please use the interface here :
https://github.com/beniz/seeks/issues
For discussion and getting more immediate help, join us on irc,
channel #seeks on irc.freenode.net