Page 1 of 1

Empty file cipher.php

Posted: 2008-04-11T13:27:54-07:00
by naoliv
Hi!

The file www/cipher.php is empty on the distributed ImageMagick tarballs (it's also empty on ImageMagick's svn repository).

Shouldn't it be cipher.html? Also, index.html should be updated to use cipher.html too.

Thank you!

Re: Empty file cipher.php

Posted: 2008-04-11T14:00:53-07:00
by naoliv
Hi again!

Also in index.html, there is a

Code: Select all

<a href="../Magick++/" target="699166635" class="sub">Magick++</a>
That should be

Code: Select all

<a href="../www/Magick++/" target="699166635" class="sub">Magick++</a>
And some links like on line 49 of index.html:
<a href="../index.html">About ImageMagick</a>
They are missing "../www/index.hmtl" too.

There is also a missing business+directory.gif at images dir (with pages using <img src="../../images/business+directory.gif")

Thank you!

Re: Empty file cipher.php

Posted: 2008-04-11T15:53:05-07:00
by magick
Thanks for the problem report. We have a patch for the problems in ImageMagick 6.4.0-7 Beta available sometime tomorrow.

Re: Empty file cipher.php

Posted: 2008-04-11T19:57:59-07:00
by naoliv
Hi!

Some small fixes also for index.html (not the one at www/index.html):

http://people.debian.org/~naoliv/misc/i ... x.diff.txt

Re: Empty file cipher.php

Posted: 2008-04-12T06:30:19-07:00
by magick
We have a script that automatically generates the web pages from the primary source at http://www.imagemagick.org. We updated the script to reflect the problems you posted. Thanks.