X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=f3eeb7443836465720defd625eb2826331274e18;hb=64dccf5757a22cedd3c21ca834e3e02f39dd0504;hp=2d7d52893c3d9a94dd5d8e5271a973bd9e13132f;hpb=44c3dd1f025c0e941e286d6f78f8ae3fca24a89e;p=pazpar2-moved-to-github.git diff --git a/README b/README index 2d7d528..f3eeb74 100644 --- a/README +++ b/README @@ -1,37 +1,8 @@ -How to use this: +Pazpar2 is a high-performance, user interface-independent, data +model-independent metasearching middleware featuring merging, relevance +ranking, record sorting, and faceted results. -Usage: pazpar2 -h [listen-host:]listen-port -p host-to-proxy -s targetfile \ - -x normalization-stylesheet +Copyright (C) 2006-2015 Index Data. See the file LICENSE for details. -The host-to-proxy is the webserver where the user interface script -lives. It is used both for domain-name lookup and the contents of -the Host: header in rerquests that are proxied, so it's important -that the hostname is recognized by the webserver. - -There are a few main target files: - -test.pz: Single target, localhost:9999/Default -- use with - yaz-ztest or a local Zebra test. - -slow.pz: Single target, localhost:9999/Slow -- triggers a slow - search response, useful for testing some stuff. - -bibs.pz: A small set of serious catalogs in the US and Canada. - -many.pz: Obscenely many catalogs. - -Example: - -Testing against ztest with Apache running on localhost port 80, pazpar -running on 8000. DocumentRoot in /var/www. - -Fire up yaz-ztest - yaz-ztest - -Fire up pazpar2 - sudo cp -a www/* /var/www - cd etc - ../src/pazpar2 -f pazpar2.cfg -h 8000 -p localhost:80 -s test.pz - -Fire up your browser: - http://localhost:8000/test1/index.html +Installation instructions and documentation is found in directory 'doc' and +on-line at http://www.indexdata.com/pazpar2/ .