17 <body> |
17 <body> |
18 <div id="head-container"> |
18 <div id="head-container"> |
19 <div id="head"> |
19 <div id="head"> |
20 <h1 id="logo"><a href="index.html" class="logo" title="Netzguerilla"><span>Netzguerilla</span></a></h1> |
20 <h1 id="logo"><a href="index.html" class="logo" title="Netzguerilla"><span>Netzguerilla</span></a></h1> |
21 <ul id="menu"> |
21 <ul id="menu"> |
22 <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="new.html" class="menu">geplante API Documentation</a></li><li><a href="database.html" class="menu">Datenbank Schema</a></li><li><a href="impressum.html" class="menu">Impressum</a></li> |
22 <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> |
23 </ul> |
23 </ul> |
24 </div> |
24 </div> |
25 </div> |
25 </div> |
26 <div id="content-container"> |
26 <div id="content-container"> |
27 <div id="content" class="container_12"> |
27 <div id="content" class="container_12"> |
28 <div id="main" class="grid_9"> |
28 <div id="main" class="grid_9"> |
29 <h2>Iro</h2> |
29 <h2>Iro</h2> |
30 <div class="item"> |
30 <div class="item"> |
|
31 <h3>What it is all about?</h3> |
31 <p> |
32 <p> |
32 Iro ist toll, ist aber noch nicht fertig. |
33 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. |
|
34 It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro. |
|
35 </p> |
|
36 </div><div class="item"> |
|
37 <h3>Supported Backends</h3> |
|
38 <p> |
|
39 A backend is a provider, that actually sends the message. |
|
40 <ul> |
|
41 <li><b>smtp</b> with TLS and SSL</li> |
|
42 <li><b><a href="http://smstrade.de">smstrade</a></b> all diffrent routes are selectable</li> |
|
43 <li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li> |
|
44 </ul> |
|
45 </p> |
|
46 </div><div class="item"> |
|
47 <h3>Installation</h3> |
|
48 <p> |
|
49 You'll find the installtion instruction under <a href="dev/install.html">dev/install</a>. |
|
50 </p> |
|
51 <h3>Documentation</h3> |
|
52 <p> |
|
53 All documentation for extending iro see <a href="dev/index.html">dev</a> |
33 </p> |
54 </p> |
34 </div> |
55 </div> |
35 </div> |
56 </div> |
36 <div class="clear"></div> |
57 <div class="clear"></div> |
37 </div> |
58 </div> |