bug fix
[lhc/web/wiklou.git] / testsuite / wikitest.prefs.sample
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'>
3
4 <!--
5 The preferences here should be set with the same values
6 found in the LocalSettings.php file in the installation
7 to be tested.
8 -->
9
10 <preferences EXTERNAL_XML_VERSION="1.0">
11 <root type="user">
12 <map />
13 <node name="com">
14 <map />
15 <node name="piclab">
16 <map />
17 <node name="wikitest">
18 <map>
19 <entry key="script" value="/wiki/wiki.phtml" />
20 <entry key="server" value="http://www.myhost.com" />
21 <entry key="articlepath" value="" />
22 <entry key="uploadpath" value="http://www.myhost.com/wiki/uploads" />
23 <entry key="mainpage" value="Main Page" />
24 <entry key="sysoppass" value="adminpass" />
25 </map>
26 </node>
27 </node>
28 </node>
29 </root>
30 </preferences>
31