root/trunk/website/credits.php

Revision 4518, 2.4 kB (checked in by erijo, 2 years ago)

- Moved all converters to the converters subdir
- Removed hostname from the links in the menu (to work on mirrors)
- Added www.se.licq.org as a mirror
- svn:keywords and svn:executable removed from most files
- CVS to SVN and sf.net to trac changes
- Some other small changes

  • Property svn:eol-style set to native
Line 
1<?
2  include "header.php";
3?>
4
5     
6      <div id="content" >
7
8                <div id="main"><img src="images/main_title_credits.gif" alt="Credits" /></div>
9        <div id="maincontent">
10          <div id="subcontent">
11
12
13            <!-- News Item Begin-->
14            <div class="news">
15              <p>The ICQ Protocol as used in this proram was reverse engineered
16by <strong>Graham Roff</strong> and **** ******.<br />The port to Qt, chat, file transfer, and years of development were done by Graham Roff.<br>
17Current development is done by
18<strong>Jon Keating</strong>, <strong>Thomas Reitelbach</strong>, and <strong>Dirk Mueller</strong>.</p>
19
20              <p>New webpage design was done by <strong>Ryan Rushton</strong>.</p>
21              <p>Many people have made important contributions to the development of Licq.</p>
22                <ul>
23                <li><strong>Nic Bellamy</strong> has done a lot of work in porting Licq to BSD
24                <li><strong>Dennis Tenn</strong> has done a lot of work maintaining the web pages and licq.org domain
25                <li><strong>CrewQ</strong> kept the skins webpage running for many years
26                <li><strong>Dirk Mueller</strong> has contributed a lot of important code
27                <li><strong>Ben H Kram</strong> (<a href="mailto:jargon@modulo.org">jargon@modulo.org</a>) and <strong>JP Subarbroad</strong> contributed the SSL code.
28                <li><strong>Jacob Shapiro</strong> (Psycho_pr) added the hebrew converter.
29                <li><strong>Juan F. Codagnone</strong> has contributed countless patches and made emoticons.
30                <li><strong>Dima</strong> provided the phonebook, user pictures, reverse connections, and more.
31                <li><strong>Philip Nelson</strong> has provided some patches and is working on the new console ui plugin.
32                <li>Thanks to them and everyone else who has helped to keep Licq improving. If you feel that your name should be on here, don't hesitate any more, e-mail <a href="mailto:jon@licq.org?subject=Licq Website">me</a>.
33                </ul>
34
35              <div class="footer">
36                <div class="footer_right"></div>
37              </div>
38            </div>
39            <!-- News Item End-->
40
41          </div>
42        </div>
43
44        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
45
46            </div>
47
48<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.