gnucash-htdocs master: Add win8 to download list of compatible OSs.

Cristian Marchi cmarchi at code.gnucash.org
Mon Dec 30 12:10:04 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/800f36ab (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8a29ab64 (commit)



commit 800f36abbcbdd0b7245fd6154a71207da40fa7b5
Author: Cristian Marchi <cri79 at libero.it>
Date:   Mon Dec 30 18:09:57 2013 +0100

    Add win8 to download list of compatible OSs.

diff --git a/index.phtml b/index.phtml
index d27c59f..4704c87 100644
--- a/index.phtml
+++ b/index.phtml
@@ -19,7 +19,7 @@ include("externals/menu.phtml");
 
 <ul>
 <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
-<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista/7</a></li>
+<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista/7/8</a></li>
 <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_stable;?>/Readme">Readme</a></li>
 <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
 </ul>



Summary of changes:
 index.phtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the gnucash-changes mailing list