| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | ?> |
|---|
| 4 | |
|---|
| 5 | <div id="content" > |
|---|
| 6 | |
|---|
| 7 | <div id="main"><img src="images/main_title_plugins.gif" alt="Plugins" /></div> |
|---|
| 8 | <div id="maincontent"> |
|---|
| 9 | <div id="subcontent"> |
|---|
| 10 | |
|---|
| 11 | <p>Plugins form a fundamental layer in the Licq architecture. They communicate with the Licq daemon to allow user interfaces and other functions to be built. Creating a plugin is fairly tricky as there is little documentation and the daemon interface is somewhat complicated. A good place to start is the <a href="PLUGINS.HOWTO">PLUGINS.HOWTO</a>, and the Licq header files.</p> |
|---|
| 12 | |
|---|
| 13 | <p>Installing a plugin is, however, simple. First, unpack the plugin to the "plugins" directory in the main Licq source tree. Then build and install it (ie place it in /usr/local/lib/licq). Then run licq using the "-p" option and the name of the plugin (minus the leading "licq_" and tailing ".so"). For example, the qt-gui plugin may be loaded by doing<br />licq -p qt-gui<br />where the plugin has been installed as /usr/local/lib/licq/licq_qt-gui.so.</p> |
|---|
| 14 | |
|---|
| 15 | <p>After the first time, any plugins will load automatically at startup without the need for the -p option.</p> |
|---|
| 16 | |
|---|
| 17 | <p>A number of plugins are available for Licq at the current time:</p> |
|---|
| 18 | |
|---|
| 19 | <!-- Download Item Begin--> |
|---|
| 20 | <div class="news"> |
|---|
| 21 | <h2>Interface Plugins</h2> |
|---|
| 22 | |
|---|
| 23 | <div class="tables"> |
|---|
| 24 | <table style="margin-left: 5%; width: 90%;" border="0" cellpadding="5" cellspacing="0"> |
|---|
| 25 | <tr> |
|---|
| 26 | <td style="width: 20%;"><b>Plugin</b></td> |
|---|
| 27 | <td style="width: 10%;"><b>Version</b></td> |
|---|
| 28 | <td><b>Description</b></td> |
|---|
| 29 | </tr> |
|---|
| 30 | <tr> |
|---|
| 31 | <td>Qt GUI</td> |
|---|
| 32 | <td>1.3.2</td> |
|---|
| 33 | <td>The offical interface for Licq written in Qt. Comes with the main distribution. Includes all the features of Licq as listed in the Info page. See the plugins/qt-gui/doc directory for more information.<br />Includes full KDE support as well if configured with "--with-kde".</td> |
|---|
| 34 | </tr> |
|---|
| 35 | <tr> |
|---|
| 36 | <td>Console</td> |
|---|
| 37 | <td>1.3.2</td> |
|---|
| 38 | <td>This is a console interface plugin for Licq using ncurses. It features multiple command windows, and much of the basic icq functionality. It can be retrieved using CVS as described in the <a href="http://www.rhrk.uni-kl.de/~dmuell/licq">Licq cvs page</a>, the module is called "console"..</td> |
|---|
| 39 | </tr> |
|---|
| 40 | <tr> |
|---|
| 41 | <td><a href="http://icqnd.sourceforge.net/">IcQnD Gtk-2 GUI</a></td> |
|---|
| 42 | <td>0.1.6-1.31</td> |
|---|
| 43 | <td>A <B>New</B> GTK2 Gui! This one looks like it has many features already and should be used instead of the other GTK plugins.</td> |
|---|
| 44 | </tr> |
|---|
| 45 | |
|---|
| 46 | <tr> |
|---|
| 47 | <td><a href="http://nicq.sourceforge.net">Nicq</a></td> |
|---|
| 48 | <td>0.40</td> |
|---|
| 49 | <td>An excellent Qt based GUI which uses an IRC style single window interface.</td> |
|---|
| 50 | </tr> |
|---|
| 51 | </table> |
|---|
| 52 | </div> |
|---|
| 53 | |
|---|
| 54 | <div class="footer"> |
|---|
| 55 | <div class="footer_right"></div> |
|---|
| 56 | </div> |
|---|
| 57 | </div> |
|---|
| 58 | <!-- Download Item End--> |
|---|
| 59 | |
|---|
| 60 | <!-- Download Item Begin--> |
|---|
| 61 | <div class="news"> |
|---|
| 62 | <h2>Additional Functionality Plugins</h2> |
|---|
| 63 | |
|---|
| 64 | <div class="tables"> |
|---|
| 65 | <table style="margin-left: 5%; width: 90%;" border="0" cellpadding="5" cellspacing="0"> |
|---|
| 66 | <tr> |
|---|
| 67 | <td style="width: 20%;"><b>Plugin</b></td> |
|---|
| 68 | <td style="width: 10%;"><b>Version</b></td> |
|---|
| 69 | <td><b>Description</b></td> |
|---|
| 70 | </tr> |
|---|
| 71 | <tr> |
|---|
| 72 | <td>Forwarder</td> |
|---|
| 73 | <td>1.3.2</td> |
|---|
| 74 | <td>A simple plugin to forward incoming ICQ events to either an email address or another ICQ account. This is great for forwarding a secondary ICQ account or forwarding to a pager/mobile phone. Also included in the main distribution.</td> |
|---|
| 75 | </tr> |
|---|
| 76 | <tr> |
|---|
| 77 | <td>Auto-Responder</td> |
|---|
| 78 | <td>1.3.2</td> |
|---|
| 79 | <td>Plugin to automatically respond to any incoming event with the output of a given program, which can be passed user arguments, or event the message text itself. Often used in conjunction with "fortune" to send people fortunes. Also included in the main distribution.</td> |
|---|
| 80 | </tr> |
|---|
| 81 | <tr> |
|---|
| 82 | <td>Update Hosts</td> |
|---|
| 83 | <td>0.0.5</td> |
|---|
| 84 | <td>A simple plugin to add your contact list to your /etc/hosts file, thus allowing the use of a users alias as a hostname for contacting them using ftp/telnet/talk... The plugin can be run concurrently with a gui plugin and will dynamically maintain your /etc/hosts file as users go online and offline.<br />Can be found on the ftp site (ftp.xx.licq.org) in the plugins directory.</td> |
|---|
| 85 | </tr> |
|---|
| 86 | <tr> |
|---|
| 87 | <td><a href="http://www.esquadro.com.br/~ismore/mailchecker-0.5.tar.gz">Mailchecker</a></td> |
|---|
| 88 | <td>1.0</td> |
|---|
| 89 | <td>This is a POP3 plugin and was created to notify the user when there is mail on your server. There are some bugs but the author is working to resolve them. Please notify the contributer of problems.<br />Contributed by Ismael Orenstein <perdig@linuxbr.com.br></td> |
|---|
| 90 | </tr> |
|---|
| 91 | <tr> |
|---|
| 92 | <td>Remote Management Service</td> |
|---|
| 93 | <td>1.3.2</td> |
|---|
| 94 | <td>This plugin opens a TCP server on the Licq box which allows you to telnet in and perform commands and get information. It works with the new licqweb web interface. It acts much like the FIFO only it is two way. Currently it supports viewing/changing status, viewing the user list, viewing groups, sending messages/urls, and dumping the network log.<br />Basic security is implemented through the need to enter your UIN and ICQ password before being allowed access to commands.<br />Written by Graham Roff. New enhancements by Jon Keating.</td> |
|---|
| 95 | </tr> |
|---|
| 96 | <tr> |
|---|
| 97 | <td><a href="http://licq-osd.sf.net">On Screen Display</a></td> |
|---|
| 98 | <td>1.3.0</td> |
|---|
| 99 | <td>The On Screen Display (OSD) plugin uses libxosd2 to display messages on the screen as soon as they are received. Currently under development by <a href="mailto:martinmaurer@gmx.at">Martin Maurer</a>.</td> |
|---|
| 100 | </tr> |
|---|
| 101 | </table> |
|---|
| 102 | </div> |
|---|
| 103 | |
|---|
| 104 | <div class="footer"> |
|---|
| 105 | <div class="footer_right"></div> |
|---|
| 106 | </div> |
|---|
| 107 | </div> |
|---|
| 108 | <!-- Download Item End--> |
|---|
| 109 | |
|---|
| 110 | |
|---|
| 111 | |
|---|
| 112 | </div> |
|---|
| 113 | </div> |
|---|
| 114 | |
|---|
| 115 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 116 | |
|---|
| 117 | </div> |
|---|
| 118 | |
|---|
| 119 | <? include "footer.php" ?> |
|---|