Giter VIP home page Giter VIP logo

meteor-doc-cn's Introduction

meteor-doc-cn

Meteor中文文档

文档在线地址:http://docs.meteorhub.org/

Meteor中文社区MeteorHub,新社区,建设中。感兴趣的童鞋可以一起参与进来。

QQ群:327885034

如果想贡献翻译,先到 MeteorHub 认领待翻译的章节,然后按照贡献流程进行。

翻译进度

  • basic
    • 快速开始 (完成) by zicai
    • Meteor理念 (完成) by zicai
    • 学习资源 (完成) by zicai
    • 命令行工具 (完成) by zicai
    • 文件结构 (完成) by zicai
    • 开发手机应用 (完成) by zicai
    • 模板 (完成) by zicai
    • Session (完成) by zicai
    • Tracker (完成) by zicai
    • 集合 (完成) by zicai
    • 账户 (完成) by zicai
    • Methods (完成) by zicai
    • 发布/订阅 (完成) by fooying
    • Environment (完成) by zicai
  • full api
    • Concepts
      • what is Meteor
      • structring your app
      • Data and security
      • Reactivity
      • Live HTMl templates
      • Using packages
      • Namespacing
      • Deploying
      • Writing packages
    • API
      • Core (进行中) by Huibean
      • Publish and subscribe
      • Methods
      • Check
      • Server connections
      • Collections
      • Session
      • Accounts
      • Passwords
      • Templates
      • Blaze
      • Timers
      • Tracker
      • ReactiveVar
      • EJSON
      • HTTP
      • Email
      • package.js
      • mobile-config.js
    • Packages
    • Command line

贡献力量

如果想做出贡献的话,你可以:

  • 帮忙校对,挑错别字、病句等等
  • 提出修改建议
  • 提出术语翻译建议

贡献流程

如果是挑错别字,病句

直接在仓库中找到对应的文件,在线编辑修改提交即可。

如果是提修改建议

直接提issue就OK

如果是贡献翻译

这里有一个简单的流程,供大家参考:

  1. 首先fork MeteorHub 的meteor-doc-cn仓库
  2. 把fork过去的项目也就是你的项目clone到你的本地
  3. 在命令行运行 git branch develop 来创建一个新分支
  4. 运行 git checkout develop 来切换到新分支
  5. 运行 git remote add upstream [email protected]:MeteorHub/meteor-doc-cn.git 把MeteorHub的库添加为远端库
  6. 运行 git remote update更新
  7. 运行 git fetch upstream master 拉取meteor-doc-cn的更新到本地
  8. 运行 git rebase -i upstream/master 将meteor-doc-cn的更新合并到你的分支

这是一个初始化流程,只需要做一遍就行,之后请一直在develop分支进行修改。

如果修改过程中meteor-doc-cn有了更新,请重复6、7、8步。

修改之后,首先push到你的库,然后登录GitHub,在你的库的首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。

meteor-doc-cn's People

Contributors

zicai avatar huibean avatar fooying avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.