r20262 - htdocs/trunk - Bug #638685: Remove source code download urls that are no longer being maintained

Christian Stimming cstim at code.gnucash.org
Thu Feb 10 14:13:04 EST 2011


Author: cstim
Date: 2011-02-10 14:13:04 -0500 (Thu, 10 Feb 2011)
New Revision: 20262
Trac: http://svn.gnucash.org/trac/changeset/20262

Modified:
   htdocs/trunk/download.phtml
Log:
Bug #638685: Remove source code download urls that are no longer being maintained

Modified: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml	2011-02-09 21:51:36 UTC (rev 20261)
+++ htdocs/trunk/download.phtml	2011-02-10 19:13:04 UTC (rev 20262)
@@ -36,8 +36,6 @@
 <h3><?php echo T_("Source code")?></h3>
 <ul>
   <li><a href="<?php echo $download_path.$latest_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_stable)?></li>
-  <li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= T_("USA Mirror");?></a></li>
-  <li><a href="http://ftp.at.gnucash.org/pub/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= T_("European Mirror");?></a></li>
  </ul>
 <p><?php echo T_("For build instructions, please check the GnuCash wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 



More information about the gnucash-changes mailing list