-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (16 loc) · 906 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
RIDDANCE
--------
A message-driven, very fast templating + mass-mailing system. This project served to me as testing ground for Scala/functional programming and to further study JMS/Messaging systems. In itself it is simple, however it uses many technologies:
- Templating engine is a simplified version of FastTemplate (old template engine written in PHP)
- Message driven architecture (using Scala/JMS)
- Mailer (written in Java, tested using gnumail)
- A piloting library written in PHP
It is not complete yet, but it will be soon!
LICENSE
-------
Distributed under the terms of GNU LGPL v3
See LICENSE for details
FORMATS OF MESSAGES AND TEMPLATES
---------------------------------
It is possible to not use the PHP library and send directly XML messages to Riddance, this format is described in FORMAT file.
Regarding templates, there is also a brief description of their format in this file.