--- a/doc/tmpl/index.html Wed Apr 25 00:06:27 2012 +0200
+++ b/doc/tmpl/index.html Wed Apr 25 15:06:28 2012 +0200
@@ -16,7 +16,7 @@
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">
+ <div class="item" id="backends">
<h3>Supported Backends</h3>
<p>
A backend is a provider, that actually sends the message.
@@ -28,18 +28,38 @@
</p>
</div>
- <div class="item">
+ <div class="item" id="installation">
<h3>Installation</h3>
<p>
- You'll find the installtion instruction under <a href="dev/install.html">dev/install</a>.
+ 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>
- All documentation for extending iro see <a href="dev/index.html">dev</a>
+ 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>
- </body>
+ <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>