gaim/www

Well most people seemed to like it...

2003-12-15, Mark Doliner
8d5203430211
Parents 26c570092ed6
Children f955b8b49017
Well most people seemed to like it...
I think the mdk links are wrong, but sf is down (?) and I don't
remember what they are actually called.
--- a/htdocs/downloads.php Fri Dec 12 21:23:53 2003 -0500
+++ b/htdocs/downloads.php Mon Dec 15 00:21:08 2003 -0500
@@ -9,11 +9,74 @@
The current version is version <b><?php print $current_version; ?></b>.
</p>
-<ul>
- <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz?download">Source Tarball</a></li>
- <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2?download">Source BZ2ball</a></li>
- <li><a href="http://sourceforge.net/project/showfiles.php?group_id=235">Other releases</a> (RPM, win32 etc.)</li>
-</ul>
+
+<table class="dl_table">
+<tr>
+ <td class="dl_heading">Description</td>
+ <td class="dl_heading">Files</td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Windows)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.exe?download">gaim-<?php print $current_version ?>.exe</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-debug.exe?download">gaim-debug-<?php print $current_version ?>.exe</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Fedora Core 1)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1fc1.i386.rpm?download">gaim-<?php print $current_version ?>-1fc1.i386.rpm</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1fc1.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1fc1.i386.rpm</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Red Hat 9)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1rh9.i386.rpm?download">gaim-<?php print $current_version ?>-1rh9.i386.rpm</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1rh9.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1rh9.i386.rpm</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Red Hat 8.0)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1rh8.i386.rpm?download">gaim-<?php print $current_version ?>-1rh8.i386.rpm</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1rh8.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1rh8.i386.rpm</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Mandrake 9.2)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1mdk92.i386.rpm?download">gaim-<?php print $current_version ?>-1mdk92.i386.rpm</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1mdk92.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1mdk92.i386.rpm</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Mandrake 9.1)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1mdk91.i386.rpm?download">gaim-<?php print $current_version ?>-1mdk91.i386.rpm</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1mdk91.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1mdk91.i386.rpm</a>
+ </td>
+</tr>
+
+<tr>
+ <td class="dl_selection">Gaim <?php print $current_version; ?> (Source)</td>
+ <td class="dl_download">
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2?download">gaim-<?php print $current_version ?>.tar.bz2</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz?download">gaim-<?php print $current_version ?>.tar.gz</a><br>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1.src.rpm?download">gaim-<?php print $current_version ?>-1.src.rpm</a><br>
+ </td>
+</tr>
+
+</table>
+
+<p><a href="http://sourceforge.net/project/showfiles.php?group_id=235">View all files</a></p>
+
<?php
end_section();
start_section("CVS") ?>
--- a/inc/html.inc.php Fri Dec 12 21:23:53 2003 -0500
+++ b/inc/html.inc.php Mon Dec 15 00:21:08 2003 -0500
@@ -31,6 +31,50 @@
font-family: Verdana, Tahoma, Arial;
font-size: medium;
}
+
+ .dl_table {
+ border-spacing: 0px;
+ empty-cells: show;
+ width: 100%;
+ }
+
+ .dl_heading {
+ border-collapse: separate;
+ border: thin solid #000000;
+ background-color: #f7c871;
+ border-bottom: 1px;
+ border-top: 1px;
+ border-left: 1px;
+ border-right: 1px;
+ border-style: solid;
+ padding: 2px;
+ font-weight: bold;
+ }
+
+ .dl_selection {
+ background-color: #f0f0f0;
+ text-align: left;
+ vertical-align: top;
+ border-bottom: 1px;
+ border-top: 0px;
+ border-left: 1px;
+ border-right: 1px;
+ border-style: solid;
+ padding: 2px;
+ font-weight: 900;
+ }
+
+ .dl_download {
+ background-color: #f0f0f0;
+ vertical-align: top;
+ border-bottom: 1px;
+ border-top: 0px;
+ border-left: 0px;
+ border-right: 1px;
+ border-style: solid;
+ text-align: left;
+ padding: 2px;
+ }
-->
</style>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />