Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
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 content/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). B
io.jsは新しいバージョンの[V8エンジン](https://code.google.com/p/v8/)を対象にビルドされています。V8エンジンを最新版に保つことで、io.js開発者は[ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm)で定義されたJavaScriptの新機能をすぐに利用することができます。

<!--
Version 1.2.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x.
Version {{project.current_version}} of io.js ships with V8 {{project.current_v8}}, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x.
-->

io.js 1.2.0はV8 4.1.0.14を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。
io.js {{project.current_version}}はV8 {{project.current_v8}}を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。

<!--
## No more --harmony flag
Expand Down
14 changes: 7 additions & 7 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Bringing [ES6](es6.html) to the Node Community!

[io.js](https://github.com/iojs/io.js)は、[node.js](https://nodejs.org/)&#8482;をベースに作られた[npm](https://www.npmjs.com/)互換プラットフォームです。

[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v{{project.current_version}}/)

[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
[Version {{project.current_version}}](https://iojs.org/dist/v{{project.current_version}}/)

Download for
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi),
[Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg) or
[others](https://iojs.org/dist/v1.2.0/).
[Linux](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-linux-x64.tar.xz),
[Win32](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x86.msi),
[Win64](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x64.msi),
[Mac](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}.pkg) or
[others](https://iojs.org/dist/v{{project.current_version}}/).

<!--
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)
Expand Down
29 changes: 19 additions & 10 deletions content/template.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"browser-title":"io.js - JavaScript I/O",
"logo-text":"io.js",
"faq-link":"FAQ",
"es6-link":"ES6",
"api-link":"API Docs",
"issues-link":"GitHub Issues",
"org-link":"GitHub Org",
"irc-link":"IRC Chat",
"irc-logs-link":"Logs",
"gov-link":"Governance"
"browser-title": "io.js - JavaScript I/O",
"contribute-message": "知りたい情報がなかったり、書き足したいことがあれば、気軽に https://github.com/iojs/website にコントリビュートしてください。",
"heading-languages": "Languages",
"logo-text": "io.js",
"faq-link": "FAQ",
"es6-link": "ES6",
"api-link": "API Docs",
"issues-link": "GitHub Issues",
"org-link": "GitHub Org",
"irc-link": "IRC Chat",
"irc-logs-link": "Logs",
"gov-link": "Governance",
"downloads": {
"linux": "Linux",
"win32": "Win32",
"win64": "Win64",
"mac": "Mac",
"all": "Others"
}
}