Skip to content

engel/yase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Introduction

Yase lets you crawl webpages and put them into a database where you can search them.

#dependencies

make sure that the binaries from php,mysql and xpdf are available on your PATH before running the yase serverside account scripts.

#installation load the following files into mysql:

  • ./sql/settings.sql
  • ./sql/index.sql

configure ./classes/YASE/Global.php for your mysql user include ./classes/YASE/Framework.php in your code

insert relevant information into user and account tables (TODO: create interface for this)

#notes to index large files then you will need to alter the max mem settings for php and the max packet size for mysql

#usage

crawl+index setup a cronjob using cron/job.php for your account

search call yase.php from an embedded iframe on your webpage

#License released under GPL3 . Commercial licenses are available upon request.

About

Yet another Search Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors