diff --git a/doc/de/intro/authors.md b/doc/de/intro/authors.md deleted file mode 100644 index f88f94a7..00000000 --- a/doc/de/intro/authors.md +++ /dev/null @@ -1,8 +0,0 @@ -## The Authors - -This guide is the work of two lovely Stack Overflow users, [Ivo Wetzel][1] -(Writing) and [Zhang Yi Jiang][2] (Design). - -[1]: http://stackoverflow.com/users/170224/ivo-wetzel -[2]: http://stackoverflow.com/users/313758/yi-jiang - diff --git a/doc/de/intro/contributors.md b/doc/de/intro/contributors.md deleted file mode 100644 index 73fb98ea..00000000 --- a/doc/de/intro/contributors.md +++ /dev/null @@ -1,8 +0,0 @@ -## Contributors - - - [Caio Romão][1] (Spelling corrections) - - [Andreas Blixt][2] (Language corrections) - -[1]: https://github.com/caio -[2]: https://github.com/blixt - diff --git a/doc/de/intro/index.md b/doc/de/intro/index.md index 94250e2f..8bc6eb6e 100644 --- a/doc/de/intro/index.md +++ b/doc/de/intro/index.md @@ -1,4 +1,43 @@ ## Einführung -Demnächst. +**JavaScript Garden** ist eine wachsende Sammlung von Erklärungen der verzwicktesten Teile von JavaScript. Es gibt +Hinweise um häufige Fehler, Performance Probleme und schlechten Stil zu vermeiden. +JavaScript Garden ist **keine** Anleitung um JavaScript zu lernen. Ein grundlegendes Verständnis der Sprache wird +wärmstens empfohlen. Eine gute [Einführung][1] findet sich zum Beispiel im Mozilla Developer Network. + +## Die Autoren + +Dieses Dokument wurde von zwei liebenswerten [Stack Overflow][2] Benutzern geschrieben: [Ivo Wetzel][3] +(Text) and [Zhang Yi Jiang][4] (Design). + +## Beitragende + + - [Caio Romão][5] (Rechtschreibung) + - [Andreas Blixt][6] (Sprachanpassungen) + +## Hosting + +JavaScript Garden wird von GitHub bereitgestellt, aber es wird auch von [Cramer Development][7] unterstützt durch +einen Mirror auf [JavaScriptGarden.info][8]. + +## Lizenz + +JavaScript Garden wurde unter der [MIT Lizenz][9] veröffentlich und wird von [GitHub][10] veröffentlicht. Wenn du +Fehler findest mach bitte ein [Ticket][11] auf oder einen pull request ins repository. Du kannst uns auch im +[JavaScript Raum][12] des Stack Overflow Chats finden. + +Mehr demnächst. + +[1]: https://developer.mozilla.org/en/JavaScript/Guide +[2]: http://stackoverflow.com/ +[3]: http://stackoverflow.com/users/170224/ivo-wetzel +[4]: http://stackoverflow.com/users/313758/yi-jiang +[5]: https://github.com/caio +[6]: https://github.com/blixt +[7]: http://cramerdev.com/ +[8]: http://javascriptgarden.info/ +[9]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE +[10]: https://github.com/BonsaiDen/JavaScript-Garden +[11]: https://github.com/BonsaiDen/JavaScript-Garden/issues +[12]: http://chat.[stackoverflow.com/rooms/17/javascript \ No newline at end of file diff --git a/doc/de/intro/license.md b/doc/de/intro/license.md deleted file mode 100644 index cd398699..00000000 --- a/doc/de/intro/license.md +++ /dev/null @@ -1,12 +0,0 @@ -## License - -JavaScript Garden is published under the [MIT license][1] and hosted on -[GitHub][2]. If you find errors or typos please [file an issue][3] or a pull -request on the repository. You can also find us in the [JavaScript room][4] on -Stack Overflow chat. - -[1]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE -[2]: https://github.com/BonsaiDen/JavaScript-Garden -[3]: https://github.com/BonsaiDen/JavaScript-Garden/issues -[4]: http://chat.stackoverflow.com/rooms/17/javascript - diff --git a/doc/de/object/general.md b/doc/de/object/general.md new file mode 100644 index 00000000..c63106cf --- /dev/null +++ b/doc/de/object/general.md @@ -0,0 +1,4 @@ +## Objekt und Eigenschaften + +Demnächst. +