Name |
Age |
|---|---|
| bin/ | 14 years ago |
| configs/ | 14 years ago |
| controllers/ | 14 years ago |
| css/ | 14 years ago |
| data/ | 14 years ago |
| examples/ | 14 years ago |
| lib/ | 14 years ago |
| locale/ | 14 years ago |
| models/ | 14 years ago |
| resources/ | 16 years ago |
| scripts/ | 14 years ago |
| tests/ | 14 years ago |
| views/ | 14 years ago |
| .gitignore | 15 years ago |
| INSTALL | 14 years ago |
| LICENSE | 14 years ago |
| README | 14 years ago |
| blog.php | 14 years ago |
| bot.php | 14 years ago |
| favicon.ico | 16 years ago |
| index.php | 14 years ago |
| privacy.php | 14 years ago |
| robots.txt | 14 years ago |
| yioopbar.xml | 15 years ago |
SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer
Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org
http://www.seekquarry.com/
LICENSE:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The Yioop search engine consists of five main scripts:
fetcher.php - used to download batches of urls provided the queue_server. queue_server.php - maintains a queue of urls that are going to be scheduled to be seen. It also keeps track of what has been seen and robots.txt info. Its last responsibility is to create the index_archive that is used by the search front end.
arc_tool.php - an auxiliary script used to view the contents of a web or index archive from the command line
query_tool.php - an auxiliary script used to query an index from the command line
index.php -- a search engine web page. It is also used to handle message passing between the fetchers (multiple machines can act as fetchers) and the queue_server.
You can download the SeekQuarry search engine from http://www.seekquarry.com/
The Yioop search engine requires Apache and PHP. It was developed under Apache 2.2, PHP 5.3, and the sqlite3 built into PHP.
The source code is mainly due to Chris Pollett. Other contributors include: Ravi Dhillon, Priya Gangaraju, Nakul Natu, Vijaya Pamidi, Vijeth Patil, Tarun Pepira, and Shawn Tice. Several people helped with localization: My wife, Mary Pollett, Jonathan Ben-David, Sujata Dongre, Animesh Dutta, Youn Kim, Akshat Kukreti, Chao-Hsin Shih and Sugi Widjaja.
Please see the INSTALL file
Please check out seekquarry.com