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