-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathspecs.html
More file actions
64 lines (63 loc) · 2.54 KB
/
specs.html
File metadata and controls
64 lines (63 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: default
title: Conventions and Protocols
nav_name: specs
---
{% block content %}
<div class="conventions-and-protocols">
<h2>
Conventions and Protocols
</h2>
<p>
In order to further the goal of interoperability between disparate
<code>HttpKernelInterface</code> implementations, Stack maintains a list
of community driven proposals for Stack conventions and protocols.
</p>
<div class="row-fluid">
<div class="span6">
<h3><a href="{{ site.url }}/specs/STACK-0/">STACK-0 Proposals</a> <span class="label">Draft</span></h3>
<p>
Specification for how community driven Stack proposals will be
written and managed.
</p>
<div class="btn-group">
<a class="btn" href="{{ site.url }}/specs/STACK-0/"><i class="icon icon-book"></i> Proposal</a>
</div>
</div>
<div class="span6">
<h3><a href="{{ site.url }}/specs/STACK-1/">STACK-1 Core</a> <span class="label">Draft</span></h3>
<p>
Specification for writing and interacting with Stack middlewares
and applications.
</p>
<div class="btn-group">
<a class="btn" href="{{ site.url }}/specs/STACK-1/"><i class="icon icon-book"></i> Proposal</a>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<h3><a href="{{ site.url }}/specs/STACK-2/">STACK-2 Authentication</a> <span class="label">Draft</span></h3>
<p>
Specification for authentication middlewares to follow in order
for applications and authorization middlewares to be able to
interact with each other.
</p>
<div class="btn-group">
<a class="btn" href="{{ site.url }}/specs/STACK-2/"><i class="icon icon-book"></i> Proposal</a>
</div>
</div>
<div class="span6">
<h3><a href="{{ site.url }}/specs/STACK-3/">STACK-3 Authorization</a> <span class="label">Draft</span></h3>
<p>
Specification for authorization middlewares to follow in order
for applications and authentication middlewares to be able to
interact with each other.
</p>
<div class="btn-group">
<a class="btn" href="{{ site.url }}/specs/STACK-3/"><i class="icon icon-book"></i> Proposal</a>
</div>
</div>
</div>
</div>
{% endblock %}