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

Commit a3ca0b4

Browse files
committed
Merge pull request #54 from iojs/53_improves_readme
Updates FAQ to expand “What is io.js”, adds semver section #53
2 parents 4987f8a + 47cb32b commit a3ca0b4

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

faq.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@
2828

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

31-
<h2>
32-
What is io.js?
33-
</h2>
34-
<p>
35-
<a href="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform that is compatible with <a href="https://nodejs.org/">Node.js</a> &amp; <a href="https://www.npmjs.org/">npm</a>.
36-
</p>
37-
31+
<h2 id="what-is-io-js-">What is io.js?</h2>
32+
<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
33+
the <a href="https://www.npmjs.org/">npm</a> ecosystem.</p>
34+
<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>
35+
<p>This project aims to continue development of io.js under an "
36+
<a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">open governance model</a>" as opposed to corporate stewardship.</p>
37+
38+
<h2 id="version-1-0-x-">Version 1.0.x?</h2>
39+
<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
40+
that io.js should be considered production-ready, but because it was a significant enough release
41+
from Node.js™ to warrant a major version increment.</p>
42+
<p>Our <a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">CHANGELOG</a> for v1.x provides a <a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md#summary-of-changes-from-nodejs-v01035-to-iojs-v100">summary of changes from Node.js v0.10.35 to io.js v1.0.x</a>.</p>
3843

3944
<h2>
4045
How can I contribute?

0 commit comments

Comments
 (0)