Subversion Repositories wimsdev

Rev

Rev 15479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15479 Rev 18040
Line 12... Line 12...
12
mod=adm/tool/glossary
12
mod=adm/tool/glossary
13
 
13
 
14
cd ../../public_html/scripts/data/glossary;
14
cd ../../public_html/scripts/data/glossary;
15
for parm in `ls $dir/fr/*`; do
15
for parm in `ls $dir/fr/*`; do
16
  message=`wget "http://127.0.0.1/wims/wims.cgi?cmd=new&module=$mod&special_parm=$parm&job=main" -nv -O  test.html ;
16
  message=`wget "http://127.0.0.1/wims/wims.cgi?cmd=new&module=$mod&special_parm=$parm&job=main" -nv -O  test.html ;
17
  echo "$parm" >> $outputdir/html.log
17
  echo "\n$parm\n" >> $outputdir/html.log
18
  $validator test.html  2>&1;`
18
  $validator test.html  2>&1;`
19
  if [ "$message" ] ; then
19
  if [ "$message" ] ; then
20
    echo -e "$job\n$message\n" >> $outputdir/html.log;
20
    echo -e "$job\n$message\n" >> $outputdir/html.log;
21
  fi;
21
  fi;
22
  $cleanup --dir=$outputdir
22
  $cleanup --dir=$outputdir