pidgin/old.pidgin.im

Bump the windows version

2017-03-09, Gary Kramlich
357c3cdde761
Bump the windows version
<?php
// Update these to match the current page.
$page['title'] = "Pidgin, the universal chat client";
$page['section'] = "Home";
$page['description'] = "A free chat client used by millions. Connect easily to MSN, Google Talk, Yahoo, AIM and other chat networks all at once.";
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/version.inc");
?>
<div id="content">
<div class="box_home">
<div id="left">
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.downloaddetect.inc"); ?>
<div id="frontpage_download_common">
<?php if ($download_have_direct_link) { ?>
<div id="frontpage_download_direct">
<div id="version">
<img src="/shared/img/logo.text-big.gif" alt="Pidgin" />
<span class="number"><?php echo $pidgin_version; ?></span>
</div>
<div id="download">
<img src="/shared/img/logo.pidgin.png" alt="[Pidgin Logo]" id="logo" width="107" height="185" />
<a class="sourceforge_accelerator_link" href="<?php echo $download_link; ?>">Download Now</a>
<script type="text/javascript">
(function() {
var script = document.createElement('script');
script.src = '//sourceforge.net/accelerator/js?partner_id=62\u0026button_size=large';
script.defer = true;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(script, s);
})();
</script>
</div>
<p class="linkbar">
<span class="number"><?php echo $download_version, ' ', $download_os; ?></span><br/>
<a href="https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog">ChangeLog</a>
</p>
`
</div>
<?php } else { ?>
<div id="frontpage_download_indirect">
<div id="version">
<img src="/shared/img/logo.text-big.gif" alt="Pidgin" />
<span class="number"><?php echo $pidgin_version; ?></span>
</div>
<div id="download">
<img src="/shared/img/logo.pidgin.png" alt="[Pidgin Logo]" id="logo" width="107" height="185" />
<a id="download_link" href="<?php echo $download_link; ?>">
<img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" width="48" height="48" />
Get Pidgin<br />
<span class="number"><?php echo $download_version, ' ', $download_os; ?></span></a>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/langdetect.inc");
if (strlen($language) > 0 && $language != "English") {
?>
<span class="number"><?php echo $language ?></span>
<?php } ?>
</div>
<p class="linkbar"><a href="https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog">ChangeLog</a></p>
</div>
<?php } ?>
</div>
</div>
</div>
<div class="box_home" id="right">
<div id="main">
<h1>IM all your friends in one place</h1>
<p>Pidgin is an easy to use and free chat client used by millions. Connect to AIM, MSN, Yahoo, and more chat networks all at once.</p>
<p>Supported chat networks:</p>
<ul class="condensed">
<li>AIM</li>
<li>Bonjour</li>
<li>Gadu-Gadu</li>
<li>Google Talk</li>
<li>Groupwise</li>
<li>ICQ</li>
<li>IRC</li>
<li>SILC</li>
<li>SIMPLE</li>
<li>Sametime</li>
<li>XMPP</li>
<li>Zephyr</li>
</ul>
<p class="more"><a href="/about/"><img src="/shared/img/button.learn-more.png" alt="Learn More" width="128" height="32"/></a></p>
<div style="clear: both;"></div>
</div>
</div>
<p class="more" id="lowblurb">
<!-- Put little news blurbs here! -->
Pidgin 2.12.0 removed protocols that were not being maintained: Facebook XMPP, MSN, MySpace, Mxit, and Yahoo!. These will show up as unknown in your account lists until you delete them.
<br /><br />
AIM is not breaking, update to this version to keep it working!
</p>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>