/[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 96 by dpavlin, Tue Nov 22 12:57:30 2005 UTC revision 97 by dpavlin, Tue Nov 22 12:57:35 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    
4    # Catalyst::Plugin::Unicode::Encoding
5    #encoding: 'UTF-8'
6    
7  # configuration for hyper estraier full text search engine  # configuration for hyper estraier full text search engine
8  hyperestraier:  hyperestraier:
# Line 8  hyperestraier: Line 10  hyperestraier:
10    user: 'admin'    user: 'admin'
11    passwd: 'admin'    passwd: 'admin'
12    # FIXME encoding comming from Catalyst.    # FIXME encoding comming from Catalyst.
13    encoding: 'iso-8859-2'    encoding: 'ISO-8859-2'
14    
15  webpac:  webpac:
16      # default template to use
17      template: 'html_ffzg_results_short.tt'
18      # path to database files
19    db_path: '/data/webpac2/db'    db_path: '/data/webpac2/db'
20      # path to templates used by WebPAC::Output
21    template_path: '/data/webpac2/conf/output/tt'    template_path: '/data/webpac2/conf/output/tt'
   template: 'html_ffzg_results_short.tt'  
22    # encoding comming from webpac    # encoding comming from webpac
23    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
24    # encoding expected by Catalyst    # encoding expected by Catalyst
25    out_encoding: 'UTF-8'    out_encoding: 'utf-8'
26    

Legend:
Removed from v.96  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.26