/[webpac2]/Webpacus/config.yml
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 /Webpacus/config.yml

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

revision 98 by dpavlin, Tue Nov 22 12:57:41 2005 UTC revision 139 by dpavlin, Thu Nov 24 22:29:50 2005 UTC
# Line 1  Line 1 
1  --- #YAML:1.0  --- #YAML:1.0
2  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
 # internal catalyst encoding  
 encoding: 'iso-8859-2'  
   
4  # configuration for hyper estraier full text search engine  # configuration for hyper estraier full text search engine
5  hyperestraier:  hyperestraier:
6    url: 'http://localhost:1978/node/webpac2'    url: 'http://localhost:1978/node/webpac2'
# Line 19  webpac: Line 16  webpac:
16    db_path: '/data/webpac2/db'    db_path: '/data/webpac2/db'
17    # path to templates used by WebPAC::Output    # path to templates used by WebPAC::Output
18    template_path: '/data/webpac2/conf/output/tt'    template_path: '/data/webpac2/conf/output/tt'
19      # default template for results
20      default_template: 'html_ffzg.tt'
21      # default user editable css file
22      default_css: 'user.css'
23      css_path: 'root/css'
24    # encoding comming from webpac    # encoding comming from webpac
25    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
26    # encoding expected by Catalyst    # encoding expected by Catalyst

Legend:
Removed from v.98  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.26