<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/">
<xi:include href="layout.tmpl" />
<head>
<title>work in progress</title>
</head>
<body>
<title>Iro</title>
<div class="item">
<h3>What it is all about?</h3>
<p>
Iro is a non blocking server for sending a message to a bunsh of recipient. It can handle diffrent types of message typs and can be extended easially.
It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro.
</p>
</div>
<div class="item">
<h3>Supported Backends</h3>
<p>
A backend is a provider, that actually sends the message.
<ul>
<li><b>smtp</b> with TLS and SSL</li>
<li><b><a href="http://smstrade.de">smstrade</a></b> all diffrent routes are selectable</li>
<li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li>
</ul>
</p>
</div>
<div class="item">
<h3>Installation</h3>
<p>
You'll find the installtion instruction under <a href="dev/install.html">dev/install</a>.
</p>
<h3>Documentation</h3>
<p>
All documentation for extending iro see <a href="dev/index.html">dev</a>
</p>
</div>
</body>
</html>