Skip to content

Commit dc2105d

Browse files
committed
Typos in styles; added core and zero based.
1 parent f8321b2 commit dc2105d

File tree

4 files changed

+48
-12
lines changed

4 files changed

+48
-12
lines changed

source/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ ol.conventions .no {
146146
margin-top: -0.2em;
147147
}
148148

149+
.conventions-and-protocols div.row-fluid h3,
149150
.middlewares div.row-fluid h3 {
150151
margin-top: 20px;
151152
}
@@ -174,6 +175,7 @@ ol.conventions .no {
174175
margin-top: 10px;
175176
}
176177

178+
.conventions-and-protocols div.row-fluid:not(:nth-of-type(1)),
177179
.middlewares div.row-fluid:not(:nth-of-type(1)) {
178180
margin-top: 2em;
179181
}

source/index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,37 +169,47 @@ <h2>
169169

170170
<div class="row-fluid">
171171
<div class="span6">
172-
<h3><a href="{{ site.url }}/specs/1/">1 - Proposals</a> <span class="label">Draft</span></h3>
172+
<h3><a href="{{ site.url }}/specs/0/">0 Proposals</a> <span class="label">Draft</span></h3>
173173
<p>
174174
Specification for how community driven Stack proposals will be
175175
written and managed.
176176
</p>
177177
<div class="btn-group">
178-
<a class="btn" href="{{ site.url }}/specs/1/"><i class="icon icon-book"></i> Specification</a>
178+
<a class="btn" href="{{ site.url }}/specs/0/"><i class="icon icon-book"></i> Proposal</a>
179179
</div>
180180
</div>
181181
<div class="span6">
182-
<h3><a href="{{ site.url }}/specs/2/">2 - Authentication</a> <span class="label">Draft</span></h3>
182+
<h3><a href="{{ site.url }}/specs/1/">1 Core</a> <span class="label">Draft</span></h3>
183+
<p>
184+
Specification for writing and interacting with Stack middlewares
185+
and applications.
186+
</p>
187+
<div class="btn-group">
188+
<a class="btn" href="{{ site.url }}/specs/1/"><i class="icon icon-book"></i> Proposal</a>
189+
</div>
190+
</div>
191+
</div>
192+
<div class="row-fluid">
193+
<div class="span6">
194+
<h3><a href="{{ site.url }}/specs/2/">2 Authentication</a> <span class="label">Draft</span></h3>
183195
<p>
184196
Specification for authentication middlewares to follow in order
185197
for applications and authorization middlewares to be able to
186198
interact with each other.
187199
</p>
188200
<div class="btn-group">
189-
<a class="btn" href="{{ site.url }}/specs/2/"><i class="icon icon-book"></i> Specification</a>
201+
<a class="btn" href="{{ site.url }}/specs/2/"><i class="icon icon-book"></i> Proposal</a>
190202
</div>
191203
</div>
192-
</div>
193-
<div class="row-fluid">
194204
<div class="span6">
195-
<h3><a href="{{ site.url }}/specs/3/">3 - Authorization</a> <span class="label">Draft</span></h3>
205+
<h3><a href="{{ site.url }}/specs/3/">3 Authorization</a> <span class="label">Draft</span></h3>
196206
<p>
197207
Specification for authorization middlewares to follow in order
198208
for applications and authentication middlewares to be able to
199209
interact with each other.
200210
</p>
201211
<div class="btn-group">
202-
<a class="btn" href="{{ site.url }}/specs/2/"><i class="icon icon-book"></i> Specification</a>
212+
<a class="btn" href="{{ site.url }}/specs/3/"><i class="icon icon-book"></i> Proposal</a>
203213
</div>
204214
</div>
205215
</div>

source/specs/0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: spec
3+
title: 0 Proposals
4+
status: draft
5+
---
6+
7+
Specification for how community driven Stack proposals will be written and
8+
managed.
9+
10+
* Name: {{ page.title }}
11+
* Editor: Beau Simensen <[beau@dflydev.com](mailto:beau@dflydev.com)>
12+
13+
14+
### Language
15+
16+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
17+
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
18+
interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
19+
20+
21+
### Goals
22+
23+
* To define a workflow for community driven Stack proposals.
24+

source/specs/1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: spec
3-
title: 1 Proposals
3+
title: 1 Core
44
status: draft
55
---
66

7-
Specification for how community driven Stack proposals will be written and
8-
managed.
7+
Specification for writing and interacting with Stack middlewares and
8+
applications.
99

1010
* Name: {{ page.title }}
1111
* Editor: Beau Simensen <[beau@dflydev.com](mailto:beau@dflydev.com)>
@@ -20,5 +20,5 @@ interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
2020

2121
### Goals
2222

23-
* To define a workflow for community driven Stack proposals.
23+
* Specify requirements for a Stack middleware
2424

0 commit comments

Comments
 (0)