Subversion Repositories wimsdev

Rev

Rev 2389 | Rev 2752 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
<b>Error</b>.
3
!distribute words $wims_read_parm into w1,w2,w3,w4,w5,w6
4
!if $w1 iswordof antiwversion badauth badcategory badhour badlang \
5
	badname badtar badtype badversion badwimsversion \
6
	doublelang empty nochange noindex nolocalright \
7
	nongnu nooriginal noreply noright notallow robot \
8
	symlink toolong unpublishable
9
 !goto $w1
10
!else
11
 !default $wims_read_parm=A technical error occurred.
12
 $wims_read_parm
13
 !exit
14
!endif
15
 
16
:antiwversion
17
 Your module requires WIMS-$w2 to run? This server is only of version
18
 $wims_version. Please correct.
19
!exit
20
 
21
:badauth
22
 Authentification error. Access refused.
23
!exit
24
 
1704 bpr 25
:badauthhost
2719 bpr 26
 Authentification error. You have no right to publish with this IP number. Access refused.
1704 bpr 27
!exit
28
 
23 reyssat 29
:badcategory
30
 !if / isin $w2
31
  The category <tt>$w2</tt> of your submitted module is unknown.
32
  !set w3=!word 3 to -1 of $wims_read_parm
33
  !set w0=!translate / to , in $w2
34
  Categories actually available in the zone <b><tt>$(w0[1])</tt></b> are:
35
  <p>
36
  <tt>$w3</tt>
37
  <p>
38
  Please write to the
39
  !mailurl $sysadmin publication maintainer
40
  if you want to add a new category.
41
 !else
42
  The zone <tt>$w2</tt> of your submitted module is unknown.
43
  Please report your problem to the 
44
  !mailurl $sysadmin publication maintainer
45
.
46
 !endif
47
!exit
48
 
49
:badhour
50
 This is not the time to publish a local module!
51
 <p>
52
 Please choose a period when the server is quieter. Avoid publishing
53
 modules during the following hours:
54
 <p>
55
 $nopublish
56
!exit
57
 
58
:badlang
59
 Sorry but the language <tt>$w2</tt> does not exist on WIMS yet. Somebody has
60
 to translate WIMS to this language before modules can be submitted.
61
!exit
62
 
63
:badname
64
 The module name <tt>$w2</tt> is bad: it is either too long, too short or contains
65
 illegal characters.
66
!exit
67
 
68
:badtar
69
 Error detected in the transmission. Please verify your manoeuvre or try again.
70
!exit
71
 
72
:badtype
73
 Wrong submission type:
74
 !if $w2=new
75
  your module is not new.
76
 !else
77
  you cannot modify a non-existing module.
78
 !endif
79
 Have you put a wrong address to this module?
80
!exit
81
 
82
:badversion
83
 The version number <tt>$w2</tt> of your module is not correctly formatted.
84
 Please correct.
85
!exit
86
 
87
:badwimsversion
88
 The wims_version declearation of your module must be an existing WIMS version
89
 between 3.36 and the latest release.
90
 This is apparently not the case. Please correct.
91
!exit
92
 
93
:doublelang
94
 Confusion in module language definition: the INDEX file declares
95
 <tt>language=$w3</tt>, while the directory has extension
96
 <tt>$w2</tt>. Please correct.
97
!exit
98
 
99
:empty
100
 Empty submission ignored.
101
!exit
102
 
103
:nochange
104
 The module <font color=blue><tt>$w2</tt></font>
105
 is not modified since the last submission.
106
 Submission ignored.
107
!exit
108
 
109
:noindex
110
 Wrong content: the INDEX file of the module seems missing or corrupt.
111
!exit
112
 
113
:nolocalright
114
 In order to install your module in the local space of the server,
115
 you should first ask the site manager to give you the right to do so.
116
!exit
117
 
118
:nongnu
119
 You didn't declare the copyright of the module to be GNU GPL. Submission
120
 refused.
121
!exit
122
 
123
:nooriginal
124
 The publication center cannot find the original module from which
125
 this module is translated.
126
 Have you put a wrong address to this module?
127
!exit
128
 
129
:noreply
130
 Connection error trying to contact the publication center $centralhost.
131
!exit
132
 
133
:noright
134
 You are not known to be the author or translator of <tt>$w2</tt>.
135
 You can send a
136
 !href cmd=reply&jobreq=backup backup archive
137
 of your modification to the author
138
 !set au=!line 2 of $wims_read_parm
139
 !distribute items $au into w3,w4
140
 <a href="mailto:$w4?subject=Your WIMS module $w2">$w3</a>
141
 who knows how to publish it.
142
!exit
143
 
144
:notallow
145
 You cannot make new publications in $D1/$D2. Try to publish
146
 under development version, or find somebody having the rights to publish
147
 it for you!
148
!exit
149
 
150
:robot
151
 Robot access detected: internal technical error, please report.
152
!exit
153
 
154
:symlink
155
 Symbolic links are not allowed in new modules. If you have an old version
156
 OEF module, you can translate it into new version that does not contain
157
 symbolic links.
158
!exit
159
 
160
:toolong
161
 Sorry but your module is too big for automatic submission. You can send it
162
 manually to the maintainer of the distribution. Thanks!
163
!exit
164
 
165
:unpublishable
166
 This module does not have a publishable address. It must first be
167
 !href cmd=reply&jobreq=move&modreq=$mod renamed
168
 or
169
 !href cmd=reply&jobreq=copy&original=devel/$auth_login/$mod duplicated
170
 if you want to publish it.
171
!exit
172