htdocs/index.php

Mon, 27 May 2019 20:50:34 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 27 May 2019 20:50:34 -0500
branch
common-issues
changeset 611
025f3ab54eb4
parent 603
a6f2e224c747
child 604
cff8cc5275c9
permissions
-rw-r--r--

closing merged branch

<?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 AIM, Google Talk, ICQ, XMPP, 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, Google Talk, ICQ, IRC, XMPP, and more chat networks all at once.</p>

<p>Supported chat networks:</p>

<ul class="condensed">
  <li>Bonjour</li>
  <li>Gadu-Gadu</li>
  <li>Google Talk</li>
  <li>Groupwise</li>
  <li>IRC</li>
  <li>SILC</li>
  <li>SIMPLE</li>
  <li>Sametime</li>
  <li>XMPP</li>
  <li>Zephyr</li>
</ul>

<br/>

<h2>Plugins!</h2>

<p>Pidgin has a vibrant community of third party developed plugins.  You can find out more on the <a href="https://developer.pidgin.im/wiki/ThirdPartyPlugins">third party plugins wiki page</a>.</p>

<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: MSN, MySpace, Mxit, and Yahoo!. These will show up as unknown in your account lists until you delete them.
</p>

</div>

<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>

mercurial