doc/tmpl/index.html
branchdevel
changeset 300 8d30203f07b3
parent 280 c96d569a8ac8
equal deleted inserted replaced
299:047e4b4760aa 300:8d30203f07b3
    47 			<h3>Files</h3>
    47 			<h3>Files</h3>
    48 			<p>
    48 			<p>
    49 			<ul> 
    49 			<ul> 
    50 				<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>
    51 			</ul>
    51 			</ul>
    52 			You can also get the code from our <a href="https://netzguerilla.net/iro/hg" >repository</a>.
    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>
    53 			</p>
    54 		</div>
    54 		</div>
    55 		<div class="item" id="features">
    55 		<div class="item" id="features">
    56 			<h3>Planned features for 1.0</h3>
    56 			<h3>Planned features for 1.0</h3>
    57 			<p>
    57 			<p>
    58 			<ul>   
    58 			<ul>   
    59 				<li>JSON Interface</li>
    59 				<li>admin interface for creating and modifying users</li>
    60 				<li>admin interface for creating modifing users</li>
       
    61 				<li>heartbeat</li>
    60 				<li>heartbeat</li>
    62 			</ul>
    61 			</ul>
    63 			For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>.
    62 			For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>.
    64 			</p>
    63 			</p>
    65 		</div>
    64 		</div>