| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | ?> |
|---|
| 4 | |
|---|
| 5 | <div id="content" > |
|---|
| 6 | |
|---|
| 7 | <div id="main"><img src="images/main_title_info.gif" alt="Info" /></div> |
|---|
| 8 | <div id="maincontent"> |
|---|
| 9 | <div id="subcontent"> |
|---|
| 10 | |
|---|
| 11 | <p>Licq is a multi-threaded ICQ clone written mostly in C++. It uses an extensive plugin system to manage many different functions. The main gui is written using the Qt widget set. Licq is distributed under GPL with some special QPL exceptions for Qt.</p> |
|---|
| 12 | |
|---|
| 13 | <p>Development is very ongoing, with new features and bugs fixed frequently, so updates are available often. The current version should be very stable, but as with all software use it at your own risk.</p> |
|---|
| 14 | |
|---|
| 15 | <p>See the <a href="README">README</a> or <a href="faqs.php">Frequently Asked Questions</a> for more information.</p> |
|---|
| 16 | |
|---|
| 17 | <p>Get the current stable release here.</p> |
|---|
| 18 | |
|---|
| 19 | <!-- Info Item Begin--> |
|---|
| 20 | <div class="news"> |
|---|
| 21 | <h2>ICQ Features:</h2> |
|---|
| 22 | <ul> |
|---|
| 23 | <li>Contact List - fully functionning online/offline user list with pixmaps and everything.</li> |
|---|
| 24 | <li>Messages - send and receive messages both online and offline through the server. Send in color too.</li> |
|---|
| 25 | <li>Chat - chat with other users in regular and multiparty mode, set/see colors/fonts and save chat session.</li> |
|---|
| 26 | <li>File transfer - batch transfer files to and from other icq users.</li> |
|---|
| 27 | <li>URL - send and receive URL's from other users.</li> |
|---|
| 28 | <li>Status - set status to any of the available ones, set and retrieve away message.</li> |
|---|
| 29 | <li>User info - retrieve and update all user and personal information.</li> |
|---|
| 30 | <li>Whitepages - full support for General/More/Work/About info as well as searches based on this info.</li> |
|---|
| 31 | <li>History - keeps a log of all messages to and from a user.</li> |
|---|
| 32 | <li>Add/remove and edit user information from within the program.</li> |
|---|
| 33 | <li>Invisible list - be invisible to some users all the time.</li> |
|---|
| 34 | <li>Visible list - be visible to some users when you are in invisible mode.</li> |
|---|
| 35 | <li>Online user notification - have a sound played when a specific user goes online</li> |
|---|
| 36 | <li>Last seen online - shows the last time you've seen this user online</li> |
|---|
| 37 | <li>Local time - displays the local time for the user</li> |
|---|
| 38 | <li>Away-to-User - be a different status to particular users</li> |
|---|
| 39 | <li>Accept-in-Away - automatically accept events from certain users in certain statuses</li> |
|---|
| 40 | <li>Send contact lists - send a list of users to other users</li> |
|---|
| 41 | <li>Search - full support for searching by email/uin/alias/whitepages</li> |
|---|
| 42 | <li>Random chat - find random users (and be found)</li> |
|---|
| 43 | <li>Server stored contacts - keep your groups and users stored on the server</li> |
|---|
| 44 | <li>Typing notification - see when the remot use is typing a message to you</li> |
|---|
| 45 | <li>Phone book - keep track of users phone numbers, and yours</li> |
|---|
| 46 | <li>User pictures - see the picture of the user, if they have one available</li> |
|---|
| 47 | <li>Proxy support - HTTPS proxy support to connect through a proxy server</li> |
|---|
| 48 | </ul> |
|---|
| 49 | <div class="footer"> |
|---|
| 50 | <div class="footer_right"></div> |
|---|
| 51 | </div> |
|---|
| 52 | </div> |
|---|
| 53 | <!-- Info Item End--> |
|---|
| 54 | |
|---|
| 55 | <!-- Info Item Begin--> |
|---|
| 56 | <div class="news"> |
|---|
| 57 | <h2>New Features:</h2> |
|---|
| 58 | <ul> |
|---|
| 59 | <li>Web Inteface</li> |
|---|
| 60 | <li>User groups - organize your users into groups.</li> |
|---|
| 61 | <li>Network monitor window - allows you to see the actual data being sent and received from mirabilis and other users.</li> |
|---|
| 62 | <li>Themed Docking - dock Licq using one of many different icon themes</li> |
|---|
| 63 | <li>Skin and icon pack support to make the qt-gui look like anything including transparent contact list</li> |
|---|
| 64 | <li>Customizable - allows full customization of colors, fonts, sizes and pixmaps for the contact list.</li> |
|---|
| 65 | <li>FIFO support for remotely controlling your licq session</li> |
|---|
| 66 | <li>Extensive utility support to add many new features.</li> |
|---|
| 67 | <li>Extensible OnEvent system for playing sounds or running programs when messages arrive, passing user specific information as arguments.</li> |
|---|
| 68 | <li>Plugin system allows for multiple possible GUIs, protocols, and other things.</li> |
|---|
| 69 | <li>International support with Unicode and translations</li> |
|---|
| 70 | <li>Fully multi-threaded for faster response and fewer slowdowns.</li> |
|---|
| 71 | <li>User floaty windows</li> |
|---|
| 72 | <li>Send urgent or to contact list with a single click</li> |
|---|
| 73 | <li>Always use the correct ip even if hostname is not set correctly</li> |
|---|
| 74 | <li>Option to flash all or just urgent incoming events</li> |
|---|
| 75 | <li>Accept modes for when to use OnEvents</li> |
|---|
| 76 | <li>Auto-raise and auto-popup incoming messages</li> |
|---|
| 77 | <li>Per-user customized auto responses</li> |
|---|
| 78 | <li>Statistics of how many messages you have sent & received and more</li> |
|---|
| 79 | <li>Tabbed chatting</li> |
|---|
| 80 | <li>SSL secure client to client connections</li> |
|---|
| 81 | <li>GPG encrypted messages</li> |
|---|
| 82 | </ul> |
|---|
| 83 | |
|---|
| 84 | <div class="footer"> |
|---|
| 85 | <div class="footer_right"></div> |
|---|
| 86 | </div> |
|---|
| 87 | </div> |
|---|
| 88 | <!-- Info Item End--> |
|---|
| 89 | |
|---|
| 90 | <!-- Info Item Begin--> |
|---|
| 91 | <div class="news"> |
|---|
| 92 | |
|---|
| 93 | <H2>Requirements</H2> |
|---|
| 94 | <UL> |
|---|
| 95 | <LI><B>POSIX thread (pthreads) final draft support</B>. Most operating systems support |
|---|
| 96 | pthreads natively, however FreeBSD in particular does not completely support |
|---|
| 97 | the final draft. To build using FreeBSD, see the README.FREEBSD file included in the |
|---|
| 98 | main distribution. |
|---|
| 99 | <LI><B>Thread-safe X11 libraries</B>. Again, most operating systems have no problem with |
|---|
| 100 | this, but if you are using libc5 under Linux (ie you get "Fatal IO Error" when starting |
|---|
| 101 | Licq) you will have to make sure that you are using thread-safe libraries. |
|---|
| 102 | <LI><B>Qt 3.0</B> (libraries and developement headers). Check out <A HREF="http://www.trolltech.com" TARGET="_top"> |
|---|
| 103 | http://www.trolltech.com</A> for more information. This is only required if you |
|---|
| 104 | want to use the Qt gui plugin (recommended). |
|---|
| 105 | <LI><B>C++</B>. A c++ compiler and libstdc++ plus c++ headers are also required. |
|---|
| 106 | <LI><B>GNU Make</B>. Comes with BSD and Linux, others will have to install it. |
|---|
| 107 | </UL> |
|---|
| 108 | <BR> |
|---|
| 109 | <P>RPM users will need to ensure the following packages are installed:<BR> |
|---|
| 110 | <UL> |
|---|
| 111 | <LI>qt (3.0 or greater) |
|---|
| 112 | <LI>libstdc++ |
|---|
| 113 | <LI>gcc-c++ |
|---|
| 114 | <LI>openssl (0.9.5a or greater) |
|---|
| 115 | </UL> |
|---|
| 116 | <P>Additionally if you are compiling from source you will need:<BR> |
|---|
| 117 | <UL> |
|---|
| 118 | <LI>qt-devel |
|---|
| 119 | <LI>libstdc++-devel |
|---|
| 120 | <LI>XFree86-devel |
|---|
| 121 | <LI>Openssl for secure connection support (optional) |
|---|
| 122 | <LI>GpgMe for GPG support (optional) |
|---|
| 123 | </UL> |
|---|
| 124 | |
|---|
| 125 | |
|---|
| 126 | <div class="footer"> |
|---|
| 127 | <div class="footer_right"></div> |
|---|
| 128 | </div> |
|---|
| 129 | </div> |
|---|
| 130 | <!-- Info Item End--> |
|---|
| 131 | |
|---|
| 132 | <!-- Info Item Begin--> |
|---|
| 133 | <div class="news"> |
|---|
| 134 | |
|---|
| 135 | <A NAME="lml"></A> |
|---|
| 136 | <H2>The Licq Mailing List</H2><P> |
|---|
| 137 | |
|---|
| 138 | There are five mailing lists for Licq announcements and discussion:<BR> |
|---|
| 139 | For more information, including how to subscribe/unsubscribe, and an archive of past |
|---|
| 140 | posts see <a href="http://trac.licq.org/wiki/MailingList">http://trac.licq.org/wiki/MailingList</a>. |
|---|
| 141 | |
|---|
| 142 | <div class="footer"> |
|---|
| 143 | <div class="footer_right"></div> |
|---|
| 144 | </div> |
|---|
| 145 | </div> |
|---|
| 146 | <!-- Info Item End--> |
|---|
| 147 | |
|---|
| 148 | </div> |
|---|
| 149 | </div> |
|---|
| 150 | |
|---|
| 151 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 152 | |
|---|
| 153 | </div> |
|---|
| 154 | |
|---|
| 155 | <? include "footer.php" ?> |
|---|