[Scummvm-cvs-logs] SF.net SVN: scummvm:[36159] web/trunk/subprojects.php
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Sat Jan 31 10:29:49 CET 2009
Revision: 36159
http://scummvm.svn.sourceforge.net/scummvm/?rev=36159&view=rev
Author: aquadran
Date: 2009-01-31 09:29:49 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
added icons for residual binary builds
Modified Paths:
--------------
web/trunk/subprojects.php
Modified: web/trunk/subprojects.php
===================================================================
--- web/trunk/subprojects.php 2009-01-31 09:23:07 UTC (rev 36158)
+++ web/trunk/subprojects.php 2009-01-31 09:29:49 UTC (rev 36159)
@@ -65,12 +65,18 @@
<P>
You can try compiled engine for:
</P>
-<p><a href="downloads/residualwin32.exe">Windows</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small></p>
-<p><a href="downloads/Residual-MacOSX-Intel.dmg">Mac OS X Intel</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/Residual-MacOSX-Intel.dmg")/1024) ?>K dmg file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/Residual-MacOSX-Intel.dmg")); ?>)</small></p>
-<p><a href="downloads/residual_debian_i386.deb">Debian i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_i386.deb")); ?>)</small></p>
-<p><a href="downloads/residual_debian_i386.deb">Debian x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_amd64.deb")); ?>)</small></p>
-<p><a href="downloads/residual_ubuntu_amd64.deb">Ubuntu i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_i386.deb")); ?>)</small></p>
-<p><a href="downloads/residual_ubuntu_amd64.deb">Ubuntu x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_amd64.deb")); ?>)</small></p>
+<p><img src='images/catpl-windows.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/residualwin32.exe">Windows</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small></p>
+<p><img src='images/catpl-macos.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/Residual-MacOSX-Intel.dmg">Mac OS X Intel</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/Residual-MacOSX-Intel.dmg")/1024) ?>K dmg file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/Residual-MacOSX-Intel.dmg")); ?>)</small></p>
+<p><img src='images/catpl-debian.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/residual_debian_i386.deb">Debian i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_i386.deb")); ?>)</small></p>
+<p><img src='images/catpl-debian.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/residual_debian_i386.deb">Debian x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_amd64.deb")); ?>)</small></p>
+<p><img src='images/catpl-ubuntu.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/residual_ubuntu_amd64.deb">Ubuntu i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_i386.deb")); ?>)</small></p>
+<p><img src='images/catpl-ubuntu.png' alt='' width=24 height=24 style='vertical-align: middle;'>
+<a href="downloads/residual_ubuntu_amd64.deb">Ubuntu x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_amd64.deb")); ?>)</small></p>
<p></p>
</div>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list