update styles and forms
[unfold.git] / portal / templates / documentationview.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4 <div class="row">
5         <div class="col-md-12">
6         <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="OneLab Portal Documentation" /> OneLab Portal Documentation</h1>
7         </div>
8 </div>
9 <div class="row">
10         <div class="col-md-12">
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 <h5>Who is a User?</h5>
35 <p>A user is an experimenter who registers to the onelab portal and able to use all the facilites that the portal has to offer. However, a user does not
36 have the right to do any admin operation such as managing slices, users and resources.</p>
37 <h5>How do I register?</h5>
38 <h5>Why can't I register with my email?</h5>
39 <h5>Who is responsible for validating my account?</h5>
40 <h5>How long I have to wait for validation?</h5>
41 <h5>I just registered. Why can't I see any slices and resources?</h5>
42 <h5>How can I get access to a slice?</h5>
43 <h5>I forgot my password, how to recover it?</h5>
44
45 <h3>Managers</h3>
46 <h5>Who is a Manager?</h5>
47 <p>A manager is the Principal Investigator (PI) of the institution. Each PI has authority over his own institution. A PI can add, delete, validate users or 
48 slices that belongs to his institution.</p>
49 <h5>What is pending users/slices?</h5>
50 <h5>How to see the pending users/slices of my instituion?</h5>
51 <h5>How to validate/reject pending users/slices?</h5>
52 <h5>Can I see the pending users/slices of other institutions?</h5>
53 <h5>How can I manage the users that belong to my institution?</h5>
54 </div>
55 </div>
56 {% endblock %}
57