Skip to content

Commit

Permalink
Merge pull request #16 from un1versal/The-Shipping-News
Browse files Browse the repository at this point in the history
temporary: make quick link come to GitHub wiki donwload page and add note on download page. PLEASE REVIEW
  • Loading branch information
wodim committed Jan 22, 2016
2 parents d052f3b + da5963a commit aa041f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@
</div>
<div class="header-breadcrumbs">
<ul>
<li><a href="<?php echo $quickdownload_link?>" title="get the latest release"><?php echo $template['index']['quickdnl']?></a></li>
<li><a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc's-nightly-source-or-binaries" title="Get the latest build"><?php echo $template['index']['quickdnl']?></a></li>
<!--
<li><a href="<?php echo $quickdownload_link?>" title="Get the Latest Release"><?php echo $template['index']['quickdnl']?></a></li>
<li><a href="ftp://ftp.kvirc.de/pub/kvirc/snapshots/" title="get snapshots"><?php echo $template['index']['snapshots']?></a></li>
<li><a href="?id=themes&amp;lang=<?php echo $lang?>" title="themes and appearance"><?php echo $template['index']['themes']?></a></li>
//-->
Expand Down
5 changes: 3 additions & 2 deletions translation/locale_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
//$template['index']['frforum']="french forum";
//$template['index']['osxsite']="OS X builds";
// other
$template['index']['quickdnl']="quick download";
//$template['index']['quickdnl']="quick download";
$template['index']['quickdnl']="Grab the latest build";
// search
$template['index']['search']="Search";
$template['index']['go']="GO";
Expand Down Expand Up @@ -276,7 +277,7 @@

/* download.php start */
$template['download']['title']="Downloading KVIrc";
$template['download']['text1']="You can obtain KVIrc in three ways:";
$template['download']['text1']="You can obtain KVIrc in three ways:<br><br><b><u>Note:</b></u> Consider downloading the current nightly Git builds instead of 4.2.0 stable</b>.<br>The current Git builds are quite stable and safe for day-to-day usage, due to the considerable enhancements, improvements and bugs fixes that are now included.<br>For more information <a href=\"https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrc%27s-nightly-source-or-binaries\">click here</a>.";
$template['download']['text2']="Official release packages";
$template['download']['text3']="
The official packages are released least frequently but are the most stable ones. Each official source package is well tested and will probably compile on your system. You also have more possibilities to find a binary package suitable for your system. The on-line FAQs and documentation refer to this type of package.";
Expand Down

0 comments on commit aa041f7

Please sign in to comment.