www: db805a3c: Adding new help/support section that mak..
caseyho at pidgin.im
caseyho at pidgin.im
Fri Dec 26 05:31:25 EST 2008
-----------------------------------------------------------------
Revision: db805a3c9a2a3673549042d12205cfcde90620d0
Ancestor: 90c820655b49872da5ba938a0f3b64357f832c50
Author: caseyho at pidgin.im
Date: 2008-12-26T10:25:56
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/db805a3c9a2a3673549042d12205cfcde90620d0
Added files:
htdocs/support/index.php
Added directories:
htdocs/support
Modified files:
inc/header.inc
ChangeLog:
Adding new help/support section that makes things easier to find.
-------------- next part --------------
============================================================
--- htdocs/support/index.php 751b76abe25864425a1d32adbfae22d5129724cb
+++ htdocs/support/index.php 751b76abe25864425a1d32adbfae22d5129724cb
@@ -0,0 +1,62 @@
+<?
+ // Update these to match the current page.
+ $page['title'] = "Pidgin help and support";
+ $page['section'] = "Help"; // Set to "home2" to enable website test
+ $page['description'] = "Starting point for getting help and reporting problems with pidgin";
+
+ 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="http://developer.pidgin.im/wiki/Using%20Pidgin">User Guide</a>.<br>
+Also look at the <a href="http://developer.pidgin.im/wiki/FAQ">Frequently Asked Questions</a>.
+
+<h2>Need to talk to a human?</h2>
+
+Send an email: <a href="http://www.pidgin.im/cgi-bin/mailman/listinfo/support">Pidgin support mailing list</a><br>
+Chat on IRC: <a href="http://widget.mibbit.com/?settings=4102eeafa56ea5c509e3cea7434fca3f&server=irc.freenode.net&channel=%23pidgin" target="_blank">#pidgin on Freenode</a>
+
+
+</div>
+
+</div>
+
+</div>
+
+<div class="box_home" id="right">
+<div id="main">
+
+<h1>I have a problem to report</h1>
+
+<ul>
+<li>First, don't panic.</li>
+<li><a href="http://developer.pidgin.im/query?status=new&status=pending&col=id&col=summary&order=priority&version=<? echo $pidgin_version; ?>&type=defect">Search</a> to see if it has already been reported.
+<li>Otherwise, learn how to <a href="http://developer.pidgin.im/wiki/TipsForBugReports">file a bug report</a>
+</ul>
+
+<div id="download_new">
+<strong>Pidgin Crashed?</strong><br><br>
+What to do if a crash occurs:<br>
+<a href="http://developer.pidgin.im/wiki/TipsForBugReports#WindowsUsers">On Windows</a><br>
+<a href="http://developer.pidgin.im/wiki/GetABacktrace">On Linux</a>
+
+
+
+</div>
+<br>
+
+</div>
+</div>
+
+</div>
+
+<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>
============================================================
--- inc/header.inc 6f091bdc2ef094f9eb3a097f076b89b42ac0bfcf
+++ inc/header.inc 76fbe66fb47ee85d5664ac825b6162f6e3a35592
@@ -23,9 +23,10 @@ $sections['Plugins'] = "ht
// Define Sections
$sections['Download'] = "/download/";
$sections['Plugins'] = "http://developer.pidgin.im/wiki/ThirdPartyPlugins";
+$sections['Help'] = "/support/";
$sections['About'] = "/about/";
$sections['News'] = "http://planet.pidgin.im/";
-$sections['Support & Development'] = "http://developer.pidgin.im/";
+$sections['Development'] = "http://developer.pidgin.im/";
?>
More information about the Commits
mailing list