yioop-4.0.1

所属分类:WEB开发
开发工具:PHP
文件大小:5621KB
下载次数:1
上传日期:2017-07-10 14:44:11
上 传 者ES1524
说明:  Yioop!是一个PHP的搜索引擎,可用于Web的一般用途搜索,或者可提供URL搜索以及各种文档的索引搜索
(Yioop is a PHP search engine that can be used for general purpose searches of Web, or can provide URL searches and index searches for various documents)

文件列表:
yioop-4.0.1\.htaccess (665, 2017-07-09)
yioop-4.0.1\composer.json (892, 2017-07-09)
yioop-4.0.1\composer.lock (924, 2017-07-09)
yioop-4.0.1\index.php (1492, 2017-07-09)
yioop-4.0.1\INSTALL (1972, 2017-07-09)
yioop-4.0.1\LICENSE (36068, 2017-07-09)
yioop-4.0.1\src\advertise.php (1345, 2017-07-09)
yioop-4.0.1\src\blog.php (1363, 2017-07-09)
yioop-4.0.1\src\bot.php (1319, 2017-07-09)
yioop-4.0.1\src\configs\Config.php (36149, 2017-07-09)
yioop-4.0.1\src\configs\ConfigureTool.php (21492, 2017-07-09)
yioop-4.0.1\src\configs\Createdb.php (21861, 2017-07-09)
yioop-4.0.1\src\configs\CreditConfig.php (2224, 2017-07-09)
yioop-4.0.1\src\configs\default_crawl.ini (5561, 2017-07-09)
yioop-4.0.1\src\configs\ExportPublicHelpDb.php (4925, 2017-07-09)
yioop-4.0.1\src\configs\PublicHelpPages.php (76506, 2017-07-09)
yioop-4.0.1\src\configs\TokenTool.php (10322, 2017-07-09)
yioop-4.0.1\src\controllers\AdminController.php (28931, 2017-07-09)
yioop-4.0.1\src\controllers\ApiController.php (4139, 2017-07-09)
yioop-4.0.1\src\controllers\ArchiveController.php (3146, 2017-07-09)
yioop-4.0.1\src\controllers\ClassifierController.php (13633, 2017-07-09)
yioop-4.0.1\src\controllers\components\AccountaccessComponent.php (56067, 2017-07-09)
yioop-4.0.1\src\controllers\components\AdvertisementComponent.php (22131, 2017-07-09)
yioop-4.0.1\src\controllers\components\Component.php (2413, 2017-07-09)
yioop-4.0.1\src\controllers\components\CrawlComponent.php (94833, 2017-07-09)
yioop-4.0.1\src\controllers\components\SocialComponent.php (194756, 2017-07-09)
yioop-4.0.1\src\controllers\components\SystemComponent.php (58200, 2017-07-09)
yioop-4.0.1\src\controllers\Controller.php (39716, 2017-07-09)
yioop-4.0.1\src\controllers\CrawlController.php (12572, 2017-07-09)
yioop-4.0.1\src\controllers\FetchController.php (26759, 2017-07-09)
yioop-4.0.1\src\controllers\GroupController.php (9480, 2017-07-09)
yioop-4.0.1\src\controllers\JobsController.php (4351, 2017-07-09)
yioop-4.0.1\src\controllers\MachineController.php (8318, 2017-07-09)
yioop-4.0.1\src\controllers\RegisterController.php (62471, 2017-07-09)
yioop-4.0.1\src\controllers\ResourceController.php (14953, 2017-07-09)
yioop-4.0.1\src\controllers\SearchController.php (91664, 2017-07-09)
yioop-4.0.1\src\controllers\SettingsController.php (7042, 2017-07-09)
yioop-4.0.1\src\controllers\StaticController.php (9160, 2017-07-09)
... ...

SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer Copyright (C) 2009 - 2015 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 . Summary ------- The Yioop search engine consists of three main scripts: src/executables/Fetcher.php - used to download batches of urls provided the queue_server. src/executables/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.4, 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, Pooja Mishra, 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, Pushkar Umaranikar, 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, Radha Kotipalli, 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

近期下载者

相关文件


收藏者