Updated table headers and SVG file url for case sensitive OS.

pull/18/head
luc 10 years ago
parent ff963cbe23
commit b3f044072e

@ -30,18 +30,23 @@ td {
Test page to check ViewImage rendering with different image formats Test page to check ViewImage rendering with different image formats
listed in <a listed in <a
href="http://www.iana.org/assignments/media-types/media-types.xhtml#image" href="http://www.iana.org/assignments/media-types/media-types.xhtml#image"
title="IANA Media Types">IANA Media Types page</a>. title="IANA Media Types">IANA Media Types page</a>, plus BMP format.
</h2> </h2>
<p> <h3>Prerequisites</h3>
Prerequisites : <ul>
<ul> <li>copy /yacy/test/viewImageTest/test folder in
<li>copy /yacy/test/viewImageTest/test folder in /yacy/htroot/env/grafics</li>
/yacy/htroot/env/grafics</li> <li>run a YaCy instance on localhost and 8090 port</li>
<li>run a YaCy instance on localhost and 8090 port</li> </ul>
</ul>
</p>
<table> <table>
<thead> <thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th colspan="2">Render method</th>
</tr>
<tr> <tr>
<th>Image format</th> <th>Image format</th>
<th>Mime type</th> <th>Mime type</th>
@ -175,26 +180,25 @@ td {
<td> <td>
<div class="thumbcontainer"> <div class="thumbcontainer">
<a <a
href="http://localhost:8090/ViewImage.svg?url=http://localhost:8090/env/grafics/test/SVG_logo.svg" href="http://localhost:8090/ViewImage.svg?url=http://localhost:8090/env/grafics/test/SVG_Logo.svg"
title="Render SVG sample in full size"> <img title="Render SVG sample in full size"> <img
src="http://localhost:8090/ViewImage.svg?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/SVG_logo.svg" src="http://localhost:8090/ViewImage.svg?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/SVG_Logo.svg"
width="128" height="128" alt="SVG render failed" /> width="128" height="128" alt="SVG render failed" />
</a> </a>
</div> </div>
</td> </td>
<td> <td>
<div class="browserthumb"> <div class="browserthumb">
<a href="http://localhost:8090/env/grafics/test/SVG_logo.svg" <a href="http://localhost:8090/env/grafics/test/SVG_Logo.svg"
title="Render SVG sample in full size"> <img title="Render SVG sample in full size"> <img
src="http://localhost:8090/env/grafics/test/SVG_logo.svg" src="http://localhost:8090/env/grafics/test/SVG_Logo.svg"
width="128" height="128" alt="SVG render failed" /> width="128" height="128" alt="SVG render failed" />
</a> </a>
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>ICO : <a <td>ICO : <a href="https://en.wikipedia.org/favicon.ico"
href="https://en.wikipedia.org/favicon.ico"
title="sample source url">sample source</a></td> title="sample source url">sample source</a></td>
<td>image/vnd.microsoft.icon, image/x-icon (not registered at <td>image/vnd.microsoft.icon, image/x-icon (not registered at
IANA)</td> IANA)</td>
@ -224,7 +228,8 @@ td {
<td>BMP : <a <td>BMP : <a
href="http://homepages.cae.wisc.edu/~ece533/images/sails.bmp" href="http://homepages.cae.wisc.edu/~ece533/images/sails.bmp"
title="sample source url">sample source</a></td> title="sample source url">sample source</a></td>
<td>image/bmp (not registered at IANA), image/x-bmp (not registered at IANA)</td> <td>image/bmp (not registered at IANA), image/x-bmp (not
registered at IANA)</td>
<td>.bmp, .dib</td> <td>.bmp, .dib</td>
<td>Windows Bitmap</td> <td>Windows Bitmap</td>
<td> <td>

Loading…
Cancel
Save