doc/tmpl/index.html
branchdevel
changeset 271 b218238e76b9
parent 72 e7b44716a564
child 277 f65edc0382cc
equal deleted inserted replaced
270:665c3ea02d35 271:b218238e76b9
     8 		<title>work in progress</title>
     8 		<title>work in progress</title>
     9 	</head>
     9 	</head>
    10 	<body>
    10 	<body>
    11 		<title>Iro</title>
    11 		<title>Iro</title>
    12 		<div class="item">
    12 		<div class="item">
       
    13 			<h3>What it is all about?</h3>
    13 			<p>
    14 			<p>
    14 				Iro ist toll, ist aber noch nicht fertig.
    15 			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.
       
    16 			It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro.
       
    17 			</p>
       
    18 		</div>
       
    19 		<div class="item">
       
    20 			<h3>Supported Backends</h3>
       
    21 			<p>
       
    22 			A backend is a provider, that actually sends the message. 
       
    23 			<ul>
       
    24 				<li><b>smtp</b> with TLS and SSL</li>
       
    25 				<li><b><a href="http://smstrade.de">smstrade</a></b> all diffrent routes are selectable</li>
       
    26 				<li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li>
       
    27 			</ul>
       
    28 			</p>
       
    29 
       
    30 		</div>
       
    31 		<div class="item">
       
    32 			<h3>Installation</h3>
       
    33 			<p>
       
    34 			You'll find the installtion instruction under <a href="dev/install.html">dev/install</a>.
       
    35 			</p>
       
    36 
       
    37 			<h3>Documentation</h3>
       
    38 			<p>
       
    39 				All documentation for extending iro see <a href="dev/index.html">dev</a>
    15 			</p>
    40 			</p>
    16 		</div>
    41 		</div>
    17 	</body>
    42 	</body>
    18 </html>
    43 </html>
    19 
    44