Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?xml version="1.0" encoding="utf-8"?>
2
 
3
<application id="QuickStart" Mode="Debug">
4
  <paths>
5
    <using namespace="Application.controls.*" />
6
    <using namespace="System.I18N.*" />
7
    <using namespace="System.Web.UI.ActiveControls.*"/>
8
  </paths>
9
 
10
  <modules>
11
    <!-- uncomment the following to enable caching
12
    <module id="cache" class="System.Caching.TSqliteCache" />
13
    -->
14
    <!-- uncomment the following to enable logging to file
15
    <module id="log" class="System.Util.TLogRouter">
16
      <route class="TFileLogRoute" />
17
    </module>
18
    -->
19
   <module id="quickstart_search"
20
    	class="Application.index.ZendSearch"
21
    	IndexDataDirectory="Application.index.quickstart" />
22
 
23
	<module id="globalization" class="Application.QuickStartGlobalization" Charset="UTF-8"/>
24
  </modules>
25
  <services>
26
    <service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
27
  </services>
28
 
29
  <parameters>
30
		<parameter id="languages" value="('en'=>'English','es'=>'Español','fr'=>'Français', 'id'=>'Indonesian', 'zh' => '中文(简体)', 'pl'=>'Polski', 'ja'=>'日本語')" />
31
  </parameters>
32
 
33
</application>