DCIPs/_layouts/dcip.html

141 lines
8.9 KiB
HTML
Raw Normal View History

---
layout: default
---
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="bi-megaphone-fill" fill="currentColor" viewBox="0 0 16 16">
<title>Alert</title>
<path d="M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-11zm-1 .724c-2.067.95-4.539 1.481-7 1.656v6.237a25.222 25.222 0 0 1 1.088.085c2.053.204 4.038.668 5.912 1.56V3.224zm-8 7.841V4.934c-.68.027-1.399.043-2.008.053A2.02 2.02 0 0 0 0 7v2c0 1.106.896 1.996 1.994 2.009a68.14 68.14 0 0 1 .496.008 64 64 0 0 1 1.51.048zm1.39 1.081c.285.021.569.047.85.078l.253 1.69a1 1 0 0 1-.983 1.187h-.548a1 1 0 0 1-.916-.599l-1.314-2.48a65.81 65.81 0 0 1 1.692.064c.327.017.65.037.966.06z"/>
</symbol>
<symbol id="bi-code" fill="currentColor" viewBox="0 0 16 16">
<title>Source</title>
<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"/>
</symbol>
<svg id="bi-chat" fill="currentColor" viewBox="0 0 16 16">
<title>Discuss</title>
<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/>
</svg>
</svg>
<div class="home">
<span class="h5">
{% if page.status == "Stagnant" %}
2023-04-17 17:13:40 +00:00
<span class="badge text-light bg-danger" data-bs-toggle="tooltip" data-bs-title="This DCIP had no activity for at least 6 months. This DCIP should not be used.">🚧 Stagnant</span>
{% endif %}
{% if page.status == "Withdrawn" %}
2023-04-17 17:13:40 +00:00
<span class="badge text-light bg-danger" data-bs-toggle="tooltip" data-bs-title="This DCIP has been withdrawn, and should not be used.">🛑 Withdrawn</span>
{% endif %}
{% if page.status == "Draft" or page.status == "Review" %}
2023-04-17 17:13:40 +00:00
<span class="badge text-light bg-warning" data-bs-toggle="tooltip" data-bs-title="This DCIP is not yet recommended for general use or implementation, as it is subject to normative (breaking) changes.">⚠️ {{ page.status }}</span>
{% endif %}
{% if page.status == "Last Call" %}
2023-04-17 17:13:40 +00:00
<span class="badge text-light bg-success" data-bs-toggle="tooltip" data-bs-title="This DCIP is in the last call for review stage. The authors wish to finalize the DCIP and ask you to provide feedback.">📢 Last Call</span>
{% endif %}
{% elsif page.category == "Interface" %}
<a class="badge text-light bg-primary" data-bs-toggle="tooltip" data-bs-title="Improvements around client API/RPC specifications and standards, and also certain language-level standards like method names and contract ABIs." href="../interface">Standards Track: Interface</a>
{% elsif page.category == "Networking" %}
2023-04-25 19:35:41 +00:00
<a class="badge text-light bg-primary" data-bs-toggle="tooltip" data-bs-title="Improvements around devp2p and Light Decentralized Climate Subprotocol, as well as proposed improvements to network protocol specifications of whisper and swarm." href="../networking">Standards Track: Networking</a>
{% elsif page.category == "Core" %}
<a class="badge text-light bg-primary" data-bs-toggle="tooltip" data-bs-title="Improvements requiring a consensus fork, as well as changes that are not necessarily consensus critical but may be relevant to “core dev” discussions." href="../core">Standards Track: Core</a>
{% elsif page.type == "Informational" %}
2023-04-25 20:11:47 +00:00
<a class="badge text-light bg-primary" data-bs-toggle="tooltip" data-bs-title="Describes an Decentralized Foundation design issue, or provides general guidelines or information to the Decentralized Climate community, but does not propose a new feature. Informational DCIPs do not necessarily represent Decentralized Climate community consensus or a recommendation, so users and implementers are free to ignore Informational DCIPs or follow their advice." href="../informational">Informational</a>
{% elsif page.type == "Meta" %}
2023-04-25 20:11:47 +00:00
<a class="badge text-light bg-primary" data-bs-toggle="tooltip" data-bs-title="Describes a process surrounding Decentralized Foundation or proposes a change to (or an event in) a process. " href="../meta">Meta</a>
{% endif %}
</span>
<h1 class="page-heading">
2023-04-17 17:13:40 +00:00
DCIP-{{ page.dcip | xml_escape }}: {{ page.title | xml_escape }}
{% endif %}
<a href="{{ page.discussions-to | uri_escape }}" class="no-underline">
<svg role="img" aria-label="Discuss" class="inline-svg" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 16 16">
<use xlink:href="#bi-chat"/>
</svg>
</a>
<a href="{{site.github.repository_url}}/blob/master/{{page.path}}" class="no-underline">
<svg role="img" aria-label="Source" class="inline-svg" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 16 16">
<use xlink:href="#bi-code"/>
</svg>
</a>
</h1>
<h3>{{ page.description | xml_escape }}</h3>
<table class="table table-borderless preamble">
<tbody>
<tr>
<th scope="row">Authors</th>
<td>{% include authorlist.html authors=page.author %}</td>
</tr>
{% if page.created != undefined %}
<tr>
<th scope="row">Created</th>
<td>{{ page.created }}</td>
</tr>
{% endif %}
{% if page.last-call-deadline != undefined %}
<tr>
<th scope="row">Last Call Deadline</th>
<td>{{ page.last-call-deadline }}</td>
</tr>
{% endif %}
{% if page.status != "Review" and page.status != "Last Call" and page.status != "Final" and page.discussions-to != undefined %}
<tr>
<th scope="row">Discussion Link</th>
<td><a href="{{ page.discussions-to | uri_escape }}" target="__blank">{{ page.discussions-to | xml_escape }}</a></td>
</tr>
{% endif %}
{% if page.requires != undefined %}
<tr>
<th scope="row">Requires</th>
2023-04-17 17:13:40 +00:00
<td>{% include dcipnums.html dcips=page.requires %}</td>
</tr>
{% endif %}
</tbody>
</table>
<br/>
{% if page.status == "Review" or page.status == "Last Call" %}
<div class="alert alert-primary d-flex align-items-center" role="alert">
<svg class="bi flex-shrink-0 me-2" role="img" aria-label="Info:" style="width:2.5em;height:2.5em;"><use xlink:href="#bi-megaphone-fill"/></svg>
<div class="text-center w-100">
2023-04-17 17:13:40 +00:00
<a href="{{ page.discussions-to | uri_escape }}" target="__blank">This DCIP is in the process of being peer-reviewed. If you are interested in this DCIP, please participate using this discussion link.</a>
</div>
</div>
{% endif %}
<div class="toc">
<h2>Table of Contents</h2>
{% include toc.html html=content sanitize=true h_max=3 %}
</div>
{% include anchor_headings.html html=content anchorClass="anchor-link" beforeHeading=true %}
<h2>Citation</h2>
<p>Please cite this document as:</p>
{% comment %}
IEEE specification for reference formatting:
https://ieee-dataport.org/sites/default/files/analysis/27/IEEE%20Citation%20Guidelines.pdf
{% endcomment %}
2023-04-25 20:11:47 +00:00
<p>{% include authorlist.html authors=page.author %}, "{% if page.category == "{% else %}DCIP{% endif %}-{{ page.dcip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Stagnant" or page.status == "Withdrawn" or page.status == "Review" or page.status == "Last Call" %} [DRAFT]{% endif %}," <em>Decentralized Climate Foundation</em>, no. {{ page.dcip | xml_escape }}, {{ page.created | date: "%B %Y" }}. [Online serial]. Available: https://dcips.decentralizedclimate.org/DCIPS/dcip-{{ page.dcip | xml_escape }}.</p>
</div>
{% comment %}
Article schema specification:
https://schema.org/TechArticle
{% endcomment %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "TechArticle",
2023-04-17 17:13:40 +00:00
"headline": "DCIP-{{ page.dcip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Stagnant" or page.status == "Withdrawn" or page.status == "Review" or page.status == "Last Call" %} [DRAFT]{% endif %}",
"name": "DCIP-{{ page.dcip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Stagnant" or page.status == "Withdrawn" or page.status == "Review" or page.status == "Last Call" %} [DRAFT]{% endif %}",
{% endif %}
"author": "{{ page.author }}",
"dateCreated": "{{ page.created | date: "%Y-%m-%d" }}",
"datePublished": "{{ page.created | date: "%Y-%m-%d" }}",
{% if page.discussions-to != undefined %}
"discussionUrl": "{{ page.discussions-to | uri_escape }}",
{% endif %}
"inLanguage": "en-US",
"license": "#copyright",
"copyrightYear": "{{ page.created | date: "%Y" }}"
}
</script>