# HG changeset patch # User BenoƮt Allard # Date 1412241882 -7200 # Node ID e410f6f0f80f288db3ca2e4eb4292338ebe8dbd8 # Parent dbfe89e3c6fe313d5c551f0703ad5924471741b9 Switch text on welcome and about page diff -r dbfe89e3c6fe -r e410f6f0f80f farol/templates/about.j2 --- 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 @@
-

Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.

-

This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way

+

Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.

+

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.

+

This Platform is an attempt at bringing all those worlds together.

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.

{% if config.DEBUG and not config.DEBUG_SURE %}
diff -r dbfe89e3c6fe -r e410f6f0f80f farol/templates/welcome.j2 --- 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 %}

Farol A Security Advisory Management Platform

-

Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.

-

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.

-

This Platform is an attempt at bringing all those worlds together.

+

Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.

+

This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.

Start !