This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloping.html
25 lines (19 loc) · 2.05 KB
/
developing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Developing
---
<h1>Joining Licq Development</h1>
<p>So, you want to work on Licq? The best way to become a port of the Licq team is to start contributing to the project. Apart from coding you can also contribute by adding or updating translations or by testing and finding our bugs so we can fix them.</p>
<p>Communication with the rest of the Licq team is done on IRC <a href="irc://chat.freenode.net/licq">#licq on chat.freenode.net</a> or through our developer <a href="mailinglists.html">mailing list</a>.</p>
<p>If you want to contribute code, please read the <a href="codingstyle.html">Licq coding style</a> first. We will be much happier to accept contributions if the code already has the correct formatting.</p>
<p>The Licq source code can be accessed at <a href="git://github.com/licq-im/licq.git">git://github.com/licq-im/licq.git</a>. If you are new to GIT the book can be a good place to start.</p>
<p>For a list of known problems that needs to be fixed, have a look at <a href="http://github.com/licq-im/licq/issues">http://github.com/licq-im/licq/issues</a>. For inspiration on features to add, check out the list of <a href="enhancements.html">enhancement requests</a>.</p>
<!-- TODO: Add information/link on how to create/update translations -->
<h2>Resources</h2>
<ul>
<li><a href="http://progit.org/">Pro Git</a> - If you are new to GIT, this book can be a good place to start</li>
<li><a href="http://www.ibm.com/developerworks/library/l-port64/index.html">Porting Linux applications to 64-bit systems</a> - Learn how to avoid portability pitfalls when making declarations and assignments, bit shifting, typing, formatting strings, and more.</li>
<li><a href="http://iserverd.khstu.ru/oscar/">OSCAR (ICQ v7/v8/v9) protocol documentation</a> - describes the protocol used in ICQ and AIM.</li>
<li><a href="http://cia.vc/stats/project/Licq">CIA</a> - Real-time open source activity stats.</li>
<li><a href="http://www.ohloh.net/p/licq">Ohloh</a> - Software metrics and project information on open source software projects.</li>
</ul>