Skip to content

Commit

Permalink
Rework style of the download page.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20894 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 10, 2011
1 parent b7d3577 commit 10998f4
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions download.phtml
Expand Up @@ -11,9 +11,12 @@ include("externals/menu.phtml");

<h1><?php echo T_("Download GnuCash")?></h1>

<h2><?php printf (T_("Stable release (%s)"), $latest_stable)?></h2>
<p><?php echo T_("A stable release is a version of GnuCash that is well tested and considered appropriate for every day use.")?></p>
<p><?php printf (T_("The latest stable release of GnuCash is %s. Choose the download for your operating system below."), $latest_stable)?></p>
<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php printf (T_("Stable release (%s)"), $latest_stable)?></h2>
</div>
<p class="justify"><?php echo T_("A stable release is a version of GnuCash that is well tested and considered appropriate for every day use.")?></p>
<p class="justify"><?php printf (T_("The latest stable release of GnuCash is %s. Choose the download for your operating system below."), $latest_stable)?></p>

<h3><?php echo T_("Installers")?></h3>
<ul>
Expand All @@ -22,34 +25,40 @@ include("externals/menu.phtml");
</ul>

<a name="distribution"></a><h3>Linux</h3>
<p><?php echo T_("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
<p><?php echo T_("Below are ways to install GnuCash on some of the more popular distributions:");?></p>
<p class="justify"><?php echo T_("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
<p class="justify"><?php echo T_("Below are ways to install GnuCash on some of the more popular distributions:");?></p>

<ul>
<li><b>Fedora: </b><?php echo T_("Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
<li><b>Mandriva: </b><?php echo T_("Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center.")?></li>
<li><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see ");?><a href="http://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a></li>
<li><b>Ubuntu: </b><?php echo T_("Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu.")?></li>
</ul>
<p><?php echo T_("If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the source code. The GnuCash wiki has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
<p class="justify"><?php echo T_("If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the source code. The GnuCash wiki has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>

<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>
</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>

<h2><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
<p><?php echo T_("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>
<p><?php printf (T_("The latest unstable release of GnuCash is %s. Choose the download for your operating system below."), $latest_unstable)?></p>
<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
</div>
<p class="justify"><?php echo T_("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>
<p class="justify"><?php printf (T_("The latest unstable release of GnuCash is %s. Choose the download for your operating system below."), $latest_unstable)?></p>

<ul>
<li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista/7</a></li>
<li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_unstable_mac_ppc;?>">PPC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
<li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
</ul>

<h2><?php echo T_("Other")?></h2>
<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Other")?></h2>
</div>

<ul>
<li><a href="<?php echo $latest_stable_path;?>"><?php printf (T_("View all GnuCash %s downloads (stable)"), $latest_stable)?></a></li>
Expand Down

0 comments on commit 10998f4

Please sign in to comment.