diff options
| author | Adam <adam@adambard.com> | 2013-08-27 21:23:09 -0700 | 
|---|---|---|
| committer | Adam <adam@adambard.com> | 2013-08-27 21:23:09 -0700 | 
| commit | c7a1136772588e57a3f9c20be9102a80a6f7f3e8 (patch) | |
| tree | 500f0ce037af3c891a1ca1a3356eae4d7b0d3728 | |
| parent | 42bd97850fa92f1f78b67e2c401af4924643dac7 (diff) | |
Edits
| -rw-r--r-- | bash.html.markdown | 2 | ||||
| -rw-r--r-- | de-de/bash-de.html.markdown | 11 | ||||
| -rw-r--r-- | de-de/git-de.html.markdown | 4 | ||||
| -rw-r--r-- | git.html.markdown | 3 | ||||
| -rw-r--r-- | haxe.html.markdown | 2 | ||||
| -rw-r--r-- | zh-cn/go-zh.html.markdown | 8 | 
6 files changed, 15 insertions, 15 deletions
| diff --git a/bash.html.markdown b/bash.html.markdown index 7421f880..a0c43c12 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -1,12 +1,10 @@  --- -  category: tool  tool: bash  contributors:      - ["Max Yankov", "https://github.com/golergka"]      - ["Darren Lin", "https://github.com/CogBear"]  filename: LearnBash.sh -  ---  Bash is a name of the unix shell, which was also distributed as the shell for the GNU operating system and as default shell on Linux and Mac OS X. diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index 107b8a07..9e3d7bc8 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -1,10 +1,13 @@  --- -language: bash +category: tool +tool: bash +lang: de-de  contributors: -    - ["Jake Prather", "http:#github.com/JakeHP"] +    - ["Max Yankov", "https://github.com/golergka"] +    - ["Darren Lin", "https://github.com/CogBear"] +translators:      - ["kultprok", "http://www.kulturproktologie.de"] -filename: LearnBash-de.bash -lang: de-de +filename: LearnBash-de.sh  ---  Bash ist der Name der Unix-Shell, die als Shell des GNU-Betriebssystems und auch als Standard-Shell von Linux und Mac OS X ausgeliefert wurde. diff --git a/de-de/git-de.html.markdown b/de-de/git-de.html.markdown index 88f4a643..10deefd5 100644 --- a/de-de/git-de.html.markdown +++ b/de-de/git-de.html.markdown @@ -2,9 +2,9 @@  category: tool  tool: git  contributors: -    - ["Jake Prather", "http:#github.com/JakeHP"] +    - ["Jake Prather", "http://github.com/JakeHP"] +translators:      - ["kultprok", "http://www.kulturproktologie.de"] -filename: LearnGit-de.txt  lang: de-de  --- diff --git a/git.html.markdown b/git.html.markdown index d8537300..abe8e3a7 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -2,9 +2,8 @@  category: tool  tool: git  contributors: -    - ["Jake Prather", "http:#github.com/JakeHP"] +    - ["Jake Prather", "http://github.com/JakeHP"]  filename: LearnGit.txt -  ---  Git is a distributed version control and source code management system.  diff --git a/haxe.html.markdown b/haxe.html.markdown index f4694fcb..eb39834e 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -11,7 +11,7 @@ Haxe author).  Note that this guide is for Haxe version 3.  Some of the guide  may be applicable to older versions, but it is recommended to use other  references. -```haxe +```csharp  /*     Welcome to Learn Haxe 3 in 15 minutes.  http://www.haxe.org     This is an executable tutorial.  You can compile and run it using the haxe diff --git a/zh-cn/go-zh.html.markdown b/zh-cn/go-zh.html.markdown index 8f7cb2af..0af5bbe3 100644 --- a/zh-cn/go-zh.html.markdown +++ b/zh-cn/go-zh.html.markdown @@ -1,8 +1,8 @@  --- -名字:Go -分类:编程语言 -文件名:learngo.go -贡献者: +language: Go +lang: zh-cn +filename: learngo.go +contributors:      - ["Sonia Keys", "https://github.com/soniakeys"]      - ["pantaovay", "https://github.com/pantaovay"]  --- | 
