|
Revision 4948, 2.1 kB
(checked in by erijo, 18 months ago)
|
|
Remove references to lists.sourceforge.net
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | ?> |
|---|
| 4 | |
|---|
| 5 | <div id="content" > |
|---|
| 6 | |
|---|
| 7 | <div id="main"><img src="images/main_title_help.gif" alt="Help" /></div> |
|---|
| 8 | <div id="maincontent"> |
|---|
| 9 | <div id="subcontent"> |
|---|
| 10 | |
|---|
| 11 | <!-- News Item Begin--> |
|---|
| 12 | <div class="news"> |
|---|
| 13 | <p>There are many ways to get help if you have any troubles with Licq:</p> |
|---|
| 14 | <ul> |
|---|
| 15 | <li><a href="README">Readme file</a></li> |
|---|
| 16 | <li><a href="faqs.php">The Licq FAQ</a></li> |
|---|
| 17 | <li><a href="HINTS">Hints for using Licq.</a></li> |
|---|
| 18 | <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> |
|---|
| 19 | <li><a href="http://www.saunalahti.fi/~hanev/licq">Unofficial Licq User's Manual</a></li> |
|---|
| 20 | <li>README.* - there are a number of documents included in the root directory both the |
|---|
| 21 | main Licq program and the Qt-GUI plugin dealing with certain sepcific problems.</li> |
|---|
| 22 | <li>The <a href="info.php#lml">Licq Mailing List</a> and archive.</li> |
|---|
| 23 | <li>#Licq on irc.freenode.net</li> |
|---|
| 24 | <li>As a <b>LAST</b> resort <a href="mailto:jon@licq.org">email</a> me. |
|---|
| 25 | |
|---|
| 26 | </ul> |
|---|
| 27 | <p>If you have found a new bug, please submit it to <a href="http://trac.licq.org/">Bug Tracking</a> or subscribe to the <a h |
|---|
| 28 | ref="http://trac.licq.org/wiki/MailingList">Licq Developers |
|---|
| 29 | Mailing 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> |
|---|
| 30 | <div class="footer"> |
|---|
| 31 | <div class="footer_right"></div> |
|---|
| 32 | </div> |
|---|
| 33 | </div> |
|---|
| 34 | <!-- News Item End--> |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | </div> |
|---|
| 38 | </div> |
|---|
| 39 | |
|---|
| 40 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 41 | |
|---|
| 42 | </div> |
|---|
| 43 | |
|---|
| 44 | <? include "footer.php" ?> |
|---|