X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2Fbook.xml;h=aae3a77151d00da5df26f76018758bd1409b662e;hb=ac0bcf66d85044be0461cf2748ecd5fc1b90186f;hp=eb6781e824182739dabf21048ae85346139d96d2;hpb=9b1c814be5e4584483921ae6610c36579b6f13bd;p=pazpar2-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index eb6781e..aae3a77 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -9,7 +9,6 @@ %idcommon; ]> - Pazpar2 - User's Guide and Reference @@ -22,6 +21,9 @@ MarcCromme + + JakubSkoczen + &version; ©right-year; @@ -35,7 +37,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 +57,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 +185,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.
@@ -220,6 +222,55 @@
+
+ Installation on Windows (from Source) + + Pazpar2 can be built for Windows using + Microsoft Visual Studio. + The support files for building YAZ on Windows are located in the + win directory. The compilation is performed + using the win/makefile which is to be + processed by the NMAKE utility part of Visual Studio. + + + Ensure that the development libraries + header files are + available on your system before compiling Pazpar2. For installation + of YAZ, refer to the YAZ installation chapter. + It is easiest if YAZ and Pazpar2 are unpacked in the same + directory (side-by-side). + + + The compilation is tuned by editing the makefile of Pazpar2. + The process is similar to YAZ. Adjust the various directories + YAZ_DIR, ZLIB_DIR, .. + + + Compile Pazpar2 by invoking nmake in + the win directory. + The resulting binaries of the build process are located in the + bin of the Pazpar2 source + tree - including the pazpar2.exe and necessary DLLs. + + + The Windows version of Pazpar2 is a console application. It may + be installed as a Windows Service by adding option + -install for the pazpar2 program. This will + register Pazpar2 as a service and use the other options provided + in the same invocation. For example: + + cd \MyPazpar2\etc + ..\bin\pazpar2 -install -c pazpar2.cfg -l pazpar2.log + + The Pazpar2 service may now be controlled via the Service Control + Panel. It may be unregistered by passing the -remove + option. Example: + + cd \MyPazpar2\etc + ..\bin\pazpar2 -remove + + +
+
Installation of test1 interface @@ -233,18 +284,27 @@ Start the Pazpar2 daemon using the 'in-source' binary of the Pazpar2 - daemon. + daemon. On Unix the process is: cd etc cp pazpar2.cfg.dist pazpar2.cfg ../src/pazpar2 -f pazpar2.cfg -t edu.xml + And on Windows: + + cd etc + copy pazpar2.cfg.dist pazpar2.cfg + ..\bin\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. @@ -274,7 +334,7 @@ Index Data provides Debian packages for Pazpar2. These are prepared for Debian versions Etch and Lenny (as of 2007). - Theses packages are available at + These packages are available at .
@@ -434,10 +494,10 @@ you decide which data elements of the source record you are interested in, and you specify any desired massaging or combining of elements using an XSLT stylesheet (MARC records are automatically - normalized to MARCXML before this step). If desired, you can run - multiple XSLT stylesheets in series to accomplish this, but the - output of the last one should be a representation of the record in a - schema that Pazpar2 understands. + normalized to MARCXML before this step). + If desired, you can run multiple XSLT stylesheets in series to accomplish + this, but the output of the last one should be a representation of the + record in a schema that Pazpar2 understands. @@ -513,6 +573,8 @@ + §-ajaxdev; +
Connecting to non-standard resources