[Scummvm-cvs-logs] SF.net SVN: scummvm:[39950] web/trunk/include/sidebar.php

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Apr 14 22:10:49 CEST 2009


Revision: 39950
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39950&view=rev
Author:   fingolfin
Date:     2009-04-14 20:10:49 +0000 (Tue, 14 Apr 2009)

Log Message:
-----------
Improved website sidebar a bit: Disabled non-funct donation button, added links to patch tracker, buildbot and planet scummvm, some wording tweaks

Modified Paths:
--------------
    web/trunk/include/sidebar.php

Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2009-04-13 20:41:16 UTC (rev 39949)
+++ web/trunk/include/sidebar.php	2009-04-14 20:10:49 UTC (rev 39950)
@@ -14,7 +14,10 @@
     $g->add("Screenshots", $file_root."/screenshots.php");
     $g->add("Forums", "http://forums.scummvm.org/");
     $g->add("Downloads", $file_root."/downloads.php");
-    $g->add("Donate to ScummVM", "http://sourceforge.net/donate/index.php?group_id=37116");
+    $g->add("ScummVM Blogs", "http://planet.scummvm.org/");
+    // FIXME: Donate temporarily disabled, waiting for us to reestablish its functionality
+    // at SF.net
+    //$g->add("Donate to ScummVM", "http://sourceforge.net/donate/index.php?group_id=37116");
 
     $g->done();
 
@@ -27,16 +30,18 @@
     
     $g->done();
 
-    $g = new htmlmenu("SourceForge Menu", "menu-sf");
+    $g = new htmlmenu("Development", "menu-sf");
 
-    $g->add("Project Home", "http://sourceforge.net/projects/scummvm/");
-    $g->add("Bug Tracking", "http://sourceforge.net/tracker/?group_id=37116&atid=418820");
+    $g->add("SF.net Project Home", "http://sourceforge.net/projects/scummvm/");
+    $g->add("Bug Tracker", "http://sourceforge.net/tracker/?group_id=37116&atid=418820");
     $g->add("Feature Requests", "http://sourceforge.net/tracker/?group_id=37116&atid=418823");
+    $g->add("Patch Tracker", "http://sourceforge.net/tracker/?group_id=37116&atid=418822");
     $g->add("Daily Snapshots", "downloads.php#SVN");
     $g->add("Subversion Tree", "http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/");
+    $g->add("Buildbot", "http://buildbot.scummvm.org/");
     $g->done();      
 
-    $g = new htmlmenu("Misc. Menu", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"> </a><br><br><br><br><br><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d"><img src="'.$file_root.'/images/GOG_button.jpg" alt="Buy with GOG.com" align="left" width="134" height="41"></a>
+    $g = new htmlmenu("Miscellaneous", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"> </a><br><br><br><br><br><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d"><img src="'.$file_root.'/images/GOG_button.jpg" alt="Buy with GOG.com" align="left" width="134" height="41"></a>
 ');
 
     $g->add("Subprojects", $file_root."/subprojects.php");


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