From: Don S. <ri...@us...> - 2005-02-08 16:44:30
|
Update of /cvsroot/gaim-bnet/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24809 Modified Files: faq.php Log Message: Added note about unblocking Index: faq.php =================================================================== RCS file: /cvsroot/gaim-bnet/htdocs/faq.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** faq.php 3 Feb 2005 18:24:09 -0000 1.5 --- faq.php 8 Feb 2005 16:44:20 -0000 1.6 *************** *** 7,10 **** --- 7,12 ---- <h2>Frequently Asked Questions</h2> + <p>This page is intended to answer what could be some frequently asked questions about gaim-bnet. We highly recommend reading it before contacting us with any questions. You should also read the <a href="http://gaim.sourceforge.net/faq.php">Gaim FAQ</a>, as some questions might deal with general Gaim usage rather than gaim-bnet.</p? + <p> <b>Contact</b> *************** *** 22,25 **** --- 24,34 ---- </p> + <p> + <b>Privacy</b> + <ul> + <li><a href="#q4">How do I unblock/unsquelch/unignore a battle.net user/friend?</a></li> + </ul> + </p> + <hr noshade="noshade" size="1" /> *************** *** 57,60 **** --- 66,79 ---- </p> + <p> + <a name="Privacy"><b>Privacy</b></a> + <dl> + <dt id="q4"><b>How do I unblock/unsquelch/unignore a battle.net user/friend?</b/></dt> + <dd> + <p>This in the <a href="http://gaim.sourceforge.net/faq.php#q25">Gaim FAQ</a>.</p> + </dd> + </dl> + </p> + <?php require_once("footer.php") ?> |