1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
Libravatar - free online avatar service
=======================================
[](http://prime4commit.com/projects/160)
# Getting involved
If you'd like to get involved in the development of Libravatar, here
are a few useful pointers:
* [Project page](https://www.launchpad.net/libravatar)
* [Bug tracker](https://bugs.launchpad.net/libravatar)
* [Source code](https://git.nzoss.org.nz/libravatar/libravatar)
* [Wiki](http://wiki.libravatar.org)
* [Mailing list](https://launchpad.net/~libravatar-fans)
* [Identica group](http://identi.ca/group/libravatar)
* IRC channel: #libravatar on chat.freenode.net
Coding guidelines and other useful instructions can be found in HACKING.
Basic instructions on getting this to run are in INSTALL.
# Learn more
If you'd like to keep up with new developments, have a look at these:
* [Homepage](https://www.libravatar.org)
* [Blog](http://blog.libravatar.org)
* [Identica](http://identi.ca/libravatar)
* [Twitter](http://twitter.com/libravatar)
# License
Copyright (C) 2010-2015 Francois Marier <francois@libravatar.org>
2010 Jonathan Harker <jon@jon.geek.nz>
Brett Wilkins <bushido.katana@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
|