~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/HACKING

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Understanding the Code
 
2
======================
 
3
Various design documents can be found in the design/ directory and API documentation
 
4
generated from the headers is hosted at http://api.kde.org.
 
5
 
 
6
Finding the Team
 
7
================
 
8
You can find the Plasma team on:
 
9
 
 
10
    * our development mailing list at plasma-devel@kde.org
 
11
    * our irc channel in #plasma on irc.freenode.net
 
12
 
 
13
Coding Style
 
14
============
 
15
New code should follow the kdelibs hacking style, as found here:
 
16
 
 
17
    http://techbase.kde.org/Policies/Kdelibs_Coding_Style
 
18
 
 
19
Existing code that does not follow this style should be migrated over during
 
20
editting.
 
21