pidgin/old.pidgin.im

Merged in Robbie/www/Robbie/support-update-common-issues-section-to-1473936966513 (pull request #4)

Help: Update "common issues" section.
<?php
// Update these to match the current page.
$page['title'] = "Pidgin help and support";
$page['section'] = "Help";
$page['description'] = "Starting point for getting help with the Pidgin chat client.";
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/version.inc");
?>
<div id="content">
<div class="box_home">
<div id="left">
<div style="padding:20px 20px;">
<h1>General Pidgin Help</h1>
New to Pidgin? Try the <a href="https://developer.pidgin.im/wiki/Using%20Pidgin">User Guide</a>.<br/>
Also see the <a href="https://developer.pidgin.im/wiki/FAQ">Frequently Asked Questions</a>.
<h2>Need to talk to a human?</h2>
Send an email: <a href="http://pidgin.im/cgi-bin/mailman/listinfo/support">Pidgin support mailing list</a><br/>
Chat on IRC: <a onclick="javascript:this.target='_blank'; pageTracker._trackPageview('/external/webchat.freenode.net');" href="http://webchat.freenode.net/?channels=pidgin">#pidgin on Freenode</a>
</div>
</div>
</div>
<div class="box_home" id="right">
<div id="main">
<h1>I have a problem to report</h1>
<div class="prominent_box">
<p><strong>Common issues</strong></p>
<p><a href="/download/">Make sure you're using the current version of Pidgin!</a></p>
<ul style="text-align:left">
<li>Can't connect to Yahoo?</li>
</ul>
<p>Yahoo support broke. use the <a href="https://github.com/EionRobb/funyahoo-plusplus">FunYahoo++</a> plugin instead.</p>
</div>
<p>Did you find a bug? Is something not behaving the way you think it should? Did Pidgin crash?</p>
<ol>
<li>Don't panic!</li>
<li>Is this a security problem? Are you or your computer at risk of being harmed? <a href="https://developer.pidgin.im/wiki/SecurityVulnerabilityProcess">Report this directly to us</a></li>
<li>Otherwise, <a href="https://developer.pidgin.im/query?status=closed&amp;status=new&amp;status=pending&amp;max=20&amp;summary=~&amp;col=id&amp;col=summary&amp;keywords=~&amp;order=priority">search</a> to see if your problem has already been reported</li>
<li><a href="https://developer.pidgin.im/wiki/TipsForBugReports">File a bug report</a></li>
</ol>
</div>
</div>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>