Rev 2752 | Rev 3150 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2819 | bpr | 2 | <b>$wims_name_Error</b>. |
23 | reyssat | 3 | !distribute words $wims_read_parm into w1,w2,w3,w4,w5,w6 |
2752 | bpr | 4 | !if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \ |
23 | reyssat | 5 | badname badtar badtype badversion badwimsversion \ |
6 | doublelang empty nochange noindex nolocalright \ |
||
2819 | bpr | 7 | nongnu nooriginal noreply noright noright_translate notallow robot \ |
8 | symlink toolong unpublishable please-update-module-version lengthlimit |
||
23 | reyssat | 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 | |||
2819 | bpr | 103 | :lengthlimit |
104 | The module size is too big. So, you cannot install it by this interface. You must contact directly |
||
105 | the publication center |
||
106 | !mailurl $sysadmin $centralhost |
||
107 | to manage a manual installation. |
||
108 | !exit |
||
109 | |||
23 | reyssat | 110 | :nochange |
111 | The module <font color=blue><tt>$w2</tt></font> |
||
112 | is not modified since the last submission. |
||
113 | Submission ignored. |
||
114 | !exit |
||
115 | |||
116 | :noindex |
||
117 | Wrong content: the INDEX file of the module seems missing or corrupt. |
||
118 | !exit |
||
119 | |||
120 | :nolocalright |
||
121 | In order to install your module in the local space of the server, |
||
122 | you should first ask the site manager to give you the right to do so. |
||
123 | !exit |
||
124 | |||
125 | :nongnu |
||
126 | You didn't declare the copyright of the module to be GNU GPL. Submission |
||
127 | refused. |
||
128 | !exit |
||
129 | |||
130 | :nooriginal |
||
131 | The publication center cannot find the original module from which |
||
132 | this module is translated. |
||
133 | Have you put a wrong address to this module? |
||
134 | !exit |
||
135 | |||
136 | :noreply |
||
137 | Connection error trying to contact the publication center $centralhost. |
||
138 | !exit |
||
139 | |||
140 | :noright |
||
141 | You are not known to be the author or translator of <tt>$w2</tt>. |
||
142 | You can send a |
||
143 | !href cmd=reply&jobreq=backup backup archive |
||
144 | of your modification to the author |
||
145 | !set au=!line 2 of $wims_read_parm |
||
146 | !distribute items $au into w3,w4 |
||
147 | <a href="mailto:$w4?subject=Your WIMS module $w2">$w3</a> |
||
148 | who knows how to publish it. |
||
149 | !exit |
||
150 | |||
151 | :notallow |
||
152 | You cannot make new publications in $D1/$D2. Try to publish |
||
153 | under development version, or find somebody having the rights to publish |
||
154 | it for you! |
||
155 | !exit |
||
156 | |||
2819 | bpr | 157 | :please-update-module-version |
158 | You must increase the module version when you update it. You should also write which modifications |
||
159 | have been done in the file NEWS. |
||
160 | !exit |
||
161 | |||
23 | reyssat | 162 | :robot |
163 | Robot access detected: internal technical error, please report. |
||
164 | !exit |
||
165 | |||
166 | :symlink |
||
167 | Symbolic links are not allowed in new modules. If you have an old version |
||
168 | OEF module, you can translate it into new version that does not contain |
||
169 | symbolic links. |
||
170 | !exit |
||
171 | |||
172 | :toolong |
||
173 | Sorry but your module is too big for automatic submission. You can send it |
||
174 | manually to the maintainer of the distribution. Thanks! |
||
175 | !exit |
||
176 | |||
177 | :unpublishable |
||
178 | This module does not have a publishable address. It must first be |
||
179 | !href cmd=reply&jobreq=move&modreq=$mod renamed |
||
180 | or |
||
181 | !href cmd=reply&jobreq=copy&original=devel/$auth_login/$mod duplicated |
||
182 | if you want to publish it. |
||
183 | !exit |
||
184 |