Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit d2b6aa3

Browse files
committed
Add more information to the homepage to explain what io.js is.
1 parent e1e6136 commit d2b6aa3

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

index.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ <h1>JavaScript I/O</h1>
3131
Bringing <a href="es6.html">ES6</a> to the Node Community!
3232
</p>
3333
<p class="lead">
34-
<a href="https://github.com/iojs/io.js">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org">node.js</a>&#8482;.
34+
<a href="https://github.com/iojs/io.js">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org">Node.js</a>&#8482;.
35+
</p>
36+
<p class="small">
37+
io.js merges in the latest updates to V8, libuv, and other base libraries while merging the existing work on
38+
Node.js 0.11.x and 0.10.x. The goal is to continue Node development under an
39+
<a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">open governance</a> model and
40+
to move toward a proper ES6-compatible stable release. io.js will have faster release cycles than Node.js.
3541
</p>
36-
3742
<div class="release">
3843
<a href="https://iojs.org/dist/v1.0.1/" class="release-logo-link">
3944
<img class="release-logo" src="images/1.0.0.png" />
@@ -43,6 +48,13 @@ <h1>JavaScript I/O</h1>
4348
<!-- Jan 13th 2015 -->
4449
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Beta stability)</em></a>
4550
</span>
51+
<span class="release-changelog">
52+
<a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">View the Changelog</a>
53+
</span>
54+
<p class="small">
55+
io.js has moved to <a href="http://semver.org/">Semver</a>. 1.0.x does not necessarily mean io.js is
56+
production ready, but that it is a significant enough release to warrant a major version increment.
57+
</p>
4658
<br>
4759
<span class="release-downloads">
4860
Download for

style.css

+17
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ ul {
131131
color: black;
132132
}
133133

134+
.release-changelog {
135+
display: block;
136+
font-size: 0.8rem;
137+
}
138+
139+
.release-changelog a {
140+
text-decoration: underline;
141+
}
142+
134143
.release-version em {
135144
color: rgba(0, 0, 0, 0.5);
136145
font-style: normal;
@@ -175,6 +184,10 @@ p.lead {
175184
text-align:center;
176185
}
177186

187+
p.small {
188+
font-size: 12px;
189+
}
190+
178191
@media (max-width: 560px) {
179192
nav a {
180193
line-height: 3;
@@ -225,6 +238,10 @@ p.lead {
225238
.release-version {
226239
text-align: center;
227240
}
241+
.release-changelog {
242+
text-align: center;
243+
font-size: 0.7rem;
244+
}
228245
.release-details {
229246
padding-left: initial;
230247
padding-top: initial;

0 commit comments

Comments
 (0)