--- a/doc/tmpl/index.html Wed Dec 21 22:07:48 2011 +0100
+++ b/doc/tmpl/index.html Thu Sep 27 17:15:46 2012 +0200
@@ -10,11 +10,59 @@
<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 recipients. It can handle different types of message and can be extended easially.
+ It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. There are diffrent backends are supported by Iro.
+ Iro helps you for these kinds of tasks: You want to send a message to some recipient over a different backend, than for other recipients.
+ Or you want to define fallback strategies: If one messages can't be send over this backend use another.
+ Because Iro also knows users, you can create bills for different clients.
</p>
</div>
- </body>
+ <div class="item" id="backends">
+ <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" id="installation">
+ <h3>Installation</h3>
+ <p>
+ Just download <a href="files/${code}">${code}</a> see also installtion instruction under <a href="dev/install.html">Installing Iro</a>.
+ </p>
+
+ <h3>Documentation</h3>
+ <p>
+ If you want just use iro see <a href="current.html">API Documentation</a>.
+ For extending iro see the <a href="dev/index.html">developer documenation</a>.
+ </p>
+ </div>
+ <div class="item" id="files">
+ <h3>Files</h3>
+ <p>
+ <ul>
+ <li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li>
+ </ul>
+ You can also get the code from our <a href="https://netzguerilla.net/iro/hg" >repository</a>, <a href="http://bitbucket.com/hefee/iro" >bitbucket</a>, or <a href="http://github.com/netzguerilla/iro" >github</a>.
+ </p>
+ </div>
+ <div class="item" id="features">
+ <h3>Planned features for 1.0</h3>
+ <p>
+ <ul>
+ <li>admin interface for creating and modifying users</li>
+ <li>heartbeat</li>
+ </ul>
+ For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>.
+ </p>
+ </div>
+</body>
</html>