Skip to content

Commit

Permalink
remove all content
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Apr 21, 2016
1 parent 7e0cf8c commit e864712
Show file tree
Hide file tree
Showing 47 changed files with 5,171 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
f8-app.liaohuqiu.net
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,30 @@
# Contributing to makeitopen.com
We want to make contributing to this project as easy and transparent as
possible.

## Pull Requests
We actively welcome your pull requests.

1. Fork the repo and create your branch from `gh-pages`.
2. If you haven't already, complete the Contributor License Agreement ("CLA").

## Contributor License Agreement ("CLA")
In order to accept your pull request, we need you to submit a CLA. You only need
to do this once to work on any of Facebook's open source projects.

Complete your CLA here: <https://code.facebook.com/cla>

## Issues
We use GitHub issues to track public bugs. Please ensure your description is
clear and has sufficient instructions to be able to reproduce the issue.

Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
disclosure of security bugs. In those cases, please go through the process
outlined on that page and do not file a public issue.

## Writing Style
All contributions will be reviewed for both writing style and any code correctness.

## License
By contributing to this repo, you agree that your contributions will be licensed
under its license.
163 changes: 163 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
## f8-app.liaohuqiu.net
This is the source repo for the Chinese translation of [makeitopen.com](http://makeitopen.com) Open Source learning site run by Facebook.

## License
Most of this site is CC-BY-4.0-licensed, with the exception of any code samples which are licensed under the terms stated in the [F8 App repo](https://github.com/fbsamples/f8app/blob/master/LICENSE).
1 change: 1 addition & 0 deletions css/main.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions feed.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.0.1">Jekyll</generator><link href="http://f8-app-tutorial-cn.liaohuqiu.net/feed.xml" rel="self" type="application/atom+xml" /><link href="http://f8-app-tutorial-cn.liaohuqiu.net/" rel="alternate" type="text/html"/><updated>2016-04-21T23:08:46+08:00</updated><id>http://f8-app-tutorial-cn.liaohuqiu.net/</id><title>Facebook React Native 教程</title><subtitle>Facebook 2016 年 F8 app 的中文教程。React Native 的官方最佳实践,应该是最好的 React Native 学习资料了。从服务器端到 App,包括 Redux,Relay,GraphQL。教程涵盖:如何进行 app 技术选型,如何做跨平台设计,如何做 React Native 的测试。
</subtitle></feed>
82 changes: 82 additions & 0 deletions feed/index.xml
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title type="text" xml:lang="en">Facebook React Native 教程</title>
<link type="application/atom+xml" href="http://f8-app-tutorial-cn.liaohuqiu.net/feed/" rel="self"/>
<link type="text" href="http://f8-app-tutorial-cn.liaohuqiu.net" rel="alternate"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net</id>
<author>
<name>Facebook</name>
</author>




<entry>
<title>第一章: App 的筹备</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/planning/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/planning/</id>
<content type="html">在这第一部分,我们将谈谈,我们是如何筹备这个 app 的,和进行技术选型的。
</content>
</entry>


<entry>
<title>第二章: 应用的多平台设计</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/design/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/design/</id>
<content type="html">我们将谈谈为什么 React Native 可以针对,或者甚至是应该针对,各个平台量身定制。而非各个平台上没有任何区分。
</content>
</entry>


<entry>
<title>第三章: 数据集成</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/data/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/data/</id>
<content type="html">我们将说明 React Native 中的数据流,Redux 在 F8 app 中是如何工作的,以及连接 Parse Server 的简单流程。
</content>
</entry>


<entry>
<title>第四章: 测试</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/testing/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/testing/</id>
<content type="html">探索如何使用 Nuclide,Flow,以及 Jest,以提高编写 React Native 时的代码质量。
</content>
</entry>


<entry>
<title>附录 1: 本地设置运行 App</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/local-setup/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/local-setup/</id>
<content type="html"></content>
</entry>


<entry>
<title>附录 2: 使用 Relay 和 GraphQL</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/relay/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/relay/</id>
<content type="html"></content>
</entry>


<entry>
<title>附录 3: 移植 F8 App 到 Windows</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/windows/"/>
<updated>2016-04-21T23:08:46+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/windows/</id>
<content type="html"></content>
</entry>

</feed>

0 comments on commit e864712

Please sign in to comment.