Mercurial > farol
changeset 23:e410f6f0f80f
Switch text on welcome and about page
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Thu, 02 Oct 2014 11:24:42 +0200 |
parents | dbfe89e3c6fe |
children | 6de88f98983c |
files | farol/templates/about.j2 farol/templates/welcome.j2 |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/about.j2 Thu Oct 02 11:23:49 2014 +0200 +++ b/farol/templates/about.j2 Thu Oct 02 11:24:42 2014 +0200 @@ -34,8 +34,9 @@ </div> <div> - <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p> - <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way</p> + <p>Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.</p> + <p>In the IT World, each Party involved with security vulnerabilities have its own way of dealing with the matter, and although standards exist they aren't used much to their full extend.<p> + <p>This Platform is an attempt at bringing all those worlds together.<p> <p>In the current version, Advisories not currently saved are kept in memory of the running process. If the process terminates, and they are not saved, documents are lost.</p> {% if config.DEBUG and not config.DEBUG_SURE %} <hr>
--- a/farol/templates/welcome.j2 Thu Oct 02 11:23:49 2014 +0200 +++ b/farol/templates/welcome.j2 Thu Oct 02 11:24:42 2014 +0200 @@ -30,9 +30,8 @@ {% block content %} <div class="jumbotron"> <h1>Farol <small>A Security Advisory Management Platform</small></h1> - <p>Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.</p> - <p>In the IT World, each Party involved with security vulnerabilities have its own way of dealing with the matter, and although standards exist they aren't used much to their full extend.<p> - <p>This Platform is an attempt at bringing all those worlds together.<p> + <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p> + <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.</p> <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p> </div> <div class="row">