doc/tmpl/index.html
changeset 302 3f4bdea2abbf
parent 300 8d30203f07b3
equal deleted inserted replaced
90:eb04ac3a8327 302:3f4bdea2abbf
     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 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>. 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.
    15 			</p>
    20 			</p>
    16 		</div>
    21 		</div>
    17 	</body>
    22 		<div class="item" id="backends">
       
    23 			<h3>Supported Backends</h3>
       
    24 			<p>
       
    25 			A backend is a provider, that actually sends the message. 
       
    26 			<ul>
       
    27 				<li><b>smtp</b> with TLS and SSL</li>
       
    28 				<li><b><a href="http://smstrade.de">smstrade</a></b> all diffrent routes are selectable</li>
       
    29 				<li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li>
       
    30 			</ul>
       
    31 			</p>
       
    32 
       
    33 		</div>
       
    34 		<div class="item" id="installation">
       
    35 			<h3>Installation</h3>
       
    36 			<p>
       
    37 			Just download <a href="files/${code}">${code}</a> see also installtion instruction under <a href="dev/install.html">Installing Iro</a>.
       
    38 			</p>
       
    39 
       
    40 			<h3>Documentation</h3>
       
    41 			<p>
       
    42 			If you want just use iro see <a href="current.html">API Documentation</a>.
       
    43 			For extending iro see the <a href="dev/index.html">developer documenation</a>.
       
    44 			</p>
       
    45 		</div>
       
    46 		<div class="item" id="files">
       
    47 			<h3>Files</h3>
       
    48 			<p>
       
    49 			<ul> 
       
    50 				<li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li>
       
    51 			</ul>
       
    52                         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>.
       
    53 			</p>
       
    54 		</div>
       
    55 		<div class="item" id="features">
       
    56 			<h3>Planned features for 1.0</h3>
       
    57 			<p>
       
    58 			<ul>   
       
    59 				<li>admin interface for creating and modifying users</li>
       
    60 				<li>heartbeat</li>
       
    61 			</ul>
       
    62 			For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>.
       
    63 			</p>
       
    64 		</div>
       
    65 </body>
    18 </html>
    66 </html>
    19 
    67 
    20 	
    68