IETF Event Notification Service Code
Status: Pre-Alpha
Brought to you by:
synack440
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2006-08-15 | synack440 | [r187] Changed bitstring index to be based on MySQL, a... |
| ietfnotify | 2006-08-15 | synack440 | [r188] Fixed a few remaining bugs, ready for beta (RC1) |
| templates | 2006-08-08 | synack440 | [r178] Updated, better looking, plaintext email template |
| web | 2006-08-15 | synack440 | [r189] Fixed javascript bug in web header |
| LICENSE | 2006-08-31 | synack440 | [r191] Switched to CDDL license |
| MANIFEST | 2006-08-08 | synack440 | [r175] Tweaking the setup process some more |
| README | 2006-08-20 | synack440 | [r190] Detailed requirements in the README |
| ietfnotifyd | 2006-08-15 | synack440 | [r186] Implemented bitstring ignore field |
| setup.py | 2006-08-08 | synack440 | [r177] Added henrik's latest set of changes |
Name: IETF Event Notification System v0.01 Author: Jeremy Grosser Description:A daemon and web interface for creating, managing, and acting upon subscriptions to events sent by an external program in the form specified in doc/eventprotocol.txt License This program is licensed under the GNU General Public License Version 2. The full license terms may be found in the LICENSE file in the root of this repository. Installation Requirements - Python 2.3 (2.4 should work) http://www.python.org/ - Django (Subversion trunk August 20, 2006) http://www.djangoproject.org/ - Web server with Python CGI configured - Working mail configuration - MySQL database version 4.x or 5.x http://www.mysql.org/ setup.py Configuration Templates Runtime