Rev 3999 | Rev 5901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3999 | Rev 4027 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | !if / isin $w2 |
37 | !if / isin $w2 |
38 | The category <tt class="wims_fname">$w2</tt> of your submitted module is unknown. |
38 | The category <tt class="wims_fname">$w2</tt> of your submitted module is unknown. |
39 | !set w3=!word 3 to -1 of $wims_read_parm |
39 | !set w3=!word 3 to -1 of $wims_read_parm |
40 | !set w0=!translate / to , in $w2 |
40 | !set w0=!translate / to , in $w2 |
41 | Categories actually available in the zone <tt class="wims_fname">$(w0[1])</tt> are: |
41 | Categories actually available in the zone <tt class="wims_fname">$(w0[1])</tt> are: |
42 | < |
42 | <pre> |
43 |
|
43 | $w3 |
44 | < |
44 | </pre> |
45 | Please write to the |
45 | Please write to the |
46 | !mailurl $sysadmin publication maintainer |
46 | !mailurl $sysadmin publication maintainer |
47 | if you want to add a new category. |
47 | if you want to add a new category. |
48 | !else |
48 | !else |
49 | The zone <tt class=" |
49 | The zone <tt class="wims_code_words">$w2</tt> of your submitted module is unknown. |
50 | Please report your problem to the |
50 | Please report your problem to the |
51 | !mailurl $sysadmin publication maintainer |
51 | !mailurl $sysadmin publication maintainer |
52 | . |
52 | . |
53 | !endif |
53 | !endif |
54 | !exit |
54 | !exit |
Line 85... | Line 85... | ||
85 | !endif |
85 | !endif |
86 | Have you put a wrong address to this module? |
86 | Have you put a wrong address to this module? |
87 | !exit |
87 | !exit |
88 | 88 | ||
89 | :badversion |
89 | :badversion |
90 | The version number <tt>$w2</tt> of your module is not correctly formatted. |
90 | The version number <tt class="wims_fname">$w2</tt> of your module is not correctly formatted. |
91 | Please correct. |
91 | Please correct. |
92 | !exit |
92 | !exit |
93 | 93 | ||
94 | :badwimsversion |
94 | :badwimsversion |
95 | The wims_version declearation of your module must be an existing WIMS version |
95 | The wims_version declearation of your module must be an existing WIMS version |
Line 97... | Line 97... | ||
97 | This is apparently not the case. Please correct. |
97 | This is apparently not the case. Please correct. |
98 | !exit |
98 | !exit |
99 | 99 | ||
100 | :doublelang |
100 | :doublelang |
101 | Confusion in module language definition: the INDEX file declares |
101 | Confusion in module language definition: the INDEX file declares |
102 | <tt>language=$w3</tt>, while the directory has extension |
102 | <tt class="wims_code_words">language=$w3</tt>, while the directory has extension |
103 | <tt>$w2</tt>. Please correct. |
103 | <tt class="wims_code_words">$w2</tt>. Please correct. |
104 | !exit |
104 | !exit |
105 | 105 | ||
106 | :empty |
106 | :empty |
107 | Empty submission ignored. |
107 | Empty submission ignored. |
108 | !exit |
108 | !exit |
Line 143... | Line 143... | ||
143 | :noreply |
143 | :noreply |
144 | Connection error trying to contact the publication center $centralhost. |
144 | Connection error trying to contact the publication center $centralhost. |
145 | !exit |
145 | !exit |
146 | 146 | ||
147 | :noright |
147 | :noright |
148 | You are not known to be the author or translator of <tt>$w2</tt>. |
148 | You are not known to be the author or translator of <tt class="wims_fname">$w2</tt>. |
149 | You can send a |
149 | You can send a |
150 | !href cmd=reply&jobreq=backup backup archive |
150 | !href cmd=reply&jobreq=backup backup archive |
151 | of your modification to the author |
151 | of your modification to the author |
152 | !set au=!line 2 of $wims_read_parm |
152 | !set au=!line 2 of $wims_read_parm |
153 | !distribute items $au into w3,w4 |
153 | !distribute items $au into w3,w4 |