Empty file cipher.php

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Empty file cipher.php

Post 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!
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: Empty file cipher.php

Post 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!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Empty file cipher.php

Post by magick »

Thanks for the problem report. We have a patch for the problems in ImageMagick 6.4.0-7 Beta available sometime tomorrow.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: Empty file cipher.php

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Empty file cipher.php

Post 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.
Post Reply