layout changes
[myslice.git] / portal / templates / documentationview.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 {{ wizard.form.media }}
5 {% endblock %}
6
7 {% block unfold_main %}
8
9 <h1>OneLab Portal Documentation<h1>
10
11 <h2>Portal Components</h2>
12 <h3>Myslice (Web Frontend)</h3>
13 <p>
14         MySlice is an ambitious project aiming to support researchers throughout the 
15         lifecycle of experiments that can run on a variety of testbeds spanning different 
16         administrative domains and networking technologies. Its basic principle is to bring 
17         together available <b>resources</b> with <b>useful information</b> (characteristics, performance, network measurements).
18         </p>
19
20 <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p>
21 <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> 
22
23 <h3>Manifold (Portal backend)</h3>
24 Manifold is the backend that is running behind the portal.
25
26 <p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p>
27 <p> Code: <a href="https://git.top-hat.info/?p=tophat.git;a=shortlog;h=refs/heads/devel" target="_blank">Git Repository</a> (read only)</p>     
28
29 <h3>OneLab Registry</h3>
30 <p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p>
31 <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
32 <h2>FAQ<h2>
33 <h3>Users</h3>
34 <h3>Managers</h3>
35
36 {% endblock %}
37