Changeset 13
- Timestamp:
- 05/25/07 03:52:33 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
PKG-INFO (modified) (1 diff)
-
documentation/guide.wiki (added)
-
turbomail/release.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PKG-INFO
r7 r13 1 1 Metadata-Version: 1.0 2 2 Name: TurboMail 3 Version: 2.0. 33 Version: 2.0.4 4 4 Summary: Multi-threaded mail queue manager for TurboGears applications. 5 5 Home-page: http://trac.orianagroup.com/turbomail/ -
trunk/turbomail/release.py
r5 r13 3 3 """Release information about the Turbo-Mail mail queue.""" 4 4 5 version = "2.0. 3"5 version = "2.0.4" 6 6 description = "Multi-threaded mail queue manager for TurboGears applications." 7 7 long_description = "TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail." … … 10 10 url = "http://trac.orianagroup.com/turbomail/" 11 11 download_url = "http://cheeseshop.python.org/pypi/TurboMail/" 12 copyright = "© 2006 Top Floor Computer Systems Ltd."12 copyright = "© 2006-2007 Top Floor Computer Systems Ltd." 13 13 license="MIT"
