Mercurial > dottes
comparison makeWeb.sh @ 191:2fa3c89a0a8a
Change web to use PNG rather than JPG.
This makes the image files smaller and much sharper.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 10 Feb 2013 18:27:29 +0000 |
parents | c88c74d27d68 |
children | 8f352063f277 |
comparison
equal
deleted
inserted
replaced
190:5383f9c46f51 | 191:2fa3c89a0a8a |
---|---|
46 # And copy the ABC. | 46 # And copy the ABC. |
47 cp $filename $webdir | 47 cp $filename $webdir |
48 | 48 |
49 echo "<tr>" >> $webdir/$output | 49 echo "<tr>" >> $webdir/$output |
50 echo "<td>${title}</td>" >> $webdir/$output | 50 echo "<td>${title}</td>" >> $webdir/$output |
51 echo "<td><a href=\"${name}.jpg\">JPG</a></td>" >> $webdir/$output | 51 echo "<td><a href=\"${name}.png\">PNG</a></td>" >> $webdir/$output |
52 echo "<td><a href=\"${name}.pdf\">PDF</a></td>" >> $webdir/$output | 52 echo "<td><a href=\"${name}.pdf\">PDF</a></td>" >> $webdir/$output |
53 echo "<td><a href=\"${name}.mid\">MIDI</a></td>" >> $webdir/$output | 53 echo "<td><a href=\"${name}.mid\">MIDI</a></td>" >> $webdir/$output |
54 echo "<td><a href=\"${name}.mp3\">MP3</a></td>" >> $webdir/$output | 54 echo "<td><a href=\"${name}.mp3\">MP3</a></td>" >> $webdir/$output |
55 echo "<td><a href=\"${name}.abc\">ABC</a></td>" >> $webdir/$output | 55 echo "<td><a href=\"${name}.abc\">ABC</a></td>" >> $webdir/$output |
56 echo "</tr>" >> $webdir/$output | 56 echo "</tr>" >> $webdir/$output |