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

Commit 48babcf

Browse files
committed
Merge pull request #56 from iojs/53_homepage_changelog_unstable
homepage: switch to “unstable”, link changelog #53
2 parents cb7390f + 11a69b2 commit 48babcf

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
@@ -47,7 +47,7 @@ <h1>JavaScript I/O</h1>
4747
<div class="release-details">
4848
<span class="release-version">
4949
<!-- Jan 13th 2015 -->
50-
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Beta stability)</em></a>
50+
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Unstable*)</em></a>
5151
</span>
5252
<br>
5353
<span class="release-downloads">
@@ -57,11 +57,16 @@ <h1>JavaScript I/O</h1>
5757
or
5858
<a href="https://iojs.org/dist/v1.0.1/iojs-v1.0.1.pkg">Mac</a>.
5959
</span>
60+
<br>
61+
<span class="release-changelog">
62+
<a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a>
63+
</span>
6064
</div>
6165
</div>
6266

6367
<p class="lead">
64-
<a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.
68+
<a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.<br>
69+
* Unstable? Learn more about <a href="/faq.html#version">how we version io.js</a>.
6570
</p>
6671
</div>
6772

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)