comparison farol/templates/document/edit_publisher.j2 @ 40:5e6eed63ff07

Replace lists with definition lists in descriptions
author Benoît Allard <benoit.allard@greenbone.net>
date Mon, 06 Oct 2014 15:40:14 +0200
parents 537d25b1593c
children c79082d0d44d
comparison
equal deleted inserted replaced
39:a21f63c516ec 40:5e6eed63ff07
30 {% block content %} 30 {% block content %}
31 <form role="form" method="POST"> 31 <form role="form" method="POST">
32 32
33 {% call selectinput("type", "Type", types, publisher._type) %} 33 {% call selectinput("type", "Type", types, publisher._type) %}
34 <p>The <strong>Document Publisher</strong> <em>Type</em> attribute is an enumerated list containing an array of different document publisher types. Types include:</p> 34 <p>The <strong>Document Publisher</strong> <em>Type</em> attribute is an enumerated list containing an array of different document publisher types. Types include:</p>
35 <ul> 35 <dl class="dl-horizontal">
36 <li><strong>Vendor</strong>: Developers or maintainers of information system products or services. This includes all authoritative product vendors, Product Security Incident Response Teams (PSIRTs), and product resellers and distributors, including authoritative vendor partners.</li> 36 <dt>Vendor:</dt>
37 <li><strong>Discoverer</strong>: Individuals or organizations that find vulnerabilities or security weaknesses. This includes all manner of researchers.</li> 37 <dd>Developers or maintainers of information system products or services. This includes all authoritative product vendors, Product Security Incident Response Teams (PSIRTs), and product resellers and distributors, including authoritative vendor partners.</dd>
38 <li><strong>Coordinator</strong>: Individuals or organizations that manage a single vendor’s response or multiple vendors’ responses to a vulnerability, a security flaw, or an incident. This includes all Computer Emergency/Incident Response Teams (CERTs/CIRTs) or agents acting on the behalf of a researcher.</li> 38 <dt>Discoverer:</dt>
39 <li><strong>User</strong>: Everyone using a vendor’s product.</li> 39 <dd>Individuals or organizations that find vulnerabilities or security weaknesses. This includes all manner of researchers.</dd>
40 <li><strong>Other</strong>: Catchall for everyone else. Currently this includes forwarders, republishers, language translators, and miscellaneous contributors.</li> 40 <dt>Coordinator:</dt>
41 <dd>Individuals or organizations that manage a single vendor’s response or multiple vendors’ responses to a vulnerability, a security flaw, or an incident. This includes all Computer Emergency/Incident Response Teams (CERTs/CIRTs) or agents acting on the behalf of a researcher.</dd>
42 <dt>User:</dt>
43 <dd>Everyone using a vendor’s product.</dd>
44 <dt>Other:</dt>
45 <dd>Catchall for everyone else. Currently this includes forwarders, republishers, language translators, and miscellaneous contributors.</dd>
41 </ul> 46 </ul>
42 {% endcall %} 47 {% endcall %}
43 {% call textinput("vendorid", "Vendor ID", "", publisher._vendorid or '') %} 48 {% call textinput("vendorid", "Vendor ID", "", publisher._vendorid or '') %}
44 <p>The optional <em>Vendor ID</em> attribute is a unique identifier (OID) that a vendor uses as issued by FIRST under the auspices of IETF. At the time of this writing, OID is a work in progress.</p> 49 <p>The optional <em>Vendor ID</em> attribute is a unique identifier (OID) that a vendor uses as issued by FIRST under the auspices of IETF. At the time of this writing, OID is a work in progress.</p>
45 {{ examples(['MarcusCom']) }} 50 {{ examples(['MarcusCom']) }}

http://farol.wald.intevation.org