--- a/doc/tmpl/index.html Fri Mar 30 16:39:12 2012 +0200
+++ b/doc/tmpl/index.html Mon Apr 23 21:38:30 2012 +0200
@@ -10,8 +10,33 @@
<body>
<title>Iro</title>
<div class="item">
+ <h3>What it is all about?</h3>
<p>
- Iro ist toll, ist aber noch nicht fertig.
+ 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>