[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: It's time...



Today you sent me mail regarding It's time...:

*> for a new release ;-)
*> 
*> I am planning it on early June. There are still some work in progress,
*> any help would be really appreciated. Here is my TODO list :
*> 
*> * Upgrade the current Perl modules 
*> * Test tidy <URL:http://www.w3.org/People/Raggett/tidy/>

we are using it on the pages in www.ee.ethz.ch/student-computing

---------
cat www/student-computing/.wml/htmlfix.sh
#! /bin/sh

case $1 in
*.html)
   /usr/pack/wml-1.6.8-to/lib/exec/wml_p7_htmlfix $1 > $1.tmp
   /usr/sepp/bin/tidy -latin1 -wrap 72 -u $1.tmp 2>$1.report >$1 || cp
$1.tmp $1
   rm $1.tmp
;;
esac
-----------

beware, if you use the reformatting option this wil damage the visual
layout of tables ... 


cheers
tobi

-- 
 ______    __   _
/_  __/_  / /  (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich
 / // _ \/ _ \/ / TEL: +41(0)1-6325286  FAX:...1517  ICQ: 10419518 
/_/ \.__/_.__/_/ oetiker@ee.ethz.ch http://ee-staff.ethz.ch/~oetiker

______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com