Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-al authored Sep 4, 2018
1 parent 6cbb173 commit 58af7a2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ <h2>Contributing</h2>

<h2>AIP status terms</h2>
<ul>
<li><strong>Draft</strong> - an AIP that is open for consideration.</li>
<li><strong>Accepted</strong> - an AIP that is planned for immediate adoption, i.e. expected to be included in the next hard fork.</li>
<li><strong>Final</strong> - an AIP that has been adopted in a previous hard fork.</li>
<li><strong>Deferred</strong> an AIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.</li>
<li><strong>Draft</strong>: an AIP that is open for consideration</li>
<li><strong>Accepted</strong>: an AIP that is planned for immediate adoption, i.e. expected to be included in the next hard fork</li>
<li><strong>Final</strong>: an AIP that has been adopted in a previous hard fork</li>
<li><strong>Deferred</strong>: an AIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork</li>
</ul>

<h2>AIP Types</h2>
Expand All @@ -27,15 +27,16 @@ <h4><a href="{{"core"|relative_url}}">Core</a> ({{site.pages|where:"type","Stand
<p>Improvements requiring a node update.</p>

<h4><a href="{{"networking"|relative_url}}">Networking</a> ({{site.pages|where:"type","Standards"|where:"category","Networking"|size}})</h4>
<p>Internode communications updates</p>
<p>Internode communications updates.</p>

<h4><a href="{{"interface"|relative_url}}">Interface</a> ({{site.pages|where:"type","Standards"|where:"category","Interface"|size}})</h4>
<p>Includes improvements around client API/RPC specifications and standards</p>
<p>Includes improvements around client API/RPC specifications and standards.</p>

<h4><a href="{{"api"|relative_url}}">API</a> ({{site.pages|where:"type","Standards"|where:"category","API"|size}})</h4>
<p>API endpoint specifications</p>
<p>API endpoint specifications.</p>

<h4><a href="{{"arc"|relative_url}}">ARC</a> ({{site.pages|where:"type","Standards"|where:"category","ARC"|size}})</h4>
<p>Application-level standards and conventions, including URI schemes , library/package formats, and wallet formats.</p>
<p>Application-level standards and conventions, including URI schemes, library/package formats, and wallet formats.</p>

<h3><a href="{{"informational"|relative_url}}">Informational</a> ({{site.pages|where:"type","Informational"|size}})</h3>
<p>Describes an ADAMANT design issue, or provides general guidelines or information to the community, but does not propose a new feature. Informational AIPs do not necessarily represent community consensus or a recommendation, so users and implementers are free to ignore Informational AIPs or follow their advice.</p>
Expand Down

0 comments on commit 58af7a2

Please sign in to comment.