diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-06 20:27:58 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-06 20:27:58 +0100 |
| commit | f67e8f0bc3f51f2d280a86a8c7cffa68d812efe1 (patch) | |
| tree | b8b606190c8ee0521dc014beaeb2c31e85d35e6e /README.rst | |
| parent | f1a5d014d126621afa80af017da751ccb5ab7f85 (diff) | |
| download | phinde-f67e8f0bc3f51f2d280a86a8c7cffa68d812efe1.tar.gz phinde-f67e8f0bc3f51f2d280a86a8c7cffa68d812efe1.zip | |
about section readme
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,14 @@ +********************************** +phinde - generic web search engine +********************************** +Self-hosted search engine you can use for your static blog or about +any other website you want search functionality for. + +My live instance is at http://search.cweiske.de/ and indexes my +website, blog and all linked URLs. + + +======== Features ======== - Crawler and indexer with the ability to run many in parallel @@ -14,9 +25,37 @@ Features - or use the ``site`` GET parameter: ``/?q=foo&site=example.org/dir`` + +============ Dependencies ============ - PHP 5.5+ - elasticsearch 2.0 - gearman - Net_URL2 + + +============ +About phinde +============ + +Source code +=========== +phinde's source code is available from http://git.cweiske.de/phinde.git +or the `mirror on github`__. + +__ https://github.com/cweiske/phinde + + +License +======= +phinde is licensed under the `AGPL v3 or later`__. + +__ http://www.gnu.org/licenses/agpl.html + + +Author +====== +phinde was written by `Christian Weiske`__. + +__ http://cweiske.de/ |
