mirror of
https://github.com/JeremyRand/YaCyIndexerGreasemonkey
synced 2024-11-24 06:05:45 +00:00
Update README.md
This commit is contained in:
parent
58e4f3265c
commit
b1fd728b88
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,12 +1,18 @@
|
||||||
YaCyIndexerGreasemonkey
|
YaCyIndexerGreasemonkey
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/).
|
This is a Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/). It has the advantage over YaCy's proxy server that it can index pages with cookies, and (in many case) pages with query strings, without leaking private data. It can also crawl visited pages with a depth other than 0 (something YaCy's proxy does not support).
|
||||||
|
|
||||||
Installation (Basic)
|
Installation (Basic)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
If you want to use the default settings (crawl depth 1), just view the yacy_indexer.user.js file in GitHub and click the "Raw" link. Greasemonkey should prompt you to install the script.
|
First off, if you haven't installed [YaCy](http://yacy.net/en/index.html), you should do that first.
|
||||||
|
|
||||||
|
You should also install Greasemonkey in Firefox, or a compatible add-on depending on your browser.
|
||||||
|
|
||||||
|
Finally, just view the yacy_indexer.user.js file in GitHub and click the "Raw" link. Greasemonkey should prompt you to install the script.
|
||||||
|
|
||||||
|
If you want to use the default settings (crawl depth 1), you're done! Otherwise, see the next section.
|
||||||
|
|
||||||
Installation (Custom Settings)
|
Installation (Custom Settings)
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Reference in a new issue