Skip to content

Commit

Permalink
doc: translate English document (#136)
Browse files Browse the repository at this point in the history
* doc: translate the readme

* doc: translate the guide.md

* chores: fix typos
  • Loading branch information
Lellansin authored Feb 12, 2019
1 parent 885f686 commit 16fdbad
Show file tree
Hide file tree
Showing 2 changed files with 812 additions and 1 deletion.
65 changes: 65 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,68 @@ npm run dev
::: warning COMPATIBILITY NOTE
midway requires Node.js >= 8.
:::

<div class="feats">
<h2>Features</h2>
<div class="item">
<div class="col img">
<img src="https://img.alicdn.com/tfs/TB1ZHxmbkvoK1RjSZPfXXXPKFXa-1281-714.png" />
</div>
<div class="col">
<h3>Conciseness</h3>
<p>The most special feature of Midway is using the IoC mechanisms for dependences management, which could extremely help us improving the maintainability and extensibility in the Web development. So, the principle is developers do not need to concern the creating and deleting of Object, and do focus on the complex business logic.</p>
</div>
</div>
<div class="item">
<div class="col">
<h3>Future Oriented</h3>
<p>Enjoy the develop experience of Typescript, enhanced syntax and interface oriented programing, which connecting the future convinence. According to the decorators and IoC, the development become easier and team-friendly, that we could concentrate more on business logic coding and reduce the dependencies problem.</p>
</div>
<div class="col img">
<img src="https://img.alicdn.com/tfs/TB1iwVvbgHqK1RjSZJnXXbNLpXa-1263-998.png" />
</div>
</div>
<div class="item">
<div class="col img">
<img src="https://img.alicdn.com/tfs/TB10xVzbkzoK1RjSZFlXXai4VXa-1373-984.png" />
</div>
<div class="col">
<h3>Inclusive Community</h3>
<p>Midway is compatible with Koa middlewares and various Eggjs plugins, which reduce the cost of development and studying so that developers can quickly start or migrate. At the same time, Midway also provide many tools to help users to get start. The IoC module is individual part, we can separate it from framework, which decouples logic and it's easy to migrate the code to different frameworks or places.</p>
</div>
</div>
</div>
<div class="footer-container">
<div class="col">
<dl>
<dt>Github</dt>
<dd><a href="https://github.com/midwayjs" target="_blank">MidwayJs Team</a></dd>
</dl>
</div>
<div class="col">
<dl>
<dt>Communitization</dt>
<dd><a href="https://github.com/midwayjs/midway/releases" target="_blank">Change log</a></dd>
<dd><a href="https://github.com/midwayjs/midway/issues" target="_blank">Issues</a></dd>
</dl>
</div>
<div class="col">
<dl>
<dt>Common Links</dt>
<dd><a href="http://opensource.alibaba.com/" target="_blank">Alibaba 开源平台</a></dd>
<dd><a href="http://taobaofed.org/" target="_blank">Taobao FED 团队博客</a></dd>
<dd><a href="http://www.typescriptlang.org/" target="_blank">TypeScript</a></dd>
</dl>
</div>
<div class="col right">
<dl>
<dt>Advertisement</dt>
<dd><a href="https://github.com/midwayjs" target="_blank"><img src="https://img.alicdn.com/tfs/TB16bxlbAPoK1RjSZKbXXX1IXXa-60-60.png"></a></dd>
<dd><a href="https://zhuanlan.zhihu.com/midwayjs" target="_blank"><img src="https://img.alicdn.com/tfs/TB1a.pvbpzqK1RjSZFvXXcB7VXa-60-60.png"></a></dd>
<dd><a href="https://github.com/midwayjs/pandora" target="_blank"><img src="https://img.alicdn.com/tfs/TB1.v4hbrPpK1RjSZFFXXa5PpXa-60-60.png"></a></dd>
<dd><a href="https://github.com/midwayjs/midway" target="_blank"><img src="https://img.alicdn.com/tfs/TB1IgdubpzqK1RjSZFCXXbbxVXa-60-60.png"></a></dd>
<dd><a href="https://github.com/midwayjs/sandbox" target="_blank"><img src="https://img.alicdn.com/tfs/TB1kIXybAvoK1RjSZFwXXciCFXa-60-60.png"></a></dd>
</dl>
<iframe src="https://ghbtns.com/github-btn.html?user=midwayjs&repo=midway&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</div>
</div>
Loading

0 comments on commit 16fdbad

Please sign in to comment.