Skip to content

Commit 9280c27

Browse files
committed
新建索引目录,更新贡献流程
1 parent adec3d4 commit 9280c27

File tree

5 files changed

+31
-24
lines changed

5 files changed

+31
-24
lines changed

CONTRIBUTING.md

+11-24
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,15 @@ LCTT/comic 协作流程
2222

2323
规则:
2424

25-
- 选题的 Markdown 文件需添加前缀 _[s]_ (小写的 S)。
26-
25+
- 选题只需要按照模版提供 Markdown 文件,其中包括漫画内的文字及漫画图片地址。
26+
- 根据该漫画名称创建文件夹,一个或一系列漫画一个目录。
27+
- 为了便于索引,将该漫画目录做符号链接到 `sources` 下。
2728
- 放置路径要求:
29+
以站点 turnoff.us 为例,其中有这样一幅漫画地址为: http://turnoff.us/geek/the-depressed-developer/ 。
30+
31+
那么选题的 Markdown 文件放置的路径 (`/` 表示 LCTT/comic 主仓库根目录) 为: `/turnoff.us/the-depressed-developer/the-depressed-developer.md`
2832

29-
以站点 turnoff.us 为例,其中有这样一幅漫画地址为: http://turnoff.us/geek/the-depressed-developer/
30-
31-
那么选题的 Markdown 文件放置的路径 (/ 表示 LCTT/comic 主仓库根目录) 为:
32-
33-
/turnoff.us/the-depressed-developer/[s]the-depressed-developer.md
34-
35-
如果为该漫画一个系列,则为:
36-
37-
/turnoff.us/the-depressed-developer-series/[s]the-depressed-developer-series.md
38-
33+
如果为该漫画一个系列,则为:`/turnoff.us/the-depressed-developer-series/the-depressed-developer-series.md`
3934
- Markdown 选题文件相关格式参照 [select.txt](https://github.com/LCTT/comic/blob/master/select.txt)
4035

4136
---
@@ -48,11 +43,7 @@ LCTT/comic 协作流程
4843

4944
翻译力求 ______
5045

51-
_注意:_
52-
53-
翻译完毕后,文件名前缀改为 _[T]_ (大写的 t)。
54-
55-
形如 _[T]the-depressed-developer.md_
46+
翻译完毕后,将该文件的符号链接移动至 `translated`,而不要移动该漫画目录 。
5647

5748
完成后,可以提交 PR。
5849

@@ -66,14 +57,12 @@ _注意:_
6657

6758
_注意:_
6859

69-
- A、添加右上角字体信息。典型的,我们采用的字体信息是:“字体: 蔡云汉天真娃娃书法字体,Comic Sans MS”,其中“蔡云汉天真娃娃书法字体”已取得字体作者授权。
60+
- a、添加右上角字体信息。典型的,我们采用的字体信息是:“字体: 蔡云汉天真娃娃书法字体,Comic Sans MS”,其中“蔡云汉天真娃娃书法字体”已取得字体作者授权。
7061
- b、左下角如无底部原创作者,请添加(如 “Daniel Stori {turnoff.us}”)。
7162
- c、右下角添加文字翻译、图文合成等信息,如都是一个人,可以写作“汉化:xxx”。
7263
- d、输出 png8 图像,并拉到 [tinypng](https://tinypng.com/) 进行图像压缩。
7364

74-
图文合成完毕后,文件名前缀改为 _[C]_ (大写的 c)。
75-
76-
形如 _[C]the-depressed-developer.md_
65+
图文合成完毕后,将该目录的符号链接移动至 `composited`,而不要移动该漫画目录 。
7766

7867
完成后,可以提交 PR。
7968

@@ -83,9 +72,7 @@ _注意:_
8372

8473
主要负责进行最后的审核,然后发布到 [Linux.中国](https://linux.cn)
8574

86-
文件名前缀最后修改为 _[F]_ (大写的 f)。
87-
88-
形如 _[F]the-depressed-developer.md_
75+
发布后,将该目录的符号链接移动至 `published`,而不要移动该漫画目录 。
8976

9077
此环节由 [老王](https://github.com/wxy) 进行。
9178

composited/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
composited
2+
----
3+
4+
- 此处用符号链接指向各个漫画源站目录下的漫画目录
5+
- 此处为合成后的漫画索引目录,发布后,将此目录中的符号链接移动至 `published`

published/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
published
2+
----
3+
4+
- 此处用符号链接指向各个漫画源站目录下的漫画目录
5+
- 此处为发布后的漫画索引目录

sources/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sources
2+
----
3+
4+
- 此处用符号链接指向各个漫画源站目录下的漫画目录
5+
- 此处为未翻译的漫画索引目录,翻译后,将此目录中的符号链接移动至 `translated`

translated/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
translated
2+
----
3+
4+
- 此处用符号链接指向各个漫画源站目录下的漫画目录
5+
- 此处为翻译后的漫画索引目录,合成后,将此目录中的符号链接移动至 `composited`

0 commit comments

Comments
 (0)