doc/tmpl/index.html
author Sandro Knauß <knauss@netzguerilla.net>
Wed, 25 Apr 2012 15:06:28 +0200
branchdevel
changeset 277 f65edc0382cc
parent 271 b218238e76b9
child 280 c96d569a8ac8
permissions -rw-r--r--
prepare for release: * diffrent web directory with all web specific content (split doc dir -> doc (data) and web (rendered data)) * update installation

<!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 recipient. It can handle diffrent types of message typs and can be extended easially.
			It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro.
			</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>
			</p>
		</div>
		<div class="item">
			<h3>Planned features for 1.0</h3>
			<p>
			<ul>   
				<li>JSON Interface</li>
				<li>admin interface for creating modifing 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>