#---------------------------------------------------------------- # Configuration for estmerge.cgi #---------------------------------------------------------------- # search targets (label@URL) target: Foo@http://www.foofoo.go.jp/foo/estsearch.cgi target: Bar@http://www.barbar.ad.jp/bar/estsearch.cgi target: Baz@http://www.bazbaz.ac.jp/baz/estsearch.cgi # proxy expression (hostname:port) proxy: # path of the template file tmplfile: estmerge.tmpl # path of the top page file topfile: estmerge.top # whether to hide target labels (true or false) hidetl: false # number of shown documents by default defmax: 8 # path of the log file for input search conditions logfile: # label shared among all documents ldocs: # label of the select box for number of shown documents lperpage: per page # label of the select box for directory rep level ldrep: level rep # label of the option of sorting by score lsortsc: sort by score # label of the option of sorting by date lsortdt: sort by date # label of the option of reverse sorting lreverse: reverse # label of the option of as-is expressions lexasis: as-is expressions # label of the option of expressions with wild cards lexwild: with wild cards # label of the option of regular expressions lexregex: regular expressions # label of the submit button to search lsubmit: Search # label of the result lresult: Result # label of suffix of the hit number lhits: hits # label of a link to perform relational document search lrelated: (related) # label of the link to go to the previous page lprev: PREV # label of the link to go to the next page lnext: NEXT # label for the attribute of URI luri: URI # label for the attribute of title ltitle: Title # label for the attribute of author lauthor: Author # label for the attribute of date ldate: Date # label for the attribute of type ltype: Type # label for the attribute of encoding lenc: Encoding # label for the attribute of size lsize: Size # error message when no target was selected enotarget: No target was selected. # error message when no document hits enohit: No document hits. # error message when no effective word is in the search phrase enoword: No effective word was extracted from the phrase. # END OF FILE