1 |
bareface |
1.1 |
<?xml version='1.0' encoding='iso-8859-1'?> |
2 |
|
|
|
3 |
|
|
<settings xmlns='http://www.ilker.de/yakka/yakka-xml/0.1'> |
4 |
|
|
<identity> |
5 |
|
|
<name>YakkaWiki</name> |
6 |
|
|
<description>Description of this Wiki !</description> |
7 |
|
|
</identity> |
8 |
|
|
|
9 |
|
|
<engine use-encoding='iso-8859-1' use-mime-type='text/html' write-http-headers='true' process-text='true' process-template='true'> |
10 |
|
|
<default-page>HomePage</default-page> |
11 |
|
|
<default-method>View</default-method> |
12 |
|
|
<default-template>yakka</default-template> |
13 |
|
|
<default-user id='AnonymousUser'/> |
14 |
|
|
</engine> |
15 |
|
|
|
16 |
|
|
<security> |
17 |
|
|
<privilege id='read' on='page'> |
18 |
|
|
<grant-role id='EveryoneRole'/> |
19 |
|
|
</privilege> |
20 |
|
|
<privilege id='write' on='page'> |
21 |
|
|
<grant-role id='EveryoneRole'/> |
22 |
|
|
</privilege> |
23 |
|
|
<privilege id='create' on='page'> |
24 |
|
|
<grant-role id='EveryoneRole'/> |
25 |
|
|
</privilege> |
26 |
|
|
</security> |
27 |
|
|
|
28 |
|
|
<filesystem> |
29 |
|
|
<location of='methods'>methods</location> |
30 |
|
|
<location of='actions'>actions</location> |
31 |
|
|
<location of='templates'>templates</location> |
32 |
|
|
<location of='storage-providers'>storage-providers</location> |
33 |
|
|
</filesystem> |
34 |
|
|
|
35 |
|
|
<storage> |
36 |
|
|
<storage-provider adapter='YakkaMySqlPageAdapter' implements='YakkaPageStorage'> |
37 |
|
|
<host>localhost</host> |
38 |
|
|
<database>yakka</database> |
39 |
|
|
<user>root</user> |
40 |
|
|
<password/> |
41 |
|
|
<table-prefix>yakka_</table-prefix> |
42 |
|
|
</storage-provider> |
43 |
|
|
<storage-provider adapter='YakkaMySqlUserAdapter' implements='YakkaUserStorage'> |
44 |
|
|
<host>localhost</host> |
45 |
|
|
<database>yakka</database> |
46 |
|
|
<user>root</user> |
47 |
|
|
<password/> |
48 |
|
|
<table-prefix>yakka_</table-prefix> |
49 |
|
|
</storage-provider> |
50 |
|
|
<storage-provider adapter='YakkaMySqlPermissionAdapter' implements='YakkaPermissionStorage'> |
51 |
|
|
<host>localhost</host> |
52 |
|
|
<database>yakka</database> |
53 |
|
|
<user>root</user> |
54 |
|
|
<password/> |
55 |
|
|
<table-prefix>yakka_</table-prefix> |
56 |
|
|
</storage-provider> |
57 |
|
|
</storage> |
58 |
|
|
|
59 |
|
|
<arguments> |
60 |
|
|
<!-- argument for page/method command --> |
61 |
|
|
<argument-name of='page/method'>yakka</argument-name> |
62 |
|
|
|
63 |
|
|
<!-- argument for a specific page revision request --> |
64 |
|
|
<argument-name of='revision'>rev</argument-name> |
65 |
|
|
|
66 |
|
|
<!-- argument for page source (for edit/create method) --> |
67 |
|
|
<argument-name of='page-source'>text</argument-name> |
68 |
|
|
<argument-name of='page-parent'>parentpage</argument-name> |
69 |
|
|
|
70 |
|
|
<!-- argument for username and password (for userlogin action) --> |
71 |
|
|
<argument-name of='username'>username</argument-name> |
72 |
|
|
<argument-name of='password'>password</argument-name> |
73 |
|
|
</arguments> |
74 |
|
|
</settings> |