root/branches/licq/website/help.php

Revision 4124, 2.6 kB (checked in by emostar, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?
2  include "header.php";
3
4  if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php"))
5    include("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php");
6  if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"))
7  {
8    include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php");
9    $pagename = substr($PHP_SELF, 1);
10    $dispname = substr($PHP_SELF, 1, -4);
11    countpage($pagename, $dispname);
12  }
13?>
14     
15      <div id="content" >
16
17                <div id="main"><img src="images/main_title_help.gif" alt="Help" /></div>
18        <div id="maincontent">
19          <div id="subcontent">
20
21            <!-- News Item Begin-->
22            <div class="news">
23              <p>There are many ways to get help if you have any troubles with Licq:</p>
24              <ul>
25                <li><a href="README">Readme file</a></li>
26                <li><a href="faqs.php">The Licq FAQ</a></li>
27                <li><a href="HINTS">Hints for using Licq.</a></li>
28                <li><a href="http://www.linuxnewbie.org/nhf/Distribution_Specific/Slackware_Linux/Slackware__Licq_Install_Guide.html">Licq Install Guide for Slackware</a> (very outdated!)</li>
29                <li><a href="http://www.saunalahti.fi/~hanev/licq">Unofficial Licq User's Manual</a></li>
30                <li>README.* - there are a number of documents included in the root directory both the
31                    main Licq program and the Qt-GUI plugin dealing with certain sepcific problems.</li>
32                <li>The <a href="info.php#lml">Licq Mailing List</a> and archive.</li>
33                <li>#Licq on irc.freenode.net</li>
34                <li>As a <b>LAST</b> resort <a href="mailto:jon@licq.org">email</a> me.
35
36              </ul>
37              <p>If you have found a new bug, please submit it to <a href="http:
38//sourceforge.net/bugs/?group_id=254" >Bug Tracking</a> or subscribe to the <a h
39ref="http://lists.sourceforge.net/mailman/listinfo/licq-devel" >LICQ Developers
40Mailing List</a> and post your Bug Report there.<br /><br />Remember in order for the developers to resolve bugs they need to communicate with the people reporting them.  Please keep in touch with them and answer any questions that they may have to the best of your ability.</p>
41              <div class="footer">
42                <div class="footer_right"></div>
43              </div>
44            </div>
45            <!-- News Item End-->
46
47
48          </div>
49        </div>
50
51        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
52
53            </div>
54
55<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.