From df0d2f27f91e7333c15a42896776cffa856b4e16 Mon Sep 17 00:00:00 2001 From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Wed, 26 Mar 2014 16:35:43 +0100 Subject: [PATCH] FAQ, About: altered --- portal/templates/about.html | 40 ++++++++++++++++++++----- portal/templates/documentationview.html | 23 +------------- 2 files changed, 34 insertions(+), 29 deletions(-) diff --git a/portal/templates/about.html b/portal/templates/about.html index 1764fc42..cb118c2b 100644 --- a/portal/templates/about.html +++ b/portal/templates/about.html @@ -32,14 +32,40 @@ according to their own requirements. Opening in this way the development of web-based user tools for experimentation and sharing effort and information can increase significantly the chances for the achievement of our challenging objective. </p> - <p> - You can access the code at git.myslice.info. If you need write access to the git repository you need first to send - your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. - </p> - <p> - Go to the <a href ="http://myslice.info" target="_blank">MySlice web site</a> - </p> </div> </div> + +<div class="row"> + <div class="col-md-12"> +<h2>Portal Components</h2> +<h3>Myslice (Web Frontend)</h3> +<p> + MySlice is an ambitious project aiming to support researchers throughout the + lifecycle of experiments that can run on a variety of testbeds spanning different + administrative domains and networking technologies. Its basic principle is to bring + together available <b>resources</b> with <b>useful information</b> (characteristics, performance, network measurements). + </p> + +<p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p> +<p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> + +<p> +If you need write access to the git repository you need first to send your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. +</p> + + +<h3>Manifold (Portal backend)</h3> +Manifold is the backend that is running behind the portal. + +<p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p> +<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> + +<h3>OneLab Registry</h3> +<p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p> +<p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p> + + </div> +</div> + {% endblock %} diff --git a/portal/templates/documentationview.html b/portal/templates/documentationview.html index 5def24b8..6c757edc 100644 --- a/portal/templates/documentationview.html +++ b/portal/templates/documentationview.html @@ -8,28 +8,7 @@ </div> <div class="row"> <div class="col-md-12"> -<h2>Portal Components</h2> -<h3>Myslice (Web Frontend)</h3> -<p> - MySlice is an ambitious project aiming to support researchers throughout the - lifecycle of experiments that can run on a variety of testbeds spanning different - administrative domains and networking technologies. Its basic principle is to bring - together available <b>resources</b> with <b>useful information</b> (characteristics, performance, network measurements). - </p> - -<p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p> -<p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> - -<h3>Manifold (Portal backend)</h3> -Manifold is the backend that is running behind the portal. - -<p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p> -<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> - -<h3>OneLab Registry</h3> -<p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p> -<p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p> -<h2>FAQ<h2> +<h2>Frequently Asked Questions (FAQs)<h2> <h3>Users</h3> <ul> -- 2.47.0