added optional <zproxy> element to config file, containing any of these attribute...
authorMarc Cromme <marc@indexdata.dk>
Tue, 27 Mar 2007 11:25:57 +0000 (11:25 +0000)
committerMarc Cromme <marc@indexdata.dk>
Tue, 27 Mar 2007 11:25:57 +0000 (11:25 +0000)
commitbcbb4bd74d931e5f5419f5a577adb85bede15e4e
treeb32eed1a2809d8488d517f2513ff578a93f0e256
parent9195b87ed8cd2c583a0ae18e96e1e3e74fdab76d
added optional <zproxy> element to config file, containing any of these attribute combinations (all three examples are semantically equivalent)
<zproxy host="localhost" port="9000"/>
<zproxy host="localhost:9000"/>
<zproxy port="9000"/>
This <zproxy> info is overruled by the '-z' command line switch
Removed a zillion compiler warnings coming from missing or dirty casts, mostly involving (xmlChar *) or (const char *)
doc/pazpar2_conf.xml
src/config.c
src/config.h
src/pazpar2.c