Skip to content

Commit

Permalink
- 获取官方文档更新
Browse files Browse the repository at this point in the history
- 添加 贡献者展示页面
Merge branch '2.0'

* 2.0:
  set correct runtime-only gzipped size
  scope version-specific pages
  update tagline in config to match homepage
  2.0.5
  _common.styl: unify #donate a font-family (vuejs#568)
  improve visibility of custom input components through the guide, fixes vuejs#563
  update vue to 2.0.4
  add code examples to components one-way data flow
  revise react comparison
  improve intro for absolute beginners (close vuejs#565)

# Conflicts:
#	src/v2/guide/index.md
#	src/v2/guide/installation.md
  • Loading branch information
dingyiming committed Nov 5, 2016
2 parents ebe658e + 90aa836 commit 7a4845f
Show file tree
Hide file tree
Showing 51 changed files with 524 additions and 199 deletions.
46 changes: 45 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Site
title: Vue.js
subtitle:
description: "Reactive Components for Modern Web Interfaces"
description: "The Progressive JavaScript Framework"
author: Evan You
email:
language:
Expand Down Expand Up @@ -103,3 +103,47 @@ feed:
type: atom
path: atom.xml
limit: 20

alias:
api/index.html: v2/api/index.html
guide/class-and-style.html: v2/guide/class-and-style.html
guide/comparison.html: v2/guide/comparison.html
guide/components.html: v2/guide/components.html
guide/computed.html: v2/guide/computed.html
guide/conditional.html: v2/guide/conditional.html
guide/custom-directive.html: v2/guide/custom-directive.html
guide/deployment.html: v2/guide/deployment.html
guide/events.html: v2/guide/events.html
guide/forms.html: v2/guide/forms.html
guide/index.html: v2/guide/index.html
guide/installation.html: v2/guide/installation.html
guide/instance.html: v2/guide/instance.html
guide/join.html: v2/guide/join.html
guide/list.html: v2/guide/list.html
guide/migration-vue-router.html: v2/guide/migration-vue-router.html
guide/migration-vuex.html: v2/guide/migration-vuex.html
guide/migration.html: v2/guide/migration.html
guide/mixins.html: v2/guide/mixins.html
guide/plugins.html: v2/guide/plugins.html
guide/reactivity.html: v2/guide/reactivity.html
guide/render-function.html: v2/guide/render-function.html
guide/routing.html: v2/guide/routing.html
guide/single-file-components.html: v2/guide/single-file-components.html
guide/ssr.html: v2/guide/ssr.html
guide/state-management.html: v2/guide/state-management.html
guide/syntax.html: v2/guide/syntax.html
guide/transitioning-state.html: v2/guide/transitioning-state.html
guide/transitions.html: v2/guide/transitions.html
guide/unit-testing.html: v2/guide/unit-testing.html
examples/commits.html: v2/examples/commits.html
examples/elastic-header.html: v2/examples/elastic-header.html
examples/firebase.html: v2/examples/firebase.html
examples/grid-component.html: v2/examples/grid-component.html
examples/hackernews.html: v2/examples/hackernews.html
examples/index.html: v2/examples/index.html
examples/modal.html: v2/examples/modal.html
examples/select2.html: v2/examples/select2.html
examples/svg.html: v2/examples/svg.html
examples/todomvc.html: v2/examples/todomvc.html
examples/tree-view.html: v2/examples/tree-view.html

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"hexo": "^3.2.2",
"hexo-deployer-git": "0.1.0",
"hexo-generator-alias": "git+https://github.com/chrisvfritz/vuejs.org-hexo-generator-alias.git",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.1.0",
Expand Down
83 changes: 83 additions & 0 deletions src/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
title: 贡献者
type: about
order: 0
---


## Guide 翻译贡献

### Essentials 基础

序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
----- | ------------- | --- | --- | --- | --- | ---
1 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) | [ATLgo](https://github.com/ATLgo) [70data](https://github.com/70data)
2 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) | [70data](https://github.com/70data) [ATLgo](https://github.com/ATLgo)
3 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) | [70data](https://github.com/70data) [ATLgo](https://github.com/ATLgo)
4 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) | [70data](https://github.com/70data)
5 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) [70data](https://github.com/70data) | [70data](https://github.com/70data)
6 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) | [70data](https://github.com/70data)
7 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) | [hgcoder](https://github.com/hgcoder)
8 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) | [hgcoder](https://github.com/hgcoder)
9 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) | [yangzj1992](https://github.com/yangzj1992)
10 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) | [yangzj1992](https://github.com/yangzj1992)
11 | components.md | 组件 | [ezreally](https://github.com/ezreally) | [cuiyongjian](https://github.com/cuiyongjian)

### Advanced 进阶

序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
----- | ------------- | --- | --- | --- | ---
12 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf) [StoneQI](https://github.com/StoneQI)
13 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf)
14 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) | [bhnddowinf](https://github.com/bhnddowinf)
15 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) | [yangzj1992](https://github.com/yangzj1992)
16 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) | [yangzj1992](https://github.com/yangzj1992)
17 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) | [bhnddowinf](https://github.com/bhnddowinf)
18 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) | [hgcoder](https://github.com/hgcoder)
19 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) | [zhouzihanntu](https://github.com/zhouzihanntu)
20 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) | [mlyknown](https://github.com/mlyknown)
21 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) | [mlyknown](https://github.com/mlyknown)
22 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) | [mlyknown](https://github.com/mlyknown)
23 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) | [yongbolv](https://github.com/yongbolv)

### Migration 迁移

序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
----- | ------------- | --- | --- | --- | ---
24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) | [yongbolv](https://github.com/yongbolv)
27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) | [yizhixiaolongxia](https://github.com/yizhixiaolongxia)

### Meta 更多

序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对主要贡献者
----- | ------------- | --- | --- | --- | ---
25 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) | [yangzj1992](https://github.com/yangzj1992)
26 | join.md | 加入 Vue.js 社区 | [daix6](https://github.com/daix6) | [zhouzihanntu](https://github.com/zhouzihanntu)

## API翻译贡献

序号 | 对应小节名称 | 中文标题 | 翻译贡献者 | 校对主要贡献者
----- | ------------- | --- | --- | --- | --- | ---
1 | Global Config | 全局配置 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
2 | Global API | 全局 API | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
3 | Options / Data | 选项 / 数据 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
4 | Options / DOM | 选项 / DOM | [ATLgo](https://github.com/ATLgo) | [bhnddowinf](https://github.com/bhnddowinf)
5 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | [ATLgo](https://github.com/ATLgo) | [bhnddowinf](https://github.com/bhnddowinf)
6 | Options / Assets | 选项 / 资源 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
7 | Options / Misc | 选项 / 杂项 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
8 | Instance Properties | 实例属性 | [coolzjy](https://github.com/coolzjy) | [bhnddowinf](https://github.com/bhnddowinf)
9 | Instance Methods / Data | 实例方法 / 数据 | [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
10 | Instance Methods / Events | 实例方法 / 事件 | [mlyknown](https://github.com/mlyknown) | [bhnddowinf](https://github.com/bhnddowinf)
11 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | [mlyknown](https://github.com/mlyknown)| [bhnddowinf](https://github.com/bhnddowinf)
12 | Directives | 指令| [dingyiming](https://github.com/dingyiming) | [bhnddowinf](https://github.com/bhnddowinf)
13 | Special Attributes | 特殊元素 | [70data](https://github.com/70data) | [bhnddowinf](https://github.com/bhnddowinf)
14 | Built-In Components | 内置的组件 | [dear-lizhihua](https://github.com/dear-lizhihua) | [bhnddowinf](https://github.com/bhnddowinf)
15 | VNode Interface | VNode 接口 | [70data](https://github.com/70data) | [dear-lizhihua](https://github.com/dear-lizhihua)
16 | Server-Side Rendering | 服务端渲染| [70data](https://github.com/70data) | [dear-lizhihua](https://github.com/dear-lizhihua)

## 示例翻译

翻译贡献者 : [lindazhang102](https://github.com/lindazhang102)


## 感谢所有参与翻译的朋友们!
Loading

0 comments on commit 7a4845f

Please sign in to comment.