forked from jacobandresen/now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·45 lines (27 loc) · 1.1 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
2009, Jacob Andresen <jacob.andresen@gmail.com>
2009, Johan Bäckstrom <johbac@gmail.com>
Yase lets you crawl webpages and put them into a database where you can search them.
Currently the serverside crawler and indexer jobs runs pr account via php on the command line.
To use yase in its present form you will need to know how to use the command line in linux or cygwin and you will also need to be able to operate the mysql server.
dependencies:
-------------
php: http://php.net
mysql: http://mysql.com
xpdf: http://foolabs.com/xpdf/
make sure that the binaries from php,mysql and xpdf are available on your PATH before running the yase serverside account scripts.
installation:
-------------
load ./data/tables.sql into mysql
configure ./classes/Global.php for your mysql user
setup an account in ./account/
usage:
------
call yase.php from an embedded iframe on your webpage
see http://pedant.dk/projekter/yase/ for an example.
Feedback:
---------
Please report bugs at :
http://yase.lighthouseapp.com
License:
--------
released under GPL3 . Commercial licenses are available upon request.