]> git.p6c8.net - selfforum.git/blob - selfforum-config/fo_arcview.xml-default
now the (new) purge method of the lock file is called after removing a thread file
[selfforum.git] / selfforum-config / fo_arcview.xml-default
1 <?xml version="1.0"?>
2 <!DOCTYPE Forum SYSTEM "config.dtd">
3
4 <Config>
5 <Property name="show">
6 <Property name="Archive">
7 <Variable name="templateFile">/var/www/cgi-local/user/config/arcview.tmpl.xml</Variable>
8
9 <Property name="assign">
10 <Variable name="threadDocStart">ARC_THREAD_START</Variable>
11 <Variable name="threadDocEnd">ARC_THREAD_END</Variable>
12 <Variable name="posting">XPOSTING</Variable>
13
14 <Variable name="monthDocStart">ARC_MONTH_START</Variable>
15 <Variable name="monthDocEnd">ARC_MONTH_END</Variable>
16 <Variable name="monthThreadEntry">ARC_MONTH_THREAD</Variable>
17
18 <Variable name="threadID">_T_ID</Variable>
19 <Variable name="threadCategory">_T_CATEGORY</Variable>
20 <Variable name="threadTitle">_T_TITLE</Variable>
21 <Variable name="threadAuthor">_T_AUTHOR</Variable>
22 <Variable name="threadTime">_T_TIME</Variable>
23 <Variable name="threadDate">_T_DATE</Variable>
24
25 <Variable name="year">_YEAR</Variable>
26 <Variable name="month">_MONTH</Variable>
27 <Variable name="monthName">_MONTH_NAME</Variable>
28
29 <Variable name="msgID">_MSG_ID</Variable>
30 <Variable name="msgAuthor">_MSG_AUTHOR</Variable>
31 <Variable name="msgMail">_MSG_MAIL</Variable>
32 <Variable name="msgHomepage">_MSG_HOMEPAGE</Variable>
33 <Variable name="msgTime">_MSG_TIME</Variable>
34 <Variable name="msgCategory">_MSG_CATEGORY</Variable>
35 <Variable name="msgSubject">_MSG_TITLE</Variable>
36 <Variable name="msgBody">_MSG_TEXT</Variable>
37
38 <Variable name="startCite">CITE_START</Variable>
39 <Variable name="endCite">CITE_END</Variable>
40
41 <Variable name="error">DOC_ERROR</Variable>
42 <Variable name="errorText">_ERROR_TEXT</Variable>
43
44 <Variable name="cssFile">_CSS_FILE</Variable>
45 </Property> <!-- assign -->
46 </Property> <!-- Archive -->
47 </Property> <!-- show -->
48 </Config>
49
50 <!-- The End -->

patrick-canterino.de