doc/tmpl/index.html
branchdevel
changeset 280 c96d569a8ac8
parent 277 f65edc0382cc
child 300 8d30203f07b3
equal deleted inserted replaced
278:4d376a97e663 280:c96d569a8ac8
    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 			<h3>What it is all about?</h3>
    14 			<p>
    14 			<p>
    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.
    15 			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.
    16 			It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro.
    16 			It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. There are diffrent backends are supported by Iro. 
       
    17 			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.
       
    18 			Or you want to define fallback strategies: If one messages can't be send over this backend use another.
       
    19 			Because Iro also knows users, you can create bills for different clients.
    17 			</p>
    20 			</p>
    18 		</div>
    21 		</div>
    19 		<div class="item" id="backends">
    22 		<div class="item" id="backends">
    20 			<h3>Supported Backends</h3>
    23 			<h3>Supported Backends</h3>
    21 			<p>
    24 			<p>
    44 			<h3>Files</h3>
    47 			<h3>Files</h3>
    45 			<p>
    48 			<p>
    46 			<ul> 
    49 			<ul> 
    47 				<li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li>
    50 				<li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li>
    48 			</ul>
    51 			</ul>
       
    52 			You can also get the code from our <a href="https://netzguerilla.net/iro/hg" >repository</a>.
    49 			</p>
    53 			</p>
    50 		</div>
    54 		</div>
    51 		<div class="item">
    55 		<div class="item" id="features">
    52 			<h3>Planned features for 1.0</h3>
    56 			<h3>Planned features for 1.0</h3>
    53 			<p>
    57 			<p>
    54 			<ul>   
    58 			<ul>   
    55 				<li>JSON Interface</li>
    59 				<li>JSON Interface</li>
    56 				<li>admin interface for creating modifing users</li>
    60 				<li>admin interface for creating modifing users</li>