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

homepage: switch to “unstable”, link changelog #53 #56

Merged
merged 1 commit into from
Jan 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

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

<h2 id="what-is-io-js-">What is io.js?</h2>
<h2 id="what-is-io-js">What is io.js?</h2>
<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
the <a href="https://www.npmjs.org/">npm</a> ecosystem.</p>
<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>
<p>This project aims to continue development of io.js under an "
<a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">open governance model</a>" as opposed to corporate stewardship.</p>

<h2 id="version-1-0-x-">Version 1.0.x?</h2>
<h2 id="version">Version 1.0.x?</h2>
<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
that io.js should be considered production-ready, but because it was a significant enough release
from Node.js™ to warrant a major version increment.</p>
Expand Down
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>JavaScript I/O</h1>
<div class="release-details">
<span class="release-version">
<!-- Jan 13th 2015 -->
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Beta stability)</em></a>
<a href="https://iojs.org/dist/v1.0.1/">Version 1.0.1 <em>(Unstable*)</em></a>
</span>
<br>
<span class="release-downloads">
Expand All @@ -51,11 +51,16 @@ <h1>JavaScript I/O</h1>
or
<a href="https://iojs.org/dist/v1.0.1/iojs-v1.0.1.pkg">Mac</a>.
</span>
<br>
<span class="release-changelog">
<a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a>
</span>
</div>
</div>

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

Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ ul {

.release-details {
padding-left: 150px;
padding-top: 24px;
text-align: left;
}

Expand Down