<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Iro · work in progress</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/960.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<!--[if IE]><link rel="stylesheet" href="css/style-ie.css" type="text/css" media="screen" /><![endif] -->
</head>
<body>
<div id="head-container">
<div id="head">
<h1 id="logo"><a href="index.html" class="logo" title="Netzguerilla"><span>Netzguerilla</span></a></h1>
<ul id="menu">
<li><a href="index.html" class="menu active">Iro</a></li><li><a href="current.html" class="menu">API Documentation</a></li><li><a href="database.html" class="menu">Datenbase Schema</a></li><li><a href="about.html" class="menu">About us</a></li>
</ul>
</div>
</div>
<div id="content-container">
<div id="content" class="container_12">
<div id="main" class="grid_9">
<h2>Iro</h2>
<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>
</div>
<div class="clear"></div>
</div>
</div>
<div id="foot-container">
<div id="foot">
<p>© 2010-2011 <a href="impressum.html">Netzguerilla.net</a>.</p>
</div>
</div>
</body>
</html>