Mercurial > farol
changeset 154:3b93e8e7876b
Add notice about Farol owning no database to the welcome page
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 14 Nov 2014 17:08:37 +0100 |
parents | 8f0096e8b800 |
children | 0a5b5b5549cb |
files | farol/templates/welcome.j2 |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/welcome.j2 Tue Nov 04 16:15:55 2014 +0100 +++ b/farol/templates/welcome.j2 Fri Nov 14 17:08:37 2014 +0100 @@ -46,6 +46,7 @@ <h1 class="media-heading">Farol <small>The Security Advisory Management Platform</small></h1> <div class="pull-right"><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}" >Start !</a></div> <p>This web platform offers to review, create, edit and transform security advisories supporting various input and output formats. During your session the advisory is stored in a cache from which you should save your changes to your local file system.</p> + <p>Farol owns no database. Any data is imported from other locations as needed and changed documents must finally be downloaded to save them.</p> </div> </div> </div>