{"id":13668864,"url":"https://github.com/nodejs/nodejs-zh-CN","last_synced_at":"2025-04-27T01:31:44.576Z","repository":{"id":27012260,"uuid":"30476436","full_name":"nodejs/nodejs-zh-CN","owner":"nodejs","description":"node.js 中文化 \u0026 中文社区","archived":true,"fork":false,"pushed_at":"2022-08-16T09:47:23.000Z","size":1889,"stargazers_count":393,"open_issues_count":3,"forks_count":62,"subscribers_count":58,"default_branch":"gh-pages","last_synced_at":"2025-04-20T19:25:50.405Z","etag":null,"topics":["node","nodejs"],"latest_commit_sha":null,"homepage":"https://nodejs.org/zh-cn/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-08T01:07:23.000Z","updated_at":"2024-10-25T16:14:07.000Z","dependencies_parsed_at":"2022-08-31T21:46:30.304Z","dependency_job_id":null,"html_url":"https://github.com/nodejs/nodejs-zh-CN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fnodejs-zh-CN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fnodejs-zh-CN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fnodejs-zh-CN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fnodejs-zh-CN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","download_url":"https://codeload.github.com/nodejs/nodejs-zh-CN/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250758961,"owners_count":21482514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node","nodejs"],"created_at":"2024-08-02T08:00:51.354Z","updated_at":"2025-04-27T01:31:44.530Z","avatar_url":"https://github.com/nodejs.png","language":"SCSS","readme":"iojs-cn\n----------\n\n\u003e iojs-cn 组织成立的目的是为了推进 [io.js / Node.js](https://iojs.org/) 在中国的普及，并及时同步英文社区的最新资讯。\n\n## 主要内容\n\n- [io.js 官方网站翻译](https://github.com/nodejs/website/tree/master/content/cn)\n- [官方 io.js Tweets 的转发](https://twitter.com/official_iojs)\n- [io.js CHANGELOG](https://github.com/nodejs/io.js/blob/v1.x/CHANGELOG.md) [翻译](https://github.com/iojs/iojs-cn/blob/gh-pages/CHANGELOG.md)\n- [io.js Weekly](https://medium.com/@iojs) [翻译](https://github.com/nodejs/iojs-cn/tree/gh-pages/articles)\n- [io.js 相关文章翻译](https://github.com/nodejs/iojs-cn/tree/gh-pages/articles)\n- [更多讨论...](https://github.com/nodejs/iojs-cn/issues)\n\n## 社交媒体帐号\n\n可以关注下列社交媒体帐号来获取 iojs-cn 的最新资讯。\n\n- Twitter [@iojs_cn](https://twitter.com/iojs_cn)\n- 微博 [@iojs_cn](http://weibo.com/iojscn)\n\n## 如何参与\n\n请直接前往 [Issue 列表](https://github.com/nodejs/iojs-cn/issues)找到你感兴趣的 Issue 参与讨论，也可申请指派翻译任务。为了保持一致性，提升文档的质量，在翻译之前建议先查阅下[中英文排版规范](https://github.com/sparanoid/chinese-copywriting-guidelines)。请按照以下流程执行，避免浪费人力做相同的事情。\n\n### 提交原文\n\n当找到一篇需要翻译的文章时，新建 issue（标记为 `help wanted`）并提交 PR 添加原文，这样方便以后校译。\n\n可提交到 [articles](https://github.com/nodejs/iojs-cn/tree/gh-pages/articles/_posts) 或 [weekly](https://github.com/nodejs/iojs-cn/tree/gh-pages/weekly/_posts)，文件名的格式为 `YYYY-m-d-title.md`（如 `2012-12-2-how-to-contribute.md`），内容格式为：\n\n```\n---\nlayout: post\ntitle: 原文标题\nauthor: 原文作者\nreference: 原文链接\npublished: false\n---\n\n原文正文\n```\n\n文章图片放在相应目录的 `images` 子目录下的与标题同名目录中，如 `articles/images/2012-12-2-how-to-contribute/1.png`\n\n### 翻译\n\n在 issue 列表查看需要翻译的文章，可申请翻译并被指派为翻译人（标记为 `in progress`）。翻译人基于原文进行翻译，并提交 PR 进行校译（PR 需要有中英文对比）。\n\n可使用 jekyll 进行本地预览\n\n1. 执行 `$ gem install github-pages` 以安装 Jekyll 和相关插件。\n2. 运行网站 `jekyll serve`，jekyll 会自动监控文件的变化。\n3. 访问 http://0.0.0.0:4000 来查看效果。\n\n### 校译\n\n提交 PR 后指定 review 人，需要**两个** review 人以 `+1` 或 `LGTM` 的形式同意后才可以合并。\n\n## 贡献者\n\n见[贡献者列表](https://github.com/nodejs/iojs-cn/graphs/contributors)\n","funding_links":[],"categories":["CSS","SCSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Fnodejs-zh-CN","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodejs%2Fnodejs-zh-CN","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Fnodejs-zh-CN/lists"}