X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbook.xml;h=5410782823ee40b2daadc0a8760cd140ce19bbab;hb=ed886db22397360898fa5ef764543237e99b1774;hp=87c2ff440d71aaa4259756d88fba661aaefdfc3e;hpb=cf08d2342c0354853091e98bb5d7aaf38c173032;p=pazpar2-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 87c2ff4..5410782 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -9,7 +9,7 @@ %idcommon; ]> - + Pazpar2 - User's Guide and Reference @@ -35,7 +35,7 @@ and faceted results. - This document is a guide and reference to Pazpar version &version;. + This document is a guide and reference to Pazpar2 version &version;. @@ -55,7 +55,7 @@ Pazpar2 is a stand-alone metasearch client with a web-service API, designed to be used either from a browser-based client (JavaScript, Flash, Java, - etc.), from from server-side code, or any combination of the two. + etc.), from server-side code, or any combination of the two. Pazpar2 is a highly optimized client designed to search many resources in parallel. It implements record merging, relevance-ranking and sorting by arbitrary data content, and facet @@ -183,8 +183,8 @@ - In order to compile Pazpar2 an ANSI C compiler is - required. The requirements should be the same as for YAZ. + In order to compile Pazpar2, a C compiler which supports C99 or later + is required.
@@ -240,11 +240,14 @@ ../src/pazpar2 -f pazpar2.cfg -t edu.xml This will start a Pazpar2 listener on port 8004. It will proxy - HTTP requests to localhost - port 80, which we asssume will be the regular + HTTP requests to localhost - port 80, which we assume will be the regular HTTP server on the system. Inspect and modify pazpar2.cfg as needed - if this is to be changed. Make a new console and move to the - other stuff. For installation of Pazpar2 as a daemon, refer to the - manpage of Pazpar2. + if this is to be changed. The -t option specifies the list of targets + to use for searches. + + + Make a new console and move to the other stuff. + For more information about pazpar2 options refer to the manpage.