https://github.com/bluedynamics/postkasterl
a pyramid app sending out mail with javascript post
https://github.com/bluedynamics/postkasterl
Last synced: 11 months ago
JSON representation
a pyramid app sending out mail with javascript post
- Host: GitHub
- URL: https://github.com/bluedynamics/postkasterl
- Owner: bluedynamics
- License: other
- Created: 2015-07-23T14:05:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T15:05:04.000Z (almost 11 years ago)
- Last Synced: 2025-03-29T06:12:58.800Z (about 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
**Postkasterl**.
Write me
Detailed Documentation
======================
me too
Feature Wishlist
================
- [ ] Send form by Ajax-Post, fixed recipient, mail out
- [ ] Send recipient as encrypted string with form
- [ ] Send customized footer/header encrypted with form
- [ ] re-Captcha support
Installation
============
After cloning enter the directory, then::
virtualenv .
./bin/pip install -U pip setuptools zc.buildout
./bin/buildout
Then run tests with::
./bin/tests
and start server with::
./pserve dev.ini
Source Code
===========
The sources are in a GIT DVCS with its main branches at
`github `_.
We'd be happy to see many forks and pull-requests to make Postkasterl even better.
Contributors
============
- Jens W. Klein