Subversion Repositories wimsdev

Rev

Rev 4599 | Rev 12413 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!bound format within zip,tgz,tar.gz default zip

sel=!listintersect $selection and $reclist
!default sel=$reclist
select=!listcomplement score,forum in $sel
selw=!items2words $sel
dictionary=$module_dir/arch/recdep
dep=!exec translator $selw
dictionary=$module_dir/arch/recdir
dirs=!exec translator $selw $dep
dirs=!words2items $dirs
dirs=!listuniq $dirs
dirs=!items2words $dirs

dictionary=$module_dir/lang/recnames.$moduclass_lang
tot=!replace , by , $ in $reclist
tot=!exec translator $tot
fname=!translate internal / to ~ in $wims_class
!if $class_typename=course
 tmpnum_class=!char 1 to -5 of $wims_class
!else
 tmpnum_class=$wims_class
!endif
fsize=!mexec arch/pack.sh
wims_class_log=Backup created by $wims_realuser
!if $fsize!=$empty
 fsize=$[ceil($fsize/1024)]
 !setdef !set class_backup=$today in wimshome/log/classes/$wims_class/.def
!endif