POV-Ray : Newsgroups : povray.unix : HTML doc is broken ? : Re: HTML doc is broken ? Server Time
28 Jul 2024 20:29:53 EDT (-0400)
  Re: HTML doc is broken ?  
From: Axel Hecht
Date: 22 Jun 1999 05:31:46
Message: <376F57FA.1C2AF2DC@numerik.uni-kiel.de>
Thierry wrote:
> 
> Hello world
> 
> I've just downloaded the pov doc in html format. Links for images
> are like "Imagennn.gif" and files names are all lowercase.
> 
> Any tips for correcting this probleme ?
> 
> --
>         ========        Thierry Boudet        ========

Here a few commands doing it for tcsh. use your favorite shell and it's
for command

foreach name ( image* )
foreach? mv $name `echo $name|sed {s/i/I/}`
foreach? end

It's a bit late and out of date, but it was still in my drafts box, so
here it goes.

Axel


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.