Changeset 4279 for trunk/website
- Timestamp:
- 10/21/05 22:56:02 (3 years ago)
- Location:
- trunk/website
- Files:
-
- 1 added
- 5 modified
-
download.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
info.php (modified) (1 diff)
-
news/46 (added)
-
news/last_id (modified) (1 diff)
-
plugins.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/download.php
r4154 r4279 1 <? 2 include "header.php"; 3 ?> 4 5 6 <div id="content" > 7 8 <div id="main"><img src="images/main_title_download.gif" alt="Downloads" /></div> 9 <div id="maincontent"> 10 <div id="subcontent"> 11 12 If a signature is available, it will be signed by jon@licq.org 0x2290A71F 13 14 <!-- Download Item Begin--> 15 <div class="news"> 16 <h2>Licq</h2> 17 18 <div class="tables"> 19 <table style="margin-left: 5%; width: 90%;" border="0" cellpadding="5" cellspacing="0"> 20 <tr> 21 <td style="width: 30%"><a href="http://prdownloads.sourceforge.net/licq/licq-1.3.0.tar.bz2?download">licq-1.3.0.tar.bz2</a><br> 22 <a href="http://prdownloads.sourceforge.net/licq/licq-1.3.0.tar.bz2.sig?download">(signature)</a></td> 23 <td>Latest Stable Release<br>(md5sum: c1b05d1078b9826273191c05d0d1a969)</td> 1 table style="margin-left: 5%; width: 90%;" border="0" cellpadding="5" cellspacing="0"> 2 <tr> 3 <td style="width: 30%"><a href="http://prdownloads.sourceforge.net/licq/licq-1.3.2.tar.bz2?download">licq-1.3.2.tar.bz2</a><br> 4 <a href="http://prdownloads.sourceforge.net/licq/licq-1.3.0.tar.gz?download">licq-1.3.2.tar.gz</a></td> 5 <td>Latest Stable Release<br>(bz2 md5sum: 0471bb8fed91eefb23dfe153c9a4a806)<br>(gz md5sum: d8412c20f106aa01d8b9b4f89d8d3130)</td> 24 6 </tr> 25 7 <tr> -
trunk/website/index.php
r4160 r4279 10 10 <div id="subcontent"> 11 11 <h2>Welcome to the Licq homepage.</h2> 12 <p>Latest Update: <b> July 12, 2005</b><br />Stable Version: <b>1.3.0</b><br />Devel Version: <b>1.3.1</b></p>12 <p>Latest Update: <b>October 21, 2005</b><br />Stable Version: <b>1.3.2</b><br />Devel Version: <b>1.3.2</b></p> 13 13 14 14 <a href="http://sourceforge.net/donate/index.php?group_id=254"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a> -
trunk/website/info.php
r4154 r4279 57 57 <h2>New Features:</h2> 58 58 <ul> 59 <li>Web Inteface</li> 59 60 <li>User groups - organize your users into groups.</li> 60 61 <li>Network monitor window - allows you to see the actual data being sent and received from mirabilis and other users.</li> -
trunk/website/news/last_id
r4196 r4279 1 4 51 46 -
trunk/website/plugins.php
r4154 r4279 30 30 <tr> 31 31 <td>Qt GUI</td> 32 <td>1.3. 0</td>32 <td>1.3.2</td> 33 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 34 </tr> 35 35 <tr> 36 36 <td>Console</td> 37 <td>1.3. 0</td>37 <td>1.3.2</td> 38 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 39 </tr> … … 81 81 <tr> 82 82 <td>Forwarder</td> 83 <td>1.3. 0</td>83 <td>1.3.2</td> 84 84 <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> 85 85 </tr> 86 86 <tr> 87 87 <td>Auto-Responder</td> 88 <td>1.3. 0</td>88 <td>1.3.2</td> 89 89 <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> 90 90 </tr> … … 101 101 <tr> 102 102 <td>Remote Management Service</td> 103 <td> 0.30</td>104 <td>This plugin opens a TCP server on the Licq box which allows you to telnet in and perform commands and get information. It acts much like the FIFO only is two way. It is designed to be used to develop Perl bindings for Licq to be used in html documents, but is easily used interactively. 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>103 <td>1.3.2</td> 104 <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> 105 105 </tr> 106 106 <tr>
