Project description
newsletter contains a library for newsletters and a newsletterapp
Install newsletter with virtualenv and pip
This makes an isolated install for you, so it does not pollute your system packages:
virtualenv --no-site-packages --distribute myvirtualpython
cd myvirtualpython
source bin/activate
pip install newsletter
newsletterapp --help
Installing with virtualenv and pip is recommended.
Install newsletter with setup.py
Using setup.py to install into your normal python sitewide directory:
python setup.py install
newsletter changelog
0.1.17pre (2011-09-08)
newsletterapp more secure by default. Does not setup default users for admin section.
fixed some test failures.
removed single new line at end of template files, that is put there by editors like vim.
newsletterapp can be used for contact forms through send_message config items in the config file.
0.1.16pre (2011-09-01)
installation fixes.
newsletterapp checks database directory exists and gives error message if it does not.
newsletterapp –newinstall does not copy in .py files to install directory.
newsletterapp –newinstall creates database directory by default.
0.1.14pre (2011-09-01)
install works correctly.
updated documentation for installation.
removed buildout files.
setuptools enabled by default.
added package requirements for newsletterapp
0.1.13pre (2011-08-31)
updated documentation
got buildout working.
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.
fixed setup file to continue if reading CHANGES,TODO, and readme fails.
0.1.11pre (2011-07-17)
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)
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution