doc/tmpl/index.html
author Sandro Knauß <knauss@netzguerilla.net>
Thu, 27 Sep 2012 17:18:06 +0200
branchdevel
changeset 305 887ca66823bb
parent 300 8d30203f07b3
permissions -rw-r--r--
merging from default

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:xi="http://www.w3.org/2001/XInclude"
	xmlns:py="http://genshi.edgewall.org/">
	<xi:include href="layout.tmpl" />
	<head>
		<title>work in progress</title>
	</head>
	<body>
		<title>Iro</title>
		<div class="item">
			<h3>What it is all about?</h3>
			<p>
			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.
			It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. There are diffrent backends are supported by Iro. 
			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.
			Or you want to define fallback strategies: If one messages can't be send over this backend use another.
			Because Iro also knows users, you can create bills for different clients.
			</p>
		</div>
		<div class="item" id="backends">
			<h3>Supported Backends</h3>
			<p>
			A backend is a provider, that actually sends the message. 
			<ul>
				<li><b>smtp</b> with TLS and SSL</li>
				<li><b><a href="http://smstrade.de">smstrade</a></b> all diffrent routes are selectable</li>
				<li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li>
			</ul>
			</p>

		</div>
		<div class="item" id="installation">
			<h3>Installation</h3>
			<p>
			Just download <a href="files/${code}">${code}</a> see also installtion instruction under <a href="dev/install.html">Installing Iro</a>.
			</p>

			<h3>Documentation</h3>
			<p>
			If you want just use iro see <a href="current.html">API Documentation</a>.
			For extending iro see the <a href="dev/index.html">developer documenation</a>.
			</p>
		</div>
		<div class="item" id="files">
			<h3>Files</h3>
			<p>
			<ul> 
				<li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li>
			</ul>
                        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>.
			</p>
		</div>
		<div class="item" id="features">
			<h3>Planned features for 1.0</h3>
			<p>
			<ul>   
				<li>admin interface for creating and modifying users</li>
				<li>heartbeat</li>
			</ul>
			For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>.
			</p>
		</div>
</body>
</html>