Name
Message
Author
Age
bin/Run codetool clean to get rid of trailing whitespaces, a=chrisChris Pollett11 years ago
configs/Run codetool clean to get rid of trailing whitespaces, a=chrisChris Pollett11 years ago
controllers/More careful checking of crawl time in fetch_controller.php, a=chrisChris Pollett11 years ago
css/Fixed all Issued suggested by Professor,epinapala11 years ago
data/Makeing sure database has latest changes, a=chrisChris Pollett11 years ago
examples/Adding documentation so that it can be parsed with phpDoc 2.0 without error, a=chrisChris Pollett12 years ago
lib/modify span versus div regex, a=chrisChris Pollett11 years ago
locale/Fixed all Issued suggested by Professor,epinapala11 years ago
models/Modify syntax of resource, a=chrisChris Pollett11 years ago
resources/Tweaking Eswara's UI, a=chrisChris Pollett11 years ago
scripts/Fixed all Issued suggested by Professor,epinapala11 years ago
tests/Trying to tweak getScheme to see if can stop crash in queue server robot processing, a=chrisChris Pollett11 years ago
views/Fixed all Issued suggested by Professor,epinapala11 years ago
.gitignoreMerge branch 'master' of /Applications/XAMPP/xamppfiles/htdocs/git/shawn_stuffChris Pollett14 years ago
INSTALLNot a checkoutable commit. This is a checkpoint in the process of adding missing documentation to Yioop and to including some of Sreenidhi's captcha code, a-chrisChris Pollett12 years ago
LICENSEMinor tweaks to the documentation of various files, a=chrisChris Pollett13 years ago
READMENot a checkoutable commit. This is a checkpoint in the process of adding missing documentation to Yioop and to including some of Sreenidhi's captcha code, a-chrisChris Pollett12 years ago
blog.phpAdding documentation so that it can be parsed with phpDoc 2.0 without error, a=chrisChris Pollett12 years ago
bot.phpAdding documentation so that it can be parsed with phpDoc 2.0 without error, a=chrisChris Pollett12 years ago
error.phpAdding another crawlTimeout message and other minor tweaks to queue_server, a=chrisChris Pollett11 years ago
favicon.icocreate master yioop repositoryChris Pollett16 years ago
index.phpCreating another patch With all suggested changes, Please see summary below (1) The single feed and category icons look different in size. This might be an optical illusion caused by differences in padding in the two icons, but is still disconcerting. The category icon should not be bar, two indented bars, bar, indented bar. Instead, just use bar indented bar, bar indented bar. - Fixed icons as per your suggestion. (2) The single feed and category buttons only work when using the admin (non-collapsed) controller. They don't show up at all when using the group (collapsed) controller. - This is fixed, also When moving from expanded controller to collapsed controller, view is also retained. (3) Category view is not doing sufficient isset checks. It generates Notices like: NOTICE: Undefined index: SUBTITLE at line 104 in /Applications/MAMP/htdocs/git/yioop/views/elements/groupfeed_element.phpepinapala11 years ago
privacy.phpAdding documentation so that it can be parsed with phpDoc 2.0 without error, a=chrisChris Pollett12 years ago
robots.txtForbid robots on news feed pages, a=chrisChris Pollett13 years ago
terms.phpAdding documentation so that it can be parsed with phpDoc 2.0 without error, a=chrisChris Pollett12 years ago
yioopbar.xmlQuick pass at hash-cash prettifying/simplifying, a=chrisChris Pollett12 years ago
📖 README

SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer

Copyright (C) 2009 - 2013 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/.

Summary

The Yioop search engine consists of three main scripts:

bin/fetcher.php - used to download batches of urls provided the queue_server. bin/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.

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.

Download

You can download the SeekQuarry search engine from http://www.seekquarry.com/

Requirements

The Yioop search engine requires Apache and PHP. It was developed under Apache 2.2, PHP 5.3, and the sqlite3 built into PHP.

Credits

The source code is mainly due to Chris Pollett. Other contributors include: Mangesh Dahale, Ravi Dhillon, Priya Gangaraju, Akshat Kukreti, Sreenidhi Pundi Muralidharan, Nakul Natu, Shailesh Padave, Vijaya Pamidi, Snigdha Parvatneni, Akash Patel, Vijeth Patil, Mallika Perepa, Tarun Pepira, Eswara Rajesh Pinapala, Tamayee Potluri, Shawn Tice, Sandhya Vissapragada. Several people helped with localization: My wife, Mary Pollett, Jonathan Ben-David, Ismail.B, Andrea Brunetti, Thanh Bui, Sujata Dongre, Animesh Dutta, Aida Khosroshahi, Youn Kim, Akshat Kukreti, Chao-Hsin Shih, Ahmed Kamel Taha, and Sugi Widjaja.

Installation

Please see the INSTALL file

Documentation and Support

Please check out seekquarry.com

X