thesaurus is finally working... It contains recursive entries to parnet
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 31 Jan 2004 21:03:06 +0000 (21:03 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 31 Jan 2004 21:03:06 +0000 (21:03 +0000)
term, and we actually needed to display narrower terms, so mem_lookup was
created. Important changes:
- you can write eval{"901a" eq "Mikrotezaurus"} within <isis>
  tag and if expression evaluates to false, no content will be outputed
  (It's used to hide microtesarus terms from lover level descriptors)
- mem_lookup.pm now supports formats: you can write something like
  [a:5614];;[d:[a:5614]] and it will correctly embed values

git-svn-id: file:///home/dpavlin/private/svn/webpac/branches/hidra@207 13eb9ef6-21d5-0310-b721-a9d68796d827

all2xml.conf
global.conf

index 3f91326..e06e7b1 100644 (file)
@@ -5,17 +5,20 @@
 
 # narrow term must be first!
 [hidra-ths-h-nt]
-       isis_db=/data/hidra/THS-H/THS
+#      isis_db=/data/hidra/THS-500/THS
+       isis_db=/data/hidra/THS/THS
        type=isis_hidra_ths_nt
 
 [hidra-ths-h]
-       isis_db=/data/hidra/THS-H/THS
+#      isis_db=/data/hidra/THS-500/THS
+       isis_db=/data/hidra/THS/THS
        type=isis_hidra_ths
        lookup_newfile=/data/webpac-hidra/thes.lookup
 
 
 [hidra-bib-h]
-       isis_db=/data/hidra/BIB-H/BIB
+#      isis_db=/data/hidra/BIB-500/BIB
+       isis_db=/data/hidra/BIB/BIB
        type=isis_hidra_bib
 #      materialtype=Knjiga
 #      library=HIDRA
index 4e88db0..8949bda 100644 (file)
        # master template which will be used to enable global design changes
        # (it will replace ##webpac## in this template with output of webpac)
        template = /data/webpac-hidra/public_html.hr/template.html
+       # this base path is used to decide what is base URL of your webpac
+       # e.g. /webpac/. Normally, you will have index.cgi after it in
+       # URL. However, if you install additional aliases in your httpd.conf
+       # you can also make directories in template_html and public_html
+       # and webpac will autonatically use that. How? Just add
+       # Alias /webpac/en/ /data/webpac/public_html/
+       # and make en directory in public_html and/or template_html with
+       # files localized for english (in case that's not your default
+       # language)
+       base_path = /webpac-hidra
+