[Python-modules-commits] r8329 - in packages/python-django-contact-form/trunk/debian (control)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Fri May 1 10:37:57 UTC 2009


    Date: Friday, May 1, 2009 @ 10:37:57
  Author: odd_bloke-guest
Revision: 8329

Improved long description.  Everyone's a critic.

Modified:
  packages/python-django-contact-form/trunk/debian/control

Modified: packages/python-django-contact-form/trunk/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control	2009-05-01 10:37:55 UTC (rev 8328)
+++ packages/python-django-contact-form/trunk/debian/control	2009-05-01 10:37:57 UTC (rev 8329)
@@ -11,10 +11,11 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
 Description: extensible contact-form application for Django
- This package provides a reusable application which simplifies including
- a contact form within Django, the Python web framework.  It includes
- integration with Akismet for spam filtering, and sends emails out based
- on a template.
+ This is a reusable application which simplifies including a contact form within
+ Django, the Python web framework.  Out of the box it provides a basic contact
+ form which, once appropriate templates have been written, will email site
+ administrators when the form is submitted.
  .
- It is fully extensible, all the forms and views are written to be
- subclassed or wrapped as appropriate.
+ The form and view used are designed to be extensible to allow for easy
+ adaptation to more complex needs.  It also features built-in integration with
+ the Akismet web service, to simplify spam filtering.




More information about the Python-modules-commits mailing list