You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Duverger, Patrick" <pa...@hp.com> on 2005/06/29 11:58:25 UTC

Malformed url in muse forrest web site

Hello,
 
the URL "Subscribe to List" in the page:
http://ws.apache.org/muse/contact_info.html
gives the URL: mailto:muse-dev-subscribe.at.ws.apache.org  which does
not work because of ".at."
 
Forrest prints "@" into ".at.", as well as ".zip" or ".exe" extensions
into ".zip.html" or ".exe.html"
 
I don't know if this is configurable in forrest, but a thin sed
postprocessing command solves the issue:
 
sed 's/\.at\./@/g' original.html > tmp.html
cat tmp.html > postProcessedFile.html
 
sed 's/\.zip\.html/\.zip/g' original.html > tmp.html
cat tmp.html > postProcessedFile.html
 
sed 's/\.EXE\.html/\.EXE/g' original.html > tmp.html
cat tmp.html > postProcessedFile.html
 
may be there is a better solution...
 
Adaptively,
Patrick
 
Patrick Duverger

 

  

OpenView Business Unit
MSB Sophia AE Lab leader

 

TCE&Q Blade

950, route des Colles
BP 027
06901 Sophia Antipolis Cedex
France

 

Phone
Fax 

(+33) 4 9295 54 92
(+33) 4 9295 58 48