Skip to content

Commit b651318

Browse files
committed
chore: improve info of Git & SVN books
- some http -> https. Address EbookFoundation#6942 - complete creators - remove dups - move GIT/SVN resources to VCS section in that files where is defined
1 parent b0f4572 commit b651318

13 files changed

+40
-42
lines changed

Diff for: books/free-programming-books-cs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
### Git
5454

55-
* [Pro Git](https://knihy.nic.cz/#ProGit) - Scott Chacon (PDF, EPUB, MOBI)
55+
* [Pro Git](https://knihy.nic.cz/#ProGit) - Scott Chacon, `trl.:` Ondrej Filip (PDF, EPUB, MOBI)
5656

5757

5858
### HTML and CSS

Diff for: books/free-programming-books-de.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787

8888
### Git
8989

90-
* [Das Git-Buch](http://gitbu.ch) (PDF, EPUB)
91-
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de) (Online)
92-
* [Pro Git](https://git-scm.com/book/de/current) - Scott Chacon, Ben Straub (Online, PDF, EPUB)
90+
* [Das Git-Buch](http://gitbu.ch) - Valentin Haenel, Julius Plenz (PDF, EPUB)
91+
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de) - Ben Lynn, `trl.:` Benjamin Bellee, `trl.:` Armin Stebich (Online, PDF)
92+
* [Pro Git](https://git-scm.com/book/de/) - Scott Chacon, Ben Straub, `trl.:` Ben Straub (Online, PDF, EPUB)
9393

9494

9595
### Go

Diff for: books/free-programming-books-es.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,10 @@
152152

153153
### Git
154154

155-
* [Git Immersión en Español](https://esparta.github.io/gitimmersion-spanish)
156-
* [Git. La guía simple](http://rogerdudler.github.io/git-guide) (HTML)
157-
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es)
158-
* [Pro Git](http://git-scm.com/book/es/)
159-
* [Pro Git v2](http://git-scm.com/book/es/v2)
155+
* [Git Immersión en Español](https://esparta.github.io/gitimmersion-spanish) - Jim Weirich, `trl.:` Espartaco Palma
156+
* [Git. La guía simple](https://rogerdudler.github.io/git-guide/index.es.html) - Roger Dudler, `trl.:` Luis Barragan, `trl.:` Adrian Matellanes (HTML)
157+
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es) - Ben Lynn, `trl.:` Rodrigo Toledo, `trl.:` Ariset Llerena Tapia (online, PDF)
158+
* [Pro Git](http://git-scm.com/book/es/) - Scott Chacon, Ben Straub, `trl.:` Andres Mancera, `trl.:` Antonino Ingargiola, et al. (online, PDF, EPUB)
160159

161160

162161
### Go
@@ -385,7 +384,7 @@
385384

386385
### Subversion
387386

388-
* [Control de versiones con Subversion](http://svnbook.red-bean.com/nightly/es/index.html) (HTML)
387+
* [Control de versiones con Subversion](http://svnbook.red-bean.com/nightly/es/index.html) - Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato (HTML)
389388

390389

391390
### TypeScript

Diff for: books/free-programming-books-fr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148

149149
### Git
150150

151-
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) - Alexandre Garel, Paul Gaborit, Nicolas Deram
152-
* [Pro Git](http://www.git-scm.com/book/fr/v2) - Scott Chacon, Ben Straub
151+
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) - Ben Lynn, `trl.:` Alexandre Garel, `trl.:` Paul Gaborit, `trl.:` Nicolas Deram (online, PDF)
152+
* [Pro Git](http://www.git-scm.com/book/fr/) - Scott Chacon, Ben Straub (online, PDF, EPUB)
153153

154154

155155
### Java

Diff for: books/free-programming-books-id.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464

6565
### Git
6666

67-
* [Belajar Git untuk Pemula](https://github.com/petanikode/belajar-git)
68-
* [Pro Git 2nd Edition](https://git-scm.com/book/id/v2)
67+
* [Belajar Git untuk Pemula](https://github.com/petanikode/belajar-git) - Ahmad Muhardian, Petani Kode (online)
68+
* [Pro Git 2nd Edition](https://git-scm.com/book/id/) - Scott Chacon, Ben Straub (online)
6969

7070

7171
### Go

Diff for: books/free-programming-books-it.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* [NoSQL](#nosql)
1818
* [Relazionali](#relazionali)
1919
* [SQL](#sql)
20-
* [Git](#git)
2120
* [Golang](#golang)
2221
* [HTML and CSS](#html-and-css)
2322
* [Java](#java)
@@ -63,9 +62,10 @@
6362
* [Programmazione di Sistema in Linguaggio C - Esempi ed esercizi](https://www.disi.unige.it/person/DelzannoG/BIOMED/Programmazione-C/dispense_avanzate_C.pdf) - V. Gervasi, S. Pelagatti, S. Ruggieri, F. Scozzari, A. Sperduti (PDF)
6463

6564

66-
#### Sistemi di controllo versione
65+
#### <a id="version-control-systems"></a><a id="git"></a><a id="svn"></a><a id="subversion"></a>Sistemi di controllo versione
6766

68-
* [Controllo di Versione con Subversion](https://svnbook.red-bean.com/index.it.html) - Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato
67+
* [Controllo di Versione con Subversion](https://svnbook.red-bean.com/index.it.html) - Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato (online, PDF)
68+
* [Pro Git](https://git-scm.com/book/it) - Scott Chacon, Ben Straub (online, PDF, EPUB)
6969

7070

7171
#### Storia dell'informatica
@@ -124,11 +124,6 @@
124124
* [Progettare database NoSQL: la guida](http://www.html.it/guide/progettare-database-nosql/?cref=system) (HTML)
125125

126126

127-
#### Git
128-
129-
* [Pro Git](https://git-scm.com/book/it) - Scott Chacon, Ben Straub (HTML, PDF, EPUB)
130-
131-
132127
#### NoSQL
133128

134129
* [Guida MongoDB](http://www.html.it/guide/guida-mongodb/?cref=system) (HTML)

Diff for: books/free-programming-books-ko.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [C++](#cpp)
88
* [Docker](#docker)
99
* [Elastic](#elastic)
10-
* [GIT](#git)
10+
* [Git](#git)
1111
* [Go](#go)
1212
* [HTML and CSS](#html-and-css)
1313
* [Java](#java)
@@ -72,11 +72,11 @@
7272
* [Elastic 가이드북](https://esbook.kimjmin.net) - 김종민
7373

7474

75-
### GIT
75+
### Git
7676

7777
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
78-
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
79-
* [Pro Git 한글 번역](https://git-scm.com/book/ko/v2) - 최신 버전
78+
* [Git - 간편 안내서](https://rogerdudler.github.io/git-guide/index.ko.html)
79+
* [Pro Git 한글 번역](https://git-scm.com/book/ko/) - Scott Chacon, Ben Straub, `trl.:` Sean Lee, `trl.:` Seonghwan Lee, `trl.:` Sungmann Cho, `trl.:` Junyeong Yim, et al. (online, PDF, EPUB) *(최신 버전)*
8080

8181

8282
### Go

Diff for: books/free-programming-books-pl.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Index
22

33
* [0 - Niezależne od języka programowania](#0---niezale%C5%BCne-od-j%C4%99zyka-programowania)
4+
* [Version Control Systems](#version-control-systems)
45
* [Android](#android)
56
* [Assembly](#assembly)
67
* [Bash](#bash)
@@ -31,13 +32,17 @@
3132
* [Interaktywna platforma do nauki programowania](http://apki.org)
3233
* [Pisanie OS](https://pl.wikibooks.org/wiki/Pisanie_OS) - Wikibooks
3334
* [Poradnik początkującego programisty](http://www.eioba.pl/a/2eu1/poradnik-poczatkujacego-programisty) - Mariusz Żurawek
34-
* [Pro Git](http://git-scm.com/book/pl/)
3535
* [Programowanie webowe E14](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxOp0wtNk9Sle5WUsBZc6kq)
3636
* [Struktury danych i ich zastosowania](http://informatykaplus.edu.pl/upload/list/czytelnia/Struktury_danych_i_ich_zastosowania.pdf) - Informatyka+ (PDF)
37-
* [SVN](https://pl.wikibooks.org/wiki/Subversion) - Wikibooks
3837
* [W poszukiwaniu wyzwań 2](https://www.mimuw.edu.pl/~idziaszek/algonotes/looking-for-a-challenge-2-pl.pdf) - Zadania z AMPPZ 2011–2014 (PDF)
3938

4039

40+
#### Version Control Systems
41+
42+
* [Pro Git](https://git-scm.com/book/pl/) - Scott Chacon, Ben Straub, et al. (online)
43+
* [SVN](https://pl.wikibooks.org/wiki/Subversion) - Wikibooks
44+
45+
4146
### Android
4247

4348
* [O Androidzie ludzkim głosem](https://andrzejklusiewicz-android.blogspot.com/p/bezpatny-kurs-programowania-android-java.html) - Andrzej Klusiewicz

Diff for: books/free-programming-books-pt_BR.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157

158158
### Git
159159

160-
* [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html)
161-
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
160+
* [Git - guia prático](https://rogerdudler.github.io/git-guide/index.pt_BR.html) - Roger Dudler (online)
161+
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) - Ben Lynn, `trl.:` Leonardo Siqueira Rodrigues (online, PDF)
162162
* [Minicurso - Controle de Versão usando o Git](https://github.com/ltiaunesp/Git-Minicurso) - LTIA UNESP
163-
* [Pro Git](http://git-scm.com/book/pt-br/)
163+
* [Pro Git](http://git-scm.com/book/pt-br/) - Scott Chacon, Ben Straub, et al. (online, PDF, EPUB)
164164

165165

166166
### GO

Diff for: books/free-programming-books-ru.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@
197197

198198
### Git
199199

200-
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru) - Ben Lynn
201-
* [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html)
202-
* [Руководство по Git](http://proselyte.net/tutorials/git) - Евгений Сулейманов
203-
* [Pro Git](http://git-scm.com/book/ru/v2)
200+
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru) - Ben Lynn, `trl.:` Tikhon Tarnavsky, `trl.:` Mikhail Dymskov, et al. (online)
201+
* [Простое руководство по работе с Git](https://rogerdudler.github.io/git-guide/index.ru.html) - Roger Dudler, `trl.:` Dmitry Wolf (online)
202+
* [Руководство по Git](https://proselyte.net/tutorials/git) - Евгений Сулейманов (online)
203+
* [Pro Git](http://git-scm.com/book/ru/) - Scott Chacon, Ben Straub, et al. (online, PDF, EPUB, Kindle)
204204

205205

206206
### Go

Diff for: books/free-programming-books-subjects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ Kerridge (PDF) (email address *requested*, not required)
855855
* [Learn Git - Learn Version Control with Git](http://www.git-tower.com/learn/git/ebook/command-line/introduction) - Tobias Günther
856856
* [Mercurial: The Definitive Guide](http://hgbook.red-bean.com) - Bryan O'Sullivan
857857
* [Mercurial: The Definitive Guide 2nd edition](https://book.mercurial-scm.org) - Bryan O'Sullivan
858-
* [Pro Git](http://git-scm.com/book/en/v2) - Scott Chacon
858+
* [Pro Git](http://git-scm.com/book/en/) - Scott Chacon, Ben Straub
859859
* [Pro Git Reedited](https://leanpub.com/progitreedited/read) - Jon Forrest
860860
* [Ry's Git Tutorial](https://web.archive.org/web/20161121145226/http://rypress.com:80/tutorials/git/index) - Ryan Hodson *(:card_file_box: archived)*
861861
* [Subversion Version Control](http://ptgmedia.pearsoncmg.com/images/0131855182/downloads/Nagel_book.pdf) - William Nagel (PDF)

Diff for: books/free-programming-books-tr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
### Git
6464

65-
* [git - basit rehber](https://www.rogerdudler.github.io/git-guide/index.tr.html) - Roger Dudler
65+
* [git - basit rehber](https://rogerdudler.github.io/git-guide/index.tr.html) - Roger Dudler
6666
* [Git 101](https://www.gitbook.com/book/aliozgur/git101/details) - Ali Özgür
6767

6868

Diff for: books/free-programming-books-zh.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,25 @@
8383

8484
## 语言无关
8585

86-
### 版本控制
86+
### <a id="version-control-systems"></a><a id="git"></a><a id="svn"></a><a id="subversion"></a><a id="mercurial"></a>版本控制
8787

8888
* [沉浸式学 Git](https://web.archive.org/web/20191004044726/http://igit.linuxtoy.org:80/index.html)
8989
* [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/)
9090
* [学习 Git 分支](https://learngitbranching.js.org)
91-
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
91+
* [Git - 简易指南](https://rogerdudler.github.io/git-guide/index.zh.html) - Roger Dudler, 罗杰·杜德勒
9292
* [Git 参考手册](http://gitref.justjavac.com)
9393
* [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) - flyhigher139
9494
* [Git Community Book 中文版](http://gitbook.liuhui998.com)
9595
* [git-flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html)
96-
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
97-
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
96+
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) - Ben Lynn, `trl.:` 俊杰, 萌和江薇, et al.
9897
* [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - 廖雪峰
9998
* [Github帮助文档](https://github.com/waylau/github-help)
10099
* [GitHub秘籍](https://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/)
101100
* [Got GitHub](https://github.com/gotgit/gotgithub)
102101
* [GotGitHub](http://www.worldhello.net/gotgithub/index.html)
103102
* [HgInit (中文版)](https://zh-hginit.readthedocs.io/en/latest/)
104103
* [Mercurial 使用教程](https://www.mercurial-scm.org/wiki/ChineseTutorial)
105-
* [Pro Git](https://git-scm.com/book/zh/v2)
104+
* [Pro Git](https://git-scm.com/book/zh/) - Scott Chacon, Ben Straub, `trl.:` Alan Wang, `trl.:` 啊咪咪小熊, et al. (online, PDF, EPUB)
106105
* [Pro Git 第二版 中文版](https://bingohuang.gitbooks.io/progit2/content) - Bingo Huang
107106
* [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html)
108107

0 commit comments

Comments
 (0)