初始化书籍结构

This commit is contained in:
LING JT 2018-11-22 11:11:06 +08:00
parent 72cb556d65
commit 711af0399a
4 changed files with 156 additions and 3 deletions

View File

@ -1,2 +1,65 @@
# OnJava8
《On Java 8》中文翻译
## On Java 8
《On Java 8》中文翻译中……
如果你是在GitHub上浏览可以移步至[GitBook]()或[LingCoder.com](http://www.lingcoder.com)中获得更好的阅读体验。
### 快速阅读传送门
- Github快速阅读[进入目录](https://github.com/lingcoder/OnJava8/SUMMARY.md)
- Gitbook完整阅读[进入Gitbook](https://github.com/LingCoder)
- 独立博客(实时同步):[LingCoder](https://github.com/LingCoder)
- 其他博客(不定期同步):[博客园](https://github.com/LingCoder)
## 翻译进度
- [ ] 序言
- [ ] 介绍
- [ ] 待续······
## 更新记录
------
- 0.0.1
- 增加了 "XX" 章节结构
- 0.0.2
- 全书目录建立
## 原书作者
<div align="left">
![cover](cover_small.jpg)
</div>
* 作者: Bruce Eckel
* ISBN: 9780981872520
## 贡献者
总顾问+审校:
主译: LingCoder @lingcoder
参译:
## 贡献力量
如果你想对本书做出一些贡献的话
可以帮忙校对找bug错别字等等
可以提出专业方面的修改建议
可以把一些不尽人意的语句翻译的更好更有趣
对于以上各类建议请以issue的形式发送我看到之后会尽快处理
## 如何参与
将本书fork/pull到本地
新建一个分支,然后选择你感觉可以改进和翻译的章节开干
使用MarkDown编辑器md语法格式进行文档翻译及排版工作
完成之后Pull Request该分支
如没问题的话,我会合并到主分支
如果不太明白md的排版可以吧翻译好的内容发送给我我代为排版并提交
如有其它问题欢迎发送issue谢谢~
## 开源协议
本书基于GPL v3.0协议开源。
## 联系方式
* E-mailLingCoder@gmail.com
* Github: [LingCoder](https://github.com/LingCoder)

View File

@ -1,4 +1,18 @@
# Summary
* [前言](README.md)
* [Introduction](README.md)
* [译者](book/00-译者.md)
* [前言](book/01-前言/00-README.md)
* [目标](book/01-前言/00-目标.md)
* [语言设计错误](book/01-前言/01-语言设计错误.md)
* [测试用例](book/01-前言/02-测试用例.md)
* [名词](book/01-前言/03-名词.md)
* [关于Andriod程序员](book/01-前言/04-关于Andriod程序员.md)
* [关于电子版书籍](book/01-前言/05-关于电子版书籍.md)
* [后记](book/01-前言/05-后记.md)
* [鸣谢](book/01-前言/06-鸣谢.md)
* [其他](book/01-前言/07-其他.md)
* [介绍I](book/02-介绍/00-README.md)
* [前提条件](book/02-介绍/01-前提条件.md)
* [JDK文档](book/02-介绍/02-JDK文档.md)

76
book.json Normal file
View File

@ -0,0 +1,76 @@
{
"title": "《On Java 8》中文版翻译",
"author": "LingCoder",
"description": "这是大神 Bruce Eckel的新书也被称之为《Think in Java》第五版。",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"structure": {
"readme": "book/00-译者.md"
},
"links": {
"sidebar": {
"博客园": "https://www.cnblogs.com/LingCoder/"
}
},
"plugins": [
"-sharing",
"splitter",
"expandable-chapters-small",
"anchors",
"-search",
"search-pro",
"github",
"include-codeblock",
"github-buttons",
"sharing-plus",
"anchor-navigation-ex",
"favicon"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/LingCoder/"
},
"github-buttons": {
"buttons": [{
"user": "lingcoder",
"repo": "onjava8",
"type": "star",
"size": "small",
"count": true
}]
},
"sharing": {
"douban": true,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"google", "facebook", "weibo", "twitter",
"qq", "qzone", "linkedin", "pocket"
]
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}

BIN
cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB