File: wt_config.xml

package info (click to toggle)
witty 3.3.3%2Bdfsg-4.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,228 kB
  • ctags: 26,694
  • sloc: cpp: 147,809; ansic: 77,999; xml: 16,331; sh: 1,303; makefile: 198; java: 86; sql: 14
file content (35 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<server>
    <application-settings location="*">

    	<user-agents type="bot">
      	    <user-agent>.*Googlebot.*</user-agent>
            <user-agent>.*msnbot.*</user-agent>
            <user-agent>.*Slurp.*</user-agent>
            <user-agent>.*Crawler.*</user-agent>
            <user-agent>.*Bot.*</user-agent>
            <user-agent>.*ia_archiver.*</user-agent>
            <user-agent>.*Twiceler.*</user-agent>
            <user-agent>.*Yandex.*</user-agent>
            <user-agent>.*Nutch.*</user-agent>
            <user-agent>.*MJ12bot.*</user-agent>
            <user-agent>.*Baiduspider.*</user-agent>
            <user-agent>.*Ezooms.*</user-agent>
            <user-agent>.*Sogou web spider.*</user-agent>
            <user-agent>.*AhrefsBot.*</user-agent>
        </user-agents>

        <!-- <web-sockets>true</web-sockets> -->
	<bootstrap-method>
	  <for path="*">progressive</for>
	  <for path="/forms/line_text-editor">default</for>
	  <for path="/trees-tables/mvc-table-views">default</for>
	  <for path="/trees-tables/mvc-tree-views">default</for>
	  <for path="/trees-tables/mvc-item-models">default</for>
	  <for path="/layout/layout-managers">default</for>
	  <for path="/graphics-charts/*">default</for>
	</bootstrap-method>

	<!-- <log-config>debug:wthttp/async</log-config> -->
	<UA-Compatible>IE8=IE7</UA-Compatible>
    </application-settings>
</server>