Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
2495 bpr 1
!set lang_exists=yes
2
 
16267 guerimand 3
!set name_communication=Communication
15020 czzmrn 4
!set name_optionalmod=Optional modules
5
!set name_optionalmoddesc=The following optional modules are available on this server. Only checked modules will be available for teachers in classes.
6
!set name_optionalmod_parameter_desc=List of options for the optional modules. Only the checked options will be active.
7
!set name_optionalmod_param_freework_nofile=Disable file deposit in freework
15999 obado 8
!set name_optionalmod_param_tchat_nofile=Disable temporary file deposit in chat
3930 bpr 9
!set name_intromain=This tool allows the webmaster to maintain this WIMS installation online. Its\
2486 bpr 10
 access is strictly controled by definitions in the configuration file
11
 
16176 obado 12
!set name_motd=Greeting messages
13
!set name_motdtype=Server home page, Supervisor home page
14
!set name_motdintro=!nosubst This interface allows you to enter and modify certain greetings. HTML tags are allowed. \
15
Text length is limited to $max_motdchar characters. To enter longer texts it is necessary to connect \
16
  directly to the server in console mode.
17
!set name_motdtypename=Message
18
!set name_motddesc=Content
19
!set name_motdlangdesc=The message will only be displayed to users using this language.
20
!set name_motdmodify=Edit
21
!set name_motdview=View
22
!set name_motdview=Verify
23
!set name_motd_intro2=Display the home page of the server, Display the messages of the day on supervisors home page
16185 guerimand 24
!set name_motd_introdesc=Ci-dessous le message affiché dans chacunes des langues disponibles sur le serveur.
16176 obado 25
 
15999 obado 26
!set name_geolocoption=Geolocation option
27
!set name_geolocoptiondesc=The location indications and GPS coordinates allow the server to be located on the world map.\
28
 The classes for which this information is completed are also marked on the same map.\
29
 Classes without GPS coordinates are pointed to the location of the server if it is defined or not pointed if it is not defined.<br/>\
30
 The server location data is updated every Monday.
31
!set name_serverlocation_help=GPS coordinates are two real numbers separated by a comma.
32
!set name_serverlocation=Server location (City Country)
33
!set name_geoloc=GPS coordinates
34
!set name_autocompletion=Automatic location suggestion
35
!set name_autocompletion_help=It is possible to define a different autocompletion API for each language (among the available APIs).\
36
 Each API manages a region of the world.\
37
 The API allows you to auto-complete the GPS coordinates according to the location field\
38
 (also to format this field in a standard way).\
39
 However, the user can always enter information outside of autocompletion\
40
 when this latter is not available or does not give the desired result.
41
!set name_autocompletionscript=Autocompletion script
42
!set name_noone=No API
15792 guerimand 43
 
4370 bpr 44
!set name_warning_wrongpass=You have given a wrong password.
3093 bpr 45
!set name_try_wrongpass=Try again
3882 bpr 46
 
7177 bpr 47
 
2495 bpr 48
!!list
11980 obado 49
 !distribute lines Security setup should be established after compilation. Please execute <code class="bash">bin/wrapuid</code> by root!\
2495 bpr 50
   Here is the list of tasks you may perform online.\
51
   Configuration\
52
   System checklist\
3970 bpr 53
   to be run after each addition of new teaching materials as modules, sheets, ... to the server\
10163 bpr 54
   Maintain\
2495 bpr 55
   Create/maintain\
11980 obado 56
   Various\
2495 bpr 57
into name_warning,name_online,name_configuration,name_checklist,name_mkindex,name_checkmaintain,\
11980 obado 58
  name_createmaintain,name_various
2495 bpr 59
 
8961 bpr 60
!set name_restore_class=Restore a class
2495 bpr 61
!!help
62
 
63
!set name_warning_help=Please use specific help links for the various help subjects.
64
 
2514 bpr 65
!set name_visit=Visit
2553 bpr 66
!set name_click=Click here
2851 reyssat 67
 
4106 bpr 68
!set wims_name_download_module=Module download
69
 
2486 bpr 70
!if $job=access
71
 !set title=Access policy configuration
72
 !set name_subtitle=Access policy definition
73
 !exit
74
!endif
75
 
14890 obado 76
!! activ job strings, but some are also used in class & bestclass jobs
77
!if $job iswordof activ class bestclass
2486 bpr 78
  !set title=Current server activities
79
  !distribute lines Server Time\
14890 obado 80
Load average\
81
minute\
82
minutes\
83
hour\
84
hours\
85
last\
86
since\
87
Number of requests\
88
Active sessions within last 10 minutes\
89
Session\
90
Client IP\
91
Requests\
92
Module\
2851 reyssat 93
  into name_servor_time,name_Load,name_min,name_mins,name_hour,name_hours,name_last,name_since,\
2486 bpr 94
   name_requests,name_activesessions,name_session,name_IP,name_Requests,name_module
15535 czzmrn 95
 
96
   !if $job=activ
97
     !exit
98
   !endif
2486 bpr 99
!endif
100
 
101
!if $job=attrib
102
  !set title=File permission verification
2828 didsene 103
 
2843 reyssat 104
  !distribute lines The access permissions of this WIMS installation are all in secure mode.\
2486 bpr 105
  The following files/directories are readable by others, while they should not\
106
  There are a huge number of files/directories writable by others, while they should not.\
107
  The problem is only partially fixed. Please\
108
   repeat the process once again\
109
   until there is no longer files/directories with bad permissions\
110
   List of fixed permissions this time\
111
   The following files/directories are writable by others, while they should not\
112
   The following files/directories are executable by others, while they should not\
113
   There are a huge number of files/directories not owned by WIMS. Partial list below.\
114
   The following files/directories are not owned by WIMS.\
115
   The following directories/files should be world executable, while they are not.\
116
into name_attrib1,name_attrib2,name_attrib3,name_attrib4,name_repeat,\
117
  name_attrib5,name_attrib6,name_attrib7,name_attrib8,name_attrib9,name_attrib10,
118
  name_attrib11
2828 didsene 119
 
2486 bpr 120
  !set name_warning1=WIMS directories should not contain files belonging to others.\
3882 bpr 121
  Now you MUST manually check the origin of these files, and either erase them, or change their ownership.
2486 bpr 122
  !set name_warning2=Important security recommendation: please make correct changes\
7177 bpr 123
  of the owner of some files
124
 
3882 bpr 125
  !set name_warning_chroot=If you use wims-chroot distribution, you must execute \
5978 bpr 126
  as <span class="tt">root</span> the script <span class="tt">bin/setchroot</span>.
127
 !set name_warning_wimsd=If you use wimsd, you must execute as <span class="tt">root</span> \
7177 bpr 128
   the script <span class="tt">bin/setwimsd</span>.
5978 bpr 129
 !set name_warning_wrapexec=You must execute as <span class="tt">root</span> the script <span class="tt">bin/setwrapexec</span>.\
7177 bpr 130
 This is crucial for the security of your installation.
2486 bpr 131
 !set name_warning3=These wrong permissions represent a security risk to your installation. This has\
132
  been fixed for the time being, but you should be alerted and verify access\
133
  permissions more regularly. If the same problem reappears, you should check\
134
  the possibility of an intrusion to your system, and data on this server\
135
  might be compromised.
136
 !exit
137
!endif
138
 
139
!if $job=backup
140
 
141
 !distribute lines Data backup is not active on this server.\
142
 Click here\
143
 to set up the automatic daily data backup.\
144
 Last data backup\
145
 Download the backup files\
146
To restore an old backup file, give the file name (it must be a *.tgz file)\
147
You need a fast connection if the file to upload is big.\
148
into name_backup,name_click,name_daily,name_last,name_download,name_restore,name_fast
149
 !exit
150
!endif
151
 
152
!if $job=badconf
2828 didsene 153
 
2486 bpr 154
  !set name_warning1=!nosubst The file $fname is world readable!\
3930 bpr 155
    There is a serious risk that your webmaster setup and/or password have\
2486 bpr 156
   leaked. Now you MUST change the file attribute of $fname by making them readable only by the owner,
157
  !set name_warning2=and make more secure definitions in it whenever possible.
158
  !set name_warning3=and define a new manager password.
159
  !set name_warning4=Once you have done this, try this page again.
160
 
161
 !exit
162
!endif
163
 
2495 bpr 164
!if $job iswordof class bestclass
2486 bpr 165
  !set title=
166
  !distribute lines Click here\
167
   to configure the site's access policies to virtual classes.\
168
    There is no virtual class corresponding to your search. \
169
    List of institutions and class groups\
170
    created\
171
    expires\
172
    means the number of cumulative connection hours since\
3076 bpr 173
    best class activity on this period\
2495 bpr 174
    Participant\
175
    List of independent classes\
2828 didsene 176
    means cumulative hour.student connection since\
2495 bpr 177
    best class of cumulative connection hours since\
178
    Your WIMS virtual class\
2498 bpr 179
    List of classes\
2514 bpr 180
    load\
181
    format\
2495 bpr 182
  into name_click,name_config,name_noclass,name_list,name_created,name_expire,name_cumul,name_best,\
2851 reyssat 183
  name_part,name_listindependant,name_cumul_student,name_bestcumul,name_yourclass,name_listclass,\
2514 bpr 184
  name_load,name_format
2828 didsene 185
 
2490 bpr 186
  !set name_search1=There are many virtual classes on this site. To find a class, please type a search keyword.
187
  !set name_search2=There are still too many classes corresponding to your search word. Please give a more precise word.
2851 reyssat 188
  !set name_total=!nosubst There are $nbcls class groups or classes in this server.
2828 didsene 189
 
2521 bpr 190
  !if $job2 iswordof modify erase
191
  !set title=
192
  !distribute lines Important properties of the virtual class\
193
     of\
194
     serial number\
195
     This class comes with WIMS distribution.\
196
     Supervisor password\
197
     Password for participant registration\
198
     Erasing this password makes the class world-accessible.\
199
     Secure hosts\
200
    Expiration date\
201
    notify the supervisor\
202
    of the class of your changes.\
203
    Other classes\
204
    Limit of participants\
205
    Are you sure you want to erase this class?\
206
    Your WIMS virtual class\
207
    WIMS class modification\
208
  into name_prop,name_of,name_serial,name_distrib,name_supervisor_p,name_supervisor_r,\
209
    name_warning,name_secure,name_expire,name_notify,name_change,name_other,name_limit,name_erase,\
210
    name_yourclass,name_yourclassmod
211
  !set name_creation=!nosubst is created on $class_creation and
2867 reyssat 212
  !set name_expires=!nosubst expires on $class_expiration
2521 bpr 213
  !set name_remark=<b>Remark</b>. Changes to these fields only make sense when asked for by\
214
     the supervisor of the class (who has lost the control of the class). And you should probably
215
!exit
216
!endif
217
 
2486 bpr 218
 !exit
219
!endif
220
 
221
!if $job=conf
222
  !set title=!nosubst Configuration of $cattit
223
  !distribute lines Configuration not changed because you have made no modifications.\
7521 obado 224
default\
10325 bpr 225
recommended\
226
   into name_config,name_default,recommended
2828 didsene 227
 
5978 bpr 228
 !set name_updated=!nosubst The file <span class="tt">wims.conf</span> is updated. You can recover the old\
229
   configuration information from <span class="tt">$backdir/wims.conf.old</span>.
2828 didsene 230
 
11887 obado 231
  !set name_warning=Parameters with a <span class="tt wims_warning">'*'</span> in their titles are important ones. \
232
Those with a <span class="tt wims_warning">'!'</span> may damage the installation if you mess up.<br />\
5978 bpr 233
Anyway, remember that erasing the file <span class="tt">log/wims.conf</span> will\
2851 reyssat 234
allows you to restart from a default configuration set. Saved configurations\
2486 bpr 235
can also be recovered from log directory.
2521 bpr 236
!!confcat=6
237
 !distribute lines Click here\
238
   for backup management and\
239
   here\
240
  for manual module management.\
241
 into name_click,name_backup,name_here,name_manual
2486 bpr 242
 
2521 bpr 243
!!ressources
244
  !set name_config_site=to configure the site's access restriction policy.
2828 didsene 245
!!graphics and software
2529 bpr 246
   !distribute line to check the effect of the new setup.\
247
   Check computational softwares used by various WIMS modules\
248
   to check dynamic graphics\
249
   command\
250
   importance\
251
   availability\
252
   Unavailable\
9364 bpr 253
   Example of modules depending on it\
2529 bpr 254
   This software is usually attached to WIMS distribution. Its compilation may have failed\
9322 bpr 255
   to check the effect of the new setup.\
2529 bpr 256
 into name_check,name_checksoftware,name_checkgraphics,name_command,name_importance,\
257
   name_availability,name_Unavailable,name_dependingonit,name_fail,name_refresh
2828 didsene 258
 
259
 
2529 bpr 260
!set name_warning_program=WIMS is unable to find the following programs which are used by some of its\
261
 modules. These programs are either not installed in the system (in which\
262
 case please install them), or are installed in a directory not included in\
263
 the searching path of WIMS (in which case you can add the directory to\
264
 the PATH parameter in
265
 
4370 bpr 266
!set name_imagemagick=We did not find a working ImageMagick on the system.\
2529 bpr 267
 Without this package, most WIMS images and animations will be broken. So we\
268
 strongly recommend that you install ImageMagick before continuing.
2828 didsene 269
 
2529 bpr 270
!set name_dynamic=Check dynamic graphics (you may wish to do it with different browsers)
271
 
272
!set name_tex=This formula uses dynamic TeX insertion. It should appear correctly, unless <b>TeX</b> is not\
7177 bpr 273
  correctly installed on your system.
5651 bpr 274
!set name_size=You may change TeX font size step if they appear too big or too small
275
!set name_mathml=This formula uses dynamic MathML. If it does not appear correctly, it is certainly\
276
because the browser you use does not treat correctly MathML.
2529 bpr 277
 
278
!set name_drawing=The following two pictures are generated by the internal dynamic drawing\
279
  program. One is still image, the other is animated. Can you see them\
280
correctly? If not, try different graphics/animation formats.
281
 
282
 
283
!set name_gnuplot1=The following plot uses <b>gnuplot</b>
284
!set name_gnuplot2=The curves should have different colors. If this is not OK, try different graphics formats.
285
 
2851 reyssat 286
!set name_graphviz1=The following colored horizontal graph uses <b>graphviz</b> and is not affected by the above formats. \
287
  If it does not appear, then
288
!set name_graphviz2=is not correctly installed.
289
 
2529 bpr 290
!set name_povray1=The following ray-traced picture is not affected by the above formats. \
2828 didsene 291
  If it does not appear, then
2529 bpr 292
!set name_povray2=is not correctly installed.
2486 bpr 293
 !exit
294
!endif
295
 
296
 
297
!if $job=crontab
298
  !set title=Automatic daily maintenances
299
 !distribute  Manually installed crontab found. You should either continue to manage cron jobs manually, or erase your manual crontab before switching to this online tool.\
300
   Never use this tool if you have a personalized crontab!\
301
   Strange error: I cannot recover my working directory. Check your installation: it is not working normally.\
302
   Available maintenance works\
303
   Daily data backup at\
304
   Choose a time when the server is not busy.\
305
   Activity accounting (necessary for site statistics)\
306
into name_manually,name_warning,name_strange,name_available,name_daily,name_notbusy,name_accounting
307
 
308
 
309
 !exit
310
!endif
311
 
3774 reyssat 312
!if $job2=del1
2851 reyssat 313
  !set name_warning=Are you sure you want to erase the developer account
2828 didsene 314
 
2486 bpr 315
 !exit
316
!endif
317
 
318
!if $job=developer
319
  !set title=
320
  !set wims_name_adddevel=Add a new developer account
321
  !set wims_name_develaccount=List of developer accounts
322
  !set name_dev=Registered module developers on this server
2828 didsene 323
 
2486 bpr 324
  !set name_allowed=Developers who are allowed to install modules in the site's local\
11938 bpr 325
  subdirectory, Enter login names:
2486 bpr 326
 
12155 obado 327
  !set name_modification=Modification of properties of a developer account.
328
  !set name_mod_password=Leave the password field\
329
    empty if you do not want to change the old password.
330
  !set name_add=To add a new developer account, please specify: (All the fields are mandatory)
331
 
12727 obado 332
  !if $job2=mod2
333
    !set name_error1=!nosubst The login name <span class="tt">$devlogin</span> is already in use by another\
334
   account. Please choose a different name.
335
    !set name_error2=!nosubst The <span class="tt">$badfield</span> field is not correctly entered. Please\
336
   correct it.
337
  !endif
338
 
2486 bpr 339
 !exit
340
!endif
341
 
2487 bpr 342
!if $job=file
343
  !distribute lines Here is the file for download\
344
     Do you really want to erase the file\
345
     last modified\
346
     bytes\
347
     is an image\
348
      is a binary file\
349
     is too long to be shown or edited.\
350
     This file belongs to the distribution, it should not be modified.\
351
     Download the file\
352
     Content of\
353
   into name_file,name_erase,name_last,name_bytes,name_image,name_binary,name_toolong,\
354
   name_distrib,name_download,name_content
2828 didsene 355
 
2487 bpr 356
!exit
357
!endif
358
 
2486 bpr 359
!if $job=fs
360
!distribute lines Current directory\
361
  Subdirectories (click to go)\
362
  Symbolic links\
363
  Add a new file to it\
364
  Files\
365
  No regular file in this directory.\
366
into name_current,name_sub,name_symbolic,name_add,name_files,name_file
367
 
368
 !exit
369
!endif
370
 
2499 bpr 371
!if $job=no_right
3941 bpr 372
  !set name_warning=Sorry but you are not recognized as manager of this site. You do not have\
2499 bpr 373
right to access this module.
374
!exit
375
!endif
2486 bpr 376
!if $job=mkindex
377
  !set title=Rebuild resource index
378
  !distribute lines Resource index rebuilding is scheduled. You will receive a mail containing the result of resource rebuilding.\
3970 bpr 379
    Rebuilding resource index takes server teaching materials, so should better be avoided when the server is very busy.\
2486 bpr 380
    Result of last resource index building at\
381
    Click here\
3941 bpr 382
    to restart a resource index rebuilding (you should not).\
2486 bpr 383
    to start resource index rebuilding.\
384
  into name_scheduled,name_rebuilding,name_result,name_click,name_restart,name_start
385
!exit
386
!endif
387
 
2495 bpr 388
!if $job=modules
3081 bpr 389
  !set title=Module download
5901 bpr 390
  !set name_scheduled=!nosubst Your <span class="tt wims_code_words">$auto</span> command is scheduled for execution. The result will be sent to\
12155 obado 391
    you by email. Please do not repeat this command before the execution is completed.
3081 bpr 392
  !distribute lines in the module download center (s)\
2486 bpr 393
    for modules in zone\
11412 obado 394
    the general search zone, or <tt>all</tt> for all zones\
395
    sample : H1\
2486 bpr 396
    and category\
11412 obado 397
    the general search category, or <tt>all</tt> for all categories\
398
    sample : geometry\
2486 bpr 399
    changed at least\
400
    days ago\
11412 obado 401
    Reduce the risk of getting new bugs\
3168 bpr 402
    Download configuration\
11412 obado 403
  into name_mod, name_zone, muzone_help, muzone_placeholder,\
404
    name_cat, mucat_help, mucat_placeholder, name_change, name_ago,\
405
    mudelay_help, wims_name_config_module
2828 didsene 406
 
2486 bpr 407
  !distribute lines Error fetching the module \
408
      Error installing/updating\
409
      Installing/updating\
2734 bpr 410
      successful\
2486 bpr 411
      You will need to\
412
      test it\
413
      rebuild module index\
414
      Install\
415
      Update\
416
      versus\
417
      Changes\
418
      New version of\
419
      New module\
2487 bpr 420
      You need to\
421
      after module update\
422
      Click here\
3081 bpr 423
      to configure the download centers and the publication centers, to configure daily automatic module update or to choose the publication centers for the developpers of your site.\
2487 bpr 424
      You can also update\
3081 bpr 425
      Here you can update / download modules.\
2486 bpr 426
    into name_error1,name_error2,name_install,name_successful,name_need,name_test,name_rebuild,name_Install,\
2487 bpr 427
      name_Update,name_versus,name_Changes,name_version,name_newmodule,name_youneed,name_after,\
3081 bpr 428
      name_click,name_automatic,name_rss,name_canupdate
2495 bpr 429
 
430
!!check
431
  !distribute lines No module publication found corresponding to your search.\
432
    Click on the address of a module to check/install/update it.\
433
    Found new versions\
434
    Found new modules\
435
    update all\
2825 reyssat 436
    install all\
2495 bpr 437
    updated by\
438
    New version\
439
    New modules\
6235 bpr 440
    Server<br />version\
441
    published<br />by\
3030 guerimand 442
  into name_check1,name_click_adress,name_foundv,name_foundm,name_all_u,name_all_i,name_updated,name_newv,name_newm,name_server,name_published
2495 bpr 443
 
12155 obado 444
 !exit
2486 bpr 445
!endif
446
 
447
!if $job=restore
448
   !set name_warning1=Wrong archive file: no compatible content found in it.
449
   !set name_warning2=Data in following directories are successfully restored/installed
12155 obado 450
 
2486 bpr 451
 !exit
452
!endif
2828 didsene 453
 
2486 bpr 454
!if $job=sess
455
  !set title=User session
456
  !distribute lines Content of the session\
457
    Content of the session variable file\
458
    Content of the file\
459
    List of active sessions\
460
  into name_content_s,name_content_v,name_content_f,name_listsessions
461
!exit
462
!endif
463
 
464
!if $job=upload
12155 obado 465
  !set name_warning=To upload teaching materials to the server, insert the cd-rom or usb key containing\
3751 bpr 466
   the resource into$ your computer, and find a file named "wims-resource.tgz" or "wimsres-*.tgz"\
2486 bpr 467
  in the following input field
12155 obado 468
  !set name_need=You need a fast connection if the file to upload is big.
469
 
470
 !exit
2486 bpr 471
!endif
2499 bpr 472
 
2527 bpr 473
!if $job=rss
12155 obado 474
  !set title= Rebuild RSS feed
475
  !set name_start=to start RSS Feed rebuilding.
476
 
2527 bpr 477
 !exit
2535 bpr 478
!endif
479
 
480
!if $job=otherdownload
3970 bpr 481
  !set name_text1=Other teaching materials can be downloaded manually.
482
  !set name_shtooka=Download Shtooka teaching materials (audio words)
2535 bpr 483
 
12155 obado 484
 !exit
2535 bpr 485
!endif
486
 
487
!if $job=swac
488
  !set name_mkindex=Make the index
489
  !set name_text_swac= You may download the mp3 files of some packages of the Shtooka project.\
490
<p>If the modules which call them are intensively used by the wims server, you should do it.\
3941 bpr 491
If you do not, these modules will look for the mp3 of the site http://shtooka.net\
6145 bpr 492
</p><p>\
2535 bpr 493
To download the collections, do it by line command  with the script\
5978 bpr 494
<span class="tt">$wims_home/bin/swac </span>. It will install some swac packs at the right place.\
6145 bpr 495
</p><p class="small">Because of the fact that the files of wims are encoded iso-latin, it's not\
5978 bpr 496
yet possible to use the cyrillic packs.</p>
12155 obado 497
 
498
 !exit
2535 bpr 499
!endif
2845 guerimand 500
 
501
!if $job=sendmail
12155 obado 502
  !distribute item Subject,Message \
3882 bpr 503
into name_subject,name_message
12155 obado 504
  !let name_dest=Recipient,Server administrator,Individual class supervisor,Superclass administrator,Portal administrator,Teacher of a superclass,Teacher of a portal
15676 obado 505
  !let name_sending=Your message has been sent to all recipients
12155 obado 506
 
2845 guerimand 507
 !exit
7177 bpr 508
!endif
8961 bpr 509
 
510
!if $job=classrestore
511
  !distribute lines Choose the class to restore in the following list\
512
  There is no class to restore.\
11086 bpr 513
  There are many archived classes. You must enter the identifier of the class to restore.\
514
into name_restore_choose, name_restore_noclass,name_toomuchbackup
12155 obado 515
 
14277 obado 516
  !set name_restore_done=!nosubst The class <strong>$year/$class</strong> has been restored.\
517
  Tell to its teacher that the new expiration date is the <strong>$date</strong>.\
518
  It is disadvised to redo this operation.
8961 bpr 519
 
14277 obado 520
  !set name_class_link=Direct link to the class maintenance page:
521
 
522
  !exit
8961 bpr 523
!endif