root/trunk/website/contact.php

Revision 4948, 4.9 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_contact.gif" alt="Contacts" /></div>
8        <div id="maincontent">
9          <div id="subcontent">
10
11            <!-- News Item Begin-->
12            <div class="news">
13              <p>Before submitting feature requests, or if you are curious about upcoming features or want to help with Licq, see the <a href="http://trac.licq.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;type=enhancement&amp;type=task&amp;order=id">task manager</a>.</p>
14              <ul>
15                <li><strong>Jon Keating</strong> (<a href="mailto:jon@licq.org">jon@licq.org</a>): Primary Licq Developer.</li>
16                <li><strong>Dirk Mueller</strong> (<a href="mailto:dirk@licq.org">dirk@licq.org</a>): Primary Licq Developer.</li>
17                <li><strong>Graham Roff</strong> (email address removed): <b>FORMER</b> Developer, including Qt-GUI, Console, Forwarder and Auto-Responder plugins.</li>
18                <li><strong>JP Sugarbroad</strong> (<a href="mailto:taral@licq.org">taral@licq.org</a>): Developer, OpenSSL layer.</li>
19                <li><strong>Per Lejontand</strong> (<a href="mailto:pele@licq.org">pele@licq.org</a>): Developer, GTK GUI Plugin, <a href="http://gtk.licq.org/" >gtk.licq.org</a> maintainer.</li>
20                <li><strong>Mattias Eriksson</strong> (<a href="mailto:snaggen@licq.org">snaggen@licq.org</a>): Developer, GTK GUI Plugin, <a href="http://gtk.licq.org/" >gtk.licq.org</a> maintainer.</li>
21                <li><strong>Dennis Tenn</strong> (<a href="mailto:dstenn@licq.org">dstenn@licq.org</a>): Canada - Web page and mirror maintainer, licq.org and licq.com domain maintainer.</li>
22                <li><strong>Nick Bellamy</strong> (<a href="mailto:sky@licq.org">sky@licq.org</a>): New Zealand - Web page and mirror maintainer.</li>
23                <li><strong>Nick Koston</strong> (<a href="mailto:bdraco@licq.org">bdraco@licq.org</a>): USA #1 - Web page and mirror maintainer.</li>
24                <li><strong>Miha</strong> (<a href="mailto:miha@licq.org">miha@licq.org</a>): USA #2 - Web page and mirror maintainer.</li>
25                <li><strong>Thomas Reifferscheid</strong> (<a href="mailto:lard@licq.org">lard@licq.org</a>): Germany - Web page and mirror maintainer.</li>
26                <li><strong>Horia Moga</strong> (<a href="mailto:horex@licq.org">horex@licq.org</a>): Romania - Web page and mirror maintainer.</li>
27                <li><strong>Jorge Silva</strong> (<a href="mailto:jgsilva@licq.org">jgsilva@licq.org</a>): Portugal - Web page and mirror maintainer.</li>
28                <li><strong>Max Kosmach</strong> (<a href="mailto:max@licq.org">max@licq.org</a>): Russia - Web page and mirror maintainer.</li>
29                <li><strong>Ulrich Massamba</strong> (<a href="mailto:anavel@licq.org">anavel@licq.org</a>): France - Web page and mirror maintainer.</li>
30                <li><strong>Asfihani</strong> (<a href="mailto:asfik@licq.org">asfik@licq.org</a>): Indonesia - Web page and mirror maintainer.</li>
31                <li><strong>Alex Galkin</strong> (<a href="mailto:kovu@licq.org">kovu@licq.org</a>): Russia - OS2 Port Web page maintainer and developer.</li>
32                <li><strong>Ondrej Novy</strong> (<a href="mailto:onovy@licq.org">onovy@licq.org</a>): Czech Republic - Web page and mirror maintainer.</li>
33                <li><strong>Tomas Janousek</strong> (<a href="mailto:tomi@licq.org">tomi@licq.org</a>): Czech Republic - Web page and mirror maintainer.</li>
34              </ul>
35              <div class="footer">
36                <div class="footer_right"></div>
37              </div>
38            </div>
39            <!-- News Item End-->
40    <!-- Mailinglist Item Begin-->
41    <div class="news">
42   
43    <A NAME="lml"></A>
44    <H2>The Licq Mailing List</H2><P>
45   
46    There are five mailing lists for Licq announcements and discussion:<BR>
47        For more information, including how to subscribe/unsubscribe, and an archive of past
48        posts, follow the relevant link below.
49        <P>
50        <A HREF="http://groups.google.com/group/licq-announce" TARGET="_top">licq-announce</A> - For announcements of new releases only.<BR>
51        <A HREF="http://groups.google.com/group/licq-users" TARGET="_top">licq-users</A> - For general discussion and help.<BR>
52        <A HREF="http://groups.google.com/group/licq-dev" TARGET="_top">licq-dev</A> - For developers/patches/svn discussion.<BR>
53            <A HREF="http://groups.google.com/group/licq-commits" TARGET="_top">licq-commits</A> - For SVN commits, a "read-only" list.<BR>
54            <A HREF="http://groups.google.com/group/licq-tickets" TARGET="_top">licq-tickets</A> - For bug reports, very high traffic! For Developers.<BR>
55           
56            <div class="footer">
57            <div class="footer_right"></div>
58            </div>
59            </div>
60            <!-- Mailinglist Item End-->
61
62          </div>
63        </div>
64
65        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
66
67            </div>
68
69<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.