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

Commit 11a69b2

Browse files
committed
homepage: switch to “unstable”, link changelog #53
1 parent a3ca0b4 commit 11a69b2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
<h1 class="heading">FAQ</h1>
3030

31-
<h2 id="what-is-io-js-">What is io.js?</h2>
31+
<h2 id="what-is-io-js">What is io.js?</h2>
3232
<p><a href="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform build on <a href="http://code.google.com/p/v8/">Chrome's V8 runtime</a>. This project began as a fork of <a href="https://nodejs.org/">Joyent's Node.js™</a> and is compatible with
3333
the <a href="https://www.npmjs.org/">npm</a> ecosystem.</p>
3434
<p>Why? io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries.</p>
3535
<p>This project aims to continue development of io.js under an "
3636
<a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">open governance model</a>" as opposed to corporate stewardship.</p>
3737

38-
<h2 id="version-1-0-x-">Version 1.0.x?</h2>
38+
<h2 id="version">Version 1.0.x?</h2>
3939
<p>io.js has moved to <a href="http://semver.org/">Semver</a>. The choice to release as 1.0.x was not to signify
4040
that io.js should be considered production-ready, but because it was a significant enough release
4141
from Node.js™ to warrant a major version increment.</p>

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>JavaScript I/O</h1>
4141
<div class="release-details">
4242
<span class="release-version">
4343
<!-- Jan 13th 2015 -->
44-
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Beta stability)</em></a>
44+
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Unstable*)</em></a>
4545
</span>
4646
<br>
4747
<span class="release-downloads">
@@ -51,11 +51,16 @@ <h1>JavaScript I/O</h1>
5151
or
5252
<a href="https://iojs.org/dist/v1.0.1/iojs-v1.0.1.pkg">Mac</a>.
5353
</span>
54+
<br>
55+
<span class="release-changelog">
56+
<a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a>
57+
</span>
5458
</div>
5559
</div>
5660

5761
<p class="lead">
58-
<a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.
62+
<a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.<br>
63+
* Unstable? Learn more about <a href="/faq.html#version">how we version io.js</a>.
5964
</p>
6065
</div>
6166

style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ ul {
120120

121121
.release-details {
122122
padding-left: 150px;
123-
padding-top: 24px;
124123
text-align: left;
125124
}
126125

0 commit comments

Comments
 (0)