Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit c056cd1

Browse files
appleboylunny
authored andcommitted
translate upgrade guide for zh-tw (#47)
* translate upgrade guide for zh-tw Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * translate features. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent e7a5852 commit c056cd1

File tree

6 files changed

+106
-0
lines changed

6 files changed

+106
-0
lines changed

content/doc/features.zh-tw.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "功能"
4+
slug: "features"
5+
weight: 20
6+
toc: false
7+
draft: false
8+
menu:
9+
sidebar:
10+
name: "功能"
11+
weight: 30
12+
identifier: "features"
13+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "認證"
4+
slug: "authentication"
5+
weight: 10
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "features"
11+
name: "認證"
12+
weight: 10
13+
identifier: "authentication"
14+
---
15+
16+
# 認證
17+
18+
## TBD
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "在地化"
4+
slug: "localization"
5+
weight: 10
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "features"
11+
name: "在地化"
12+
weight: 20
13+
identifier: "localization"
14+
---
15+
16+
# Localization
17+
18+
## TBD
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "Webhooks"
4+
slug: "webhooks"
5+
weight: 10
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "features"
11+
name: "Webhooks"
12+
weight: 30
13+
identifier: "webhooks"
14+
---
15+
16+
# Webhooks
17+
18+
## TBD

content/doc/upgrade.zh-tw.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "升級"
4+
slug: "upgrade"
5+
weight: 10
6+
toc: false
7+
draft: false
8+
menu:
9+
sidebar:
10+
name: "升級"
11+
weight: 20
12+
identifier: "upgrade"
13+
---
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
date: "2016-12-01T16:00:00+02:00"
3+
title: "從 Gogs 升級"
4+
slug: "upgrade-from-gogs"
5+
weight: 10
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "upgrade"
11+
name: "從 Gogs 升級"
12+
weight: 10
13+
identifier: "upgrade-from-gogs"
14+
---
15+
16+
# 從 Gogs 升級
17+
18+
假如您正在運行 Gogs 0.9.99 以下版本,你可以很平順的升級到 Gitea,請參考底下升級步驟:
19+
20+
* 停止 Gogs 服務。
21+
* 複製 Gogs 設定檔 `custom/conf/app.ini` 到 Gitea 相對應位置。
22+
* 複製 Gogs `conf/` 目錄到 Gitea `options/` 目錄。
23+
* 假如您還有更多自訂的檔案在 `custom/` 目錄,像是多國語系檔案或模板,你應該手動將設定轉移到 Gitea 上,因為這些檔案在 Gitea 上有些不同。
24+
* 複製 `data/` 目錄到 Gitea 相對應目錄,此目錄包含 issue 附件檔及頭像。
25+
* 啟動 Gitea 服務
26+
* 進入 Gitea 管理介面,執行 `重新產生 '.ssh/authorized_keys' 檔案` (警告: 非 Gitea 金鑰將被刪除) 和 `重新產生全部倉庫 update hook` (當自訂設定檔已經被修改,則需要此步驟)。

0 commit comments

Comments
 (0)