Skip to content

Commit 5e04334

Browse files
committed
update ddia v2 notice
1 parent 25541f6 commit 5e04334

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.code/
33
__pycache__/
44
.DS_Store
5+
tmp/

README.md

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# 设计数据密集型应用(第二版) - 中文翻译
1+
# 设计数据密集型应用
22

3-
> [v2](https://github.com/Vonng/ddia/tree/v2) 分支正在进行 DDIA 第二版的[中文翻译](https://github.com/Vonng/ddia/issues/345),欢迎参与校对与翻译。
3+
> **DDIA 第二版**[中文翻译](https://github.com/Vonng/ddia/issues/345)正在[v2](https://github.com/Vonng/ddia/tree/v2)分支上进行 ,欢迎参与校对与翻译。
44
5-
- 作者: [Martin Kleppmann](https://martin.kleppmann.com)
6-
- 原名:[《Designing Data-Intensive Applications》](http://shop.oreilly.com/product/0636920032175.do)
7-
- 译者:[冯若航](https://vonng.com)[@Vonng](https://vonng.com/en/)
8-
- 校订: [@yingang](https://github.com/yingang)
9-
- 繁体:[繁體中文版本](zh-tw/README.md) by [@afunTW](https://github.com/afunTW)
5+
作者: [Martin Kleppmann](https://martin.kleppmann.com)
106

11-
> 使用 [Typora](https://www.typora.io)[Gitbook](https://vonng.gitbook.io/vonng/)[Github Pages](https://vonng.github.io/ddia) 以获取最佳阅读体验。
7+
原名:[《Designing Data-Intensive Applications》](https://learning.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/ch01.html)
8+
9+
译者:[冯若航](https://vonng.com)[@Vonng](https://vonng.com/en/)
10+
11+
校订: [@yingang](https://github.com/yingang)
12+
13+
繁体:[繁體中文版本](zh-tw/README.md) by [@afunTW](https://github.com/afunTW)
14+
15+
> 在本地使用 [Docsify](https://docsify.js.org/)[Typora](https://www.typora.io)[Gitbook](https://vonng.gitbook.io/vonng/) 以获取最佳阅读体验。
1216
>
13-
> 本地:你可在项目根目录中执行 `make`,并通过浏览器阅读([在线预览](http://ddia.vonng.com/#/))。
17+
> 在项目根目录中执行 `make`,并通过浏览器阅读([在线预览](http://ddia.pigsty.io/#/) / [DDIA v2](http://ddia2.pigsty.io/#/))。
18+
19+
20+
---------
1421

1522
## 译序
1623

@@ -40,6 +47,8 @@
4047
> —— 阿兰・凯接受 Dobb 博士的杂志采访时(2012 年)
4148
4249

50+
---------
51+
4352
## 目录
4453

4554
### [序言](preface.md)

0 commit comments

Comments
 (0)