8 if test -z "$PORT"; then
12 if test -z "$SERVICE"; then
17 H="http://localhost:${PORT}/search.pz2"
18 wget -q -O $OF.init.xml "$H/?command=init&service=${SERVICE}&extra=$OF"
19 S=`xsltproc get_session.xsl $OF.init.xml`
20 wget -q -O $OF.search.xml "$H?command=search&query=100&session=$S"
22 wget -q -O $OF.show.xml "$H?command=show&session=$S&num=100&block=1"