FIBRE portal end of March
[unfold.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" /> FIBRE 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 <h5>Who is a User?</h5>
32 <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
33 have the right to do any admin operation such as managing slices, users and resources.</p>
34 <h5>How do I register?</h5>
35 <h5>Why can't I register with my email?</h5>
36 <h5>Who is responsible for validating my account?</h5>
37 <h5>How long I have to wait for validation?</h5>
38 <h5>I just registered. Why can't I see any slices and resources?</h5>
39 <h5>How can I get access to a slice?</h5>
40 <h5>I forgot my password, how to recover it?</h5>
41
42 <h3>Managers</h3>
43 <h5>Who is a Manager?</h5>
44 <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 
45 slices that belongs to his institution.</p>
46 <h5>What is pending users/slices?</h5>
47 <h5>How to see the pending users/slices of my instituion?</h5>
48 <h5>How to validate/reject pending users/slices?</h5>
49 <h5>Can I see the pending users/slices of other institutions?</h5>
50 <h5>How can I manage the users that belong to my institution?</h5>
51 </div>
52 {% endblock %}
53