Skip to content

Commit 60fbc99

Browse files
committed
Merge pull request #94 from schacon/trans-help
instructions for translating the work
2 parents 9812e53 + 522feb0 commit 60fbc99

File tree

3 files changed

+140
-2
lines changed

3 files changed

+140
-2
lines changed

README.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ This uses the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
4747

4848
Translations to other languages are highly encouraged but handled a little differently than the first edition. We now keep each translation in a seperate repository and automatically build the output files through Atlas. This was something that was really difficult in the last edition.
4949

50-
Since each translation is a different repository, we can also have different maintainers for each project. The Pro Git team simply pulls them in an builds them for the translation teams. Most translations repositories will be under the https://github.com/progit[progit organization on GitHub], but some may be maintained as forks.
50+
Since each translation is a different repository, we can also have different maintainers for each project. The Pro Git team simply pulls them in and builds them for the translation teams. To get automatic builds, translations repositories will have to be under the https://github.com/progit[progit organization on GitHub].
5151

52-
You can find out information on all the current translations and information on how to start your own at: http://progit.org/trans[].
52+
You can find out information on all the current translations and information on how to start your own at: http://progit.org/translations[].
5353

5454
== Figures
5555

TRANSLATION_NOTES.asc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
== Translation Notes
2+
3+
After forking this repository to translate the work, this file is where the notes for coordinating the translation work would go. Things like standardizing on words and expressions so that the work is consistent or notes on how the contributing process is to be handled.
4+
5+
As a translation maintainer, also feel free to modify or completely rewrite the README file to contain instructions specific to your translation.
6+
7+
=== Translation Status
8+
9+
As the work is translated, please update the `status.json` file to indicate the rough percentage complete each file is. This will be shown on various pages to let people know how much work is left to be done.

status.json

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"code": "en",
3+
"language": "English",
4+
"maintainers": ["schacon"],
5+
"files": {
6+
"01-introduction": {
7+
"1-introduction.asc": 0,
8+
"sections/about-version-control.asc": 0,
9+
"sections/basics.asc": 0,
10+
"sections/command-line.asc": 0,
11+
"sections/first-time-setup.asc": 0,
12+
"sections/help.asc": 0,
13+
"sections/history.asc": 0,
14+
"sections/installing.asc": 0
15+
},
16+
"02-git-basics": {
17+
"1-git-basics.asc": 0,
18+
"sections/aliases.asc": 0,
19+
"sections/getting-a-repository.asc": 0,
20+
"sections/recording-changes.asc": 0,
21+
"sections/remotes.asc": 0,
22+
"sections/tagging.asc": 0,
23+
"sections/undoing.asc": 0,
24+
"sections/viewing-history.asc": 0
25+
},
26+
"03-git-branching": {
27+
"1-git-branching.asc": 0,
28+
"sections/basic-branching-and-merging.asc": 0,
29+
"sections/branch-management.asc": 0,
30+
"sections/nutshell.asc": 0,
31+
"sections/rebasing.asc": 0,
32+
"sections/remote-branches.asc": 0,
33+
"sections/workflows.asc": 0
34+
},
35+
"04-git-server": {
36+
"1-git-server.asc": 0,
37+
"sections/generating-ssh-key.asc": 0,
38+
"sections/git-daemon.asc": 0,
39+
"sections/git-on-a-server.asc": 0,
40+
"sections/gitlab.asc": 0,
41+
"sections/gitweb.asc": 0,
42+
"sections/hosted.asc": 0,
43+
"sections/protocols.asc": 0,
44+
"sections/setting-up-server.asc": 0,
45+
"sections/smart-http.asc": 0
46+
},
47+
"05-distributed-git": {
48+
"1-distributed-git.asc": 0,
49+
"sections/contributing.asc": 0,
50+
"sections/distributed-workflows.asc": 0,
51+
"sections/maintaining.asc": 0
52+
},
53+
"06-github": {
54+
"1-github.asc": 0,
55+
"sections/1-setting-up-account.asc": 0,
56+
"sections/2-contributing.asc": 0,
57+
"sections/3-maintaining.asc": 0,
58+
"sections/4-managing-organization.asc": 0,
59+
"sections/5-scripting.asc": 0
60+
},
61+
"07-git-tools": {
62+
"1-git-tools.asc": 0,
63+
"sections/advanced-merging.asc": 0,
64+
"sections/bundling.asc": 0,
65+
"sections/credentials.asc": 0,
66+
"sections/debugging.asc": 0,
67+
"sections/interactive-staging.asc": 0,
68+
"sections/notes.asc": 0,
69+
"sections/replace.asc": 0,
70+
"sections/rerere.asc": 0,
71+
"sections/reset.asc": 0,
72+
"sections/revision-selection.asc": 0,
73+
"sections/rewriting-history.asc": 0,
74+
"sections/searching.asc": 0,
75+
"sections/signing.asc": 0,
76+
"sections/stashing-cleaning.asc": 0,
77+
"sections/submodules.asc": 0,
78+
"sections/subtree-merges.asc": 0
79+
},
80+
"08-customizing-git": {
81+
"1-customizing-git.asc": 0,
82+
"sections/attributes.asc": 0,
83+
"sections/config.asc": 0,
84+
"sections/hooks.asc": 0,
85+
"sections/policy.asc": 0
86+
},
87+
"09-git-and-other-scms": {
88+
"1-git-and-other-scms.asc": 0,
89+
"sections/client-hg.asc": 0,
90+
"sections/client-p4.asc": 0,
91+
"sections/client-svn.asc": 0,
92+
"sections/client-tfs.asc": 0,
93+
"sections/import-custom.asc": 0,
94+
"sections/import-hg.asc": 0,
95+
"sections/import-p4.asc": 0,
96+
"sections/import-svn.asc": 0,
97+
"sections/import-tfs.asc": 0
98+
},
99+
"10-git-internals": {
100+
"1-git-internals.asc": 0,
101+
"sections/environment.asc": 0,
102+
"sections/maintenance.asc": 0,
103+
"sections/objects.asc": 0,
104+
"sections/packfiles.asc": 0,
105+
"sections/plumbing-porcelain.asc": 0,
106+
"sections/refs.asc": 0,
107+
"sections/refspec.asc": 0,
108+
"sections/transfer-protocols.asc": 0
109+
},
110+
"A-git-in-other-environments": {
111+
"1-git-other-environments.asc": 0,
112+
"sections/bash.asc": 0,
113+
"sections/eclipse.asc": 0,
114+
"sections/guis.asc": 0,
115+
"sections/powershell.asc": 0,
116+
"sections/visualstudio.asc": 0,
117+
"sections/zsh.asc": 0
118+
},
119+
"B-embedding-git": {
120+
"1-embedding-git.asc": 0,
121+
"sections/command-line.asc": 0,
122+
"sections/jgit.asc": 0,
123+
"sections/libgit2.asc": 0
124+
},
125+
"C-git-commands": {
126+
"1-git-commands.asc": 0
127+
}
128+
}
129+
}

0 commit comments

Comments
 (0)