doc/index.html
branchdevel
changeset 277 f65edc0382cc
parent 276 4841b443f1fd
child 278 4d376a97e663
child 279 d32fa77ce318
equal deleted inserted replaced
276:4841b443f1fd 277:f65edc0382cc
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3 	
       
     4 
       
     5 	<head>
       
     6 		<title>Iro ·  work in progress</title>
       
     7 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       
     8 		<meta charset="utf-8">
       
     9 		<meta name="description" content="">
       
    10 		<meta name="keywords" content="">
       
    11 		<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
       
    12 		<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
       
    13 		<link rel="stylesheet" href="css/960.css" type="text/css" media="screen">
       
    14 		<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
       
    15 		<!--[if IE]><link rel="stylesheet" href="css/style-ie.css" type="text/css"  media="screen" /><![endif] -->
       
    16 	</head>
       
    17 	<body>
       
    18 	<div id="head-container">
       
    19 		<div id="head">
       
    20 			<h1 id="logo"><a href="index.html" class="logo" title="Netzguerilla"><span>Netzguerilla</span></a></h1>
       
    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="database.html" class="menu">Datenbase Schema</a></li><li><a href="about.html" class="menu">About us</a></li>
       
    23 			</ul>
       
    24 		</div>
       
    25 	</div>
       
    26 	<div id="content-container">
       
    27 		<div id="content" class="container_12">
       
    28 			<div id="main" class="grid_9">
       
    29 				<h2>Iro</h2>
       
    30 				<div class="item">
       
    31 			<h3>What it is all about?</h3>
       
    32 			<p>
       
    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>
       
    54 			</p>
       
    55 		</div>
       
    56 			</div>
       
    57 			<div class="clear"></div>
       
    58 		</div>
       
    59 	</div>
       
    60 	<div id="foot-container">
       
    61 		<div id="foot">
       
    62 			<p>© 2010-2011 <a href="impressum.html">Netzguerilla.net</a>.</p>
       
    63 		</div>
       
    64 	</div>
       
    65 	</body>
       
    66 </html>