~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Francois Marier
  • Date: 2012-07-07 08:33:39 UTC
  • Revision ID: git-v1:0cc18712325e0de617af0c91546ac8f00a38b21b
Give a .md extension to the markdown files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Please note that the coding guidelines for Libravatar follow the usual
2
 
[PEP-8](http://www.python.org/dev/peps/pep-0008/) style for Python code
3
 
and [Crockford style](http://javascript.crockford.com/code.html) for
4
 
Javascript code.
5
 
 
6
 
See our [developer documentation](http://wiki.libravatar.org/developer/)
7
 
for more information on how to hack on the Libravatar codebase.