comparison farol/templates/about.j2 @ 125:67c4b299736e

Update look-and-feel
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 23 Oct 2014 16:18:30 +0200
parents e410f6f0f80f
children 0f19ece4e7e5
comparison
equal deleted inserted replaced
120:98cf4a6457f4 125:67c4b299736e
28 28
29 {% block title %}About{% endblock %} 29 {% block title %}About{% endblock %}
30 30
31 {% block content %} 31 {% block content %}
32 <div class="page-header"> 32 <div class="page-header">
33 <h1>Farol <small>A Security Advisory Management (Web) Platform</small></h1> 33 <h1>Farol <small>The Security Advisory Management Platform</small></h1>
34 </div> 34 </div>
35 35
36 <div> 36 <div>
37 <p>Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.</p> 37 <p>This web platform offers to review, create, edit and transform security advisories supporting various input and output formats.</p>
38 <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> 38 <p>During your session the advisory is stored in a cache from which you should save your changes to your local file system.</p>
39 <p>This Platform is an attempt at bringing all those worlds together.<p>
40 <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>
41 {% if config.DEBUG and not config.DEBUG_SURE %} 39 {% if config.DEBUG and not config.DEBUG_SURE %}
42 <hr> 40 <hr>
43 <h3 id="debug">Debug Mode</h3> 41 <h3 id="debug">Debug Mode</h3>
44 <p>Your application is Running in Debug mode. While this might be a choice you made, this is not suitable for Production deployment. The <a href="/console">console</a> is an example of unsafe debug facilities.</p> 42 <p>Your application is Running in Debug mode. While this might be a choice you made, this is not suitable for Production deployment. The <a href="/console">console</a> is an example of unsafe debug facilities.</p>
45 <p>You can turn the Debug mode off by setting <code>DEBUG=False</code> in the configuration file located at the following path: <code>{{ instance_dir }}/farol.cfg</code>.</p> 43 <p>You can turn the Debug mode off by setting <code>DEBUG=False</code> in the configuration file located at the following path: <code>{{ instance_dir }}/farol.cfg</code>.</p>

http://farol.wald.intevation.org