Added README and update CONTRIBUTORS file.

This commit is contained in:
Jannis Leidel 2010-06-26 17:46:56 +02:00
parent d8ea69ee9c
commit 52997b3fa8
4 changed files with 23 additions and 0 deletions

View file

@ -1 +1,14 @@
This application is mainly developed by Eric Florenzano.
Ahmad Al-Ibrahim
Alex Gaynor
Ben Browitt
Brian Rosner
Daniel T. Alvarenga
Jakob Torp Svendsen
James Tauber
James Turnbull
Jannis Leidel
John Debs
Mathieu Pillard
Ross Poulton

View file

@ -1,3 +1,4 @@
include README.txt
include LICENSE.txt
include CONTRIBUTORS.txt
include avatar/media/avatar/img/default.jpg

7
README.txt Normal file
View file

@ -0,0 +1,7 @@
django-avatar
-------------
Django-avatar is a reusable application for handling user avatars. It has the
ability to default to Gravatar if no avatar is found for a certain user.
Django-avatar automatically generates thumbnails and stores them to your default
file storage backend for retrieval later.

View file

@ -7,6 +7,8 @@ ability to default to Gravatar_ if no avatar is found for a certain user.
Django-avatar automatically generates thumbnails and stores them to your default
file storage backend for retrieval later.
.. _Gravatar: http://gravatar.com
Contents:
.. toctree::