This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e552a5c  [SCB-560]Adding guide of how to use gitter (#83)
e552a5c is described below

commit e552a5cd1ff0d309ef15b945b583ca954c194392
Author: Zen Lin <linzhi...@huawei.com>
AuthorDate: Wed May 9 10:02:26 2018 +0800

    [SCB-560]Adding guide of how to use gitter (#83)
    
    Signed-off-by: linzhinan <linzhi...@huawei.com>
---
 _data/navigation.yml            |   2 ++
 _developers/cn/use-gitter.md    |  65 ++++++++++++++++++++++++++++++++++++++++
 assets/images/login-gitter.PNG  | Bin 0 -> 263969 bytes
 assets/images/login-gitter1.PNG | Bin 0 -> 20445 bytes
 assets/images/login-gitter2.PNG | Bin 0 -> 265187 bytes
 assets/images/login-gitter3.PNG | Bin 0 -> 72881 bytes
 assets/images/login-gitter4.PNG | Bin 0 -> 20680 bytes
 7 files changed, 67 insertions(+)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index b3a083d..d4b9b41 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -292,6 +292,8 @@ t:
         url: /cn/developers/subscribe-mail-list/
       - title: "JIRA使用方法"
         url: /cn/developers/use-jira/
+      - title: "Gitter 使用方法"
+        url: /cn/developers/use-gitter/
       - title: "设置代码仓库写权限"
         url: /cn/developers/setup-committer-rights/
       - title: "Servicecomb发版指南"
diff --git a/_developers/cn/use-gitter.md b/_developers/cn/use-gitter.md
new file mode 100644
index 0000000..3a0dcdf
--- /dev/null
+++ b/_developers/cn/use-gitter.md
@@ -0,0 +1,65 @@
+---
+title: "Gitter 使用指南"
+lang: cn 
+ref: use-gitter
+permalink: /cn/developers/use-gitter/
+excerpt: "介绍如何使用Gitter参与到ServiceComb开源开发"
+last_modified_at: 2018-02-28T11:26:43-20:46
+---
+
+{% include toc %}
+
+## Gitter简介   
+   
+Gitter 是一款可支持Markdown的针对开发者的即时通讯软件,可无缝关联到 
github,可在聊天中关联Github上的PR,可留存讨论的相关历史记录,可查询历史记录,支持中英文。
+   
+ServiceComb 和很多其他的开源项目一样,使用 Gitter 作为技术交流和社区发展的即时通讯媒介,本文介绍如何使用 Gitter 参与到 
ServiceComb 的开源开发和社区发展中。
+
+## 使用链接登录
+   
+在浏览器 输入 
[https://gitter.im/ServiceCombUsers/Lobby](https://gitter.im/ServiceCombUsers/Lobby)
 ,会自动跳转到Gitter上ServiceComb社区的聊天室界面,如下:
+    
+![](/assets/images/login-gitter.PNG){: .align-center}
+    
+如上红圈所示,点击 `SIGN IN TO START TALKING` 进行登录,可支持两种登录方式,Github账号或Twitter账号,笔者使用 
Github账号进行登录,如下:
+     
+![](/assets/images/login-gitter1.PNG){: .align-center}
+    
+点击红圈处后,输入Github账号和密码既可登录进聊天室,从此开始进行技术或社区讨论:
+      
+![](/assets/images/login-gitter2.PNG){: .align-center}
+       
+红圈1:当前社区的Github代码库上的最近的activity;
+      
+红圈2:当前社区Gitter聊天室已加入的所有人;
+   
+红圈3:搜索其他社区或者当前聊天室的相关话题记录;
+   
+红圈4:发送聊天消息。
+    
+至此,就可以像使用微信一样,使用Gitter,并获得比微信更加令开发者和技术人员舒服的功能,如,直接提及某个Activity进行讨论,直接搜索历史聊天记录等。
+   
+已经加入聊天室的伙伴别忘记点击右上角的五角星进行点赞,这样会让本聊天室更容易被您自己找到。
+   
+![](/assets/images/login-gitter3.PNG){: .align-center}
+
+   
+
+只是使用Gitter来进行技术讨论或咨询的伙伴,以上功能就足够了,从此可以像使用微信一样游刃有余地使用,如对Gitter有兴趣或者希望创建私有聊天室的伙伴,可以参考:
+   
+[http://www.gitter.net.cn/book/gitter/roomsettings-1.html](http://www.gitter.net.cn/book/gitter/roomsettings-1.html)
+
+    
+## 安装手机客户端
+   
+您可以下载Gitter的手机客户端,在手机上也随时随地的参与到技术讨论中,下载链接:
+   
+[https://gitter.im/home](https://gitter.im/home)
+   
+## 在Gitter上搜索并加入ServiceComb社区聊天室
+   
+已经在使用Gitter的伙伴,直接登录Gitter后,搜索 `ServiceComb` ,如下图:
+      
+![](/assets/images/login-gitter4.PNG){: .align-center}
+      
+点击`ServiceComb Users Community` 加入聊天室,其他的功能使用同上一章节,这里不赘述。
diff --git a/assets/images/login-gitter.PNG b/assets/images/login-gitter.PNG
new file mode 100644
index 0000000..595f5cd
Binary files /dev/null and b/assets/images/login-gitter.PNG differ
diff --git a/assets/images/login-gitter1.PNG b/assets/images/login-gitter1.PNG
new file mode 100644
index 0000000..f074928
Binary files /dev/null and b/assets/images/login-gitter1.PNG differ
diff --git a/assets/images/login-gitter2.PNG b/assets/images/login-gitter2.PNG
new file mode 100644
index 0000000..4434078
Binary files /dev/null and b/assets/images/login-gitter2.PNG differ
diff --git a/assets/images/login-gitter3.PNG b/assets/images/login-gitter3.PNG
new file mode 100644
index 0000000..4c6ab5d
Binary files /dev/null and b/assets/images/login-gitter3.PNG differ
diff --git a/assets/images/login-gitter4.PNG b/assets/images/login-gitter4.PNG
new file mode 100644
index 0000000..4f9bfbe
Binary files /dev/null and b/assets/images/login-gitter4.PNG differ

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to