/[webpac]/branches/hidra-config/global.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/hidra-config/global.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/hidra/global.conf revision 184 by dpavlin, Sat Nov 29 18:09:34 2003 UTC branches/hidra-config/global.conf revision 241 by dpavlin, Mon Mar 8 18:06:31 2004 UTC
# Line 4  Line 4 
4          # define database to use for indexes          # define database to use for indexes
5          dbi_dbd=SQLite          dbi_dbd=SQLite
6          dbi_dsn=dbname=/data/webpac-hidra/index.sqlite          dbi_dsn=dbname=/data/webpac-hidra/index.sqlite
7    #       dbi_dbd=Pg
8    #       dbi_dsn=dbname=webpac-hidra
9    
10          dbi_user=dpavlin          dbi_user=dpavlin
11          dbi_passwd=""          dbi_passwd=""
12    
# Line 35  Line 38 
38          # master template which will be used to enable global design changes          # master template which will be used to enable global design changes
39          # (it will replace ##webpac## in this template with output of webpac)          # (it will replace ##webpac## in this template with output of webpac)
40          template = /data/webpac-hidra/public_html.hr/template.html          template = /data/webpac-hidra/public_html.hr/template.html
41            # this base path is used to decide what is base URL of your webpac
42            # e.g. /webpac/. Normally, you will have index.cgi after it in
43            # URL. However, if you install additional aliases in your httpd.conf
44            # you can also make directories in template_html and public_html
45            # and webpac will autonatically use that. How? Just add
46            # Alias /webpac/en/ /data/webpac/public_html/
47            # and make en directory in public_html and/or template_html with
48            # files localized for english (in case that's not your default
49            # language)
50            base_path = /webpac-hidra
51    

Legend:
Removed from v.184  
changed lines
  Added in v.241

  ViewVC Help
Powered by ViewVC 1.1.26