Metadata-Version: 1.0
Name: newsletter
Version: 0.1.12pre
Summary: alpha newsletter software for #python. CHANGES: optionally use sendmail cmd, clearer instructions.
Home-page: https://bitbucket.org/illume/newsletter
Author: Rene Dudfield
Author-email: renesd@gmail.com
License: LGPL
Description: ============
         newsletter
        ============
        
        +------------+----------------------------------------------------------------+
        |**About**   | newsletter is for making newsletters with python.              |
        +            | In *very* early stages of development.                         +
        |            | See COPYING for LGPL licence details.                          |
        +------------+----------------------------------------------------------------+
        |**Bugs**    | https://bitbucket.org/illume/newsletter/issues                 |
        +------------+----------------------------------------------------------------+
        |**Source**  | hg clone https://bitbucket.org/illume/newsletter               |
        |            |                                                                |
        |            | https://bitbucket.org/illume/newsletter                        |
        +------------+----------------------------------------------------------------+
        |**Docs**    | http://packages.python.org/newsletter/                         |
        +------------+----------------------------------------------------------------+
        |**pypi**    | http://pypi.python.org/pypi/newsletter                         |
        +------------+----------------------------------------------------------------+
        |**Authors** | Only one developer so far, maybe more if it becomes useful.    |
        +            |                                                                +
        |            | .. figure:: http://rene.f0o.com/renef0o.gif                    |
        |            |                                                                |
        |            | Rene Dudfield <renesd@gmail.com> is a lead developer and       |
        |            | maintainer of `pygame <http://www.pygame.org>`_,               |
        |            | and is also a `Website developer, and App developer            |
        |            | <http://rene.f0o.com>`_                                        |
        +------------+----------------------------------------------------------------+
        
        
        
        newsletter changelog
        ====================
        
        Features added
        ~~~~~~~~~~~~~~
        
        0.1.12pre (2011-07-25)
        
        * Adding cmd to send mail locally on unix using sendmail
        * Added a default server port to ini file
        * Made use instructions more clear.
        
        Bugs fixed
        ~~~~~~~~~~
        
        * fixed setup file to continue if reading CHANGES,TODO, and readme fails.
        
        0.1.11pre (2011-07-17)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * help page in the newsletter.newsletterapp admin section.
        * new documentation, using the sphinx tool.
        * many improvements to newsletter.newsletterapp.
        * command line control of some newsletter.newsletterapp functions.
        * source code repository moved to bitbucket and hg from launchpad and bzr.
        
        
        
        
        0.1.10pre (2011-06-06)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * tests for newsletter application.
        * templates sanitize html.
        * email templates use same templating system as rest of web app.
        * newsletterapp sets cherrypy in production mode by default.
        * can add subscribers by tag to a send.
        
        
        0.1.9pre (2011-05-28)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * many improvements to example newsletter application.
        
        
        
        0.1.8pre (2011-05-23)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * example application now uses the cherrypy config api and a newsletter.ini file for configuration.
        
        
        
        
        0.1.7pre (2011-05-21)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * improved example application.
        
        Bugs fixed
        ~~~~~~~~~~
        
        * Fixed bug with removing a user from a send.
        * Updated TODO.txt
        
        
        0.1.5pre (2011-04-17)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * the first draft of an example newsletter web app using cherrypy and pywebsite.sqlitepickle
        * Added some extra methods to Newsletter and NewsletterSend to support the example application.
        
        0.1.4pre (2011-03-21)
        
        Features added
        ~~~~~~~~~~~~~~
        
        * Fixed NewsletterSend so it can have an almost dict like object that uses d.update({k:v}) method instead of d[k] = v.
        
        Bugs fixed
        ~~~~~~~~~~
        
        * Made tests more resiliant.
        
        
        0.1.3pre (2011-03-21)
        ---------------------
        
        Bugs fixed
        ~~~~~~~~~~
        
        
        Features added
        ~~~~~~~~~~~~~~
        
        * implementation of basic NewsletterSend interface, with some doctests.
        
        
        
        0.1.2pre (2011-03-18)
        ---------------------
        
        Bugs fixed
        ~~~~~~~~~~
        
        
        Features added
        ~~~~~~~~~~~~~~
        
        * implementation of basic Newsletter interface, with some doctests.
        
        
        
        0.1.1pre (2011-03-16)
        ---------------------
        
        Bugs fixed
        ~~~~~~~~~~
        
        * fixed some basecode.
        
        
        Features added
        ~~~~~~~~~~~~~~
        
        
        
        
        0.1.0pre (2011-03-15)
        ---------------------
        
        Bugs fixed
        ~~~~~~~~~~
        
        * only bugs added so far.
        
        
        Features added
        ~~~~~~~~~~~~~~
        
        * adding base code.
        * basic newsletter object sketching out.
        
        
        TODO
        ====
        
        * make a test plan.
        	* a manual test script to follow to check it all works.
        
        * do release to get feedback.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules 
