mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Compare commits
11 Commits
25630f5e21
...
9ab2096b8f
Author | SHA1 | Date | |
---|---|---|---|
|
9ab2096b8f | ||
|
a7068ea636 | ||
|
d19c7b0a00 | ||
|
d80cc3caeb | ||
|
8e94abc88b | ||
|
39727a7971 | ||
|
da7182cb2e | ||
|
7ecb9a7de6 | ||
|
0175e37c75 | ||
|
f4d4fb76ba | ||
|
ea28bb9c62 |
@ -67,7 +67,7 @@ Here's an example header for an Esperanto translation of Ruby:
|
||||
|
||||
```yaml
|
||||
*--
|
||||
language: ruby
|
||||
language: Ruby
|
||||
filename: learnruby-epo.ruby
|
||||
contributors:
|
||||
- ["Doktor Esperanto", "http://example.com/"]
|
||||
@ -90,27 +90,26 @@ addition or not.
|
||||
|
||||
## Building the site locally
|
||||
|
||||
You can build the site locally to test your changes. Follow the steps below.
|
||||
Install Ruby. On macOS this can be done with [Homebrew](https://brew.sh/).
|
||||
|
||||
* Install Ruby language runtime and RubyGems. See
|
||||
[here](https://middlemanapp.com/basics/install/)
|
||||
for more details.
|
||||
* Clone or zip download the
|
||||
[learnxinyminutes-site](https://github.com/adambard/learnxinyminutes-site)
|
||||
repository.
|
||||
* `git clone https://github.com/adambard/learnxinyminutes-site`
|
||||
* Install Middleman and other required dependencies using Bundler.
|
||||
* `cd learnxinyminutes-site/`
|
||||
* `bundle install`
|
||||
* Get the source in place
|
||||
* Copy the contents of your clone of the fork of learnxinyminutes-docs repo
|
||||
into the `source/docs` folder. There shouldn't be a `learnxinyminutes-docs`
|
||||
folder inside the `docs` folder, it should just contain all the repo
|
||||
contents.
|
||||
* Checkout your fork of the learnxinyminutes-docs repo as `source/docs`.
|
||||
* `cd source/docs/`
|
||||
* `git clone https://github.com/YOUR-USERNAME/learnxinyminutes-docs ./source/docs/`
|
||||
* Build the site or run a development server to test your changes (NOTE: run
|
||||
these commands at `learnxinyminutes-site/`).
|
||||
* Build - `bundle exec middleman build`
|
||||
* Dev server - `bundle exec middleman --force-polling --verbose`
|
||||
```sh
|
||||
brew install ruby
|
||||
# Install Ruby package manager
|
||||
gem install bundler
|
||||
```
|
||||
|
||||
Then clone two repos, install dependencies and run.
|
||||
|
||||
```sh
|
||||
# Clone website
|
||||
git clone https://github.com/adambard/learnxinyminutes-site
|
||||
# Clone docs (this repo) nested in website
|
||||
git clone https://github.com/<YOUR-USERNAME>/learnxinyminutes-docs ./learnxinyminutes-site/source/docs/
|
||||
|
||||
# Install dependencies
|
||||
cd learnxinyminutes-site
|
||||
bundle install
|
||||
|
||||
# Run
|
||||
bundle exec middleman serve
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: amd
|
||||
tool: AMD
|
||||
contributors:
|
||||
- ["Frederik Ring", "https://github.com/m90"]
|
||||
filename: learnamd.js
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: ansible
|
||||
tool: Ansible
|
||||
contributors:
|
||||
- ["Jakub Muszynski" , "http://github.com/sirkubax"]
|
||||
- ["Pat Myron" , "https://github.com/patmyron"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: html
|
||||
language: HTML
|
||||
lang: ar-ar
|
||||
filename: learnhtml-tf.html
|
||||
contributors:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: arturo
|
||||
language: Arturo
|
||||
filename: learnarturo.art
|
||||
contributors:
|
||||
- ["Dr.Kameleon", "https://github.com/drkameleon"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: asciidoc
|
||||
language: AsciiDoc
|
||||
contributors:
|
||||
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
||||
- ["Abel Salgado Romero", "https://twitter.com/abelsromero"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: awk
|
||||
tool: AWK
|
||||
filename: learnawk.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
category: tool
|
||||
tool: bash
|
||||
language: Bash
|
||||
contributors:
|
||||
- ["Max Yankov", "https://github.com/golergka"]
|
||||
- ["Darren Lin", "https://github.com/CogBear"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: bf
|
||||
language: BF
|
||||
filename: bf.bf
|
||||
contributors:
|
||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: perl
|
||||
category: language
|
||||
language: perl
|
||||
language: Perl
|
||||
filename: learnperl-bg.pl
|
||||
contributors:
|
||||
- ["Korjavin Ivan", "http://github.com/korjavin"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: asciidoc
|
||||
language: AsciiDoc
|
||||
contributors:
|
||||
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
||||
translators:
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
name: Go
|
||||
category: language
|
||||
language: Go
|
||||
lang: ca-es
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
name: Groovy
|
||||
category: language
|
||||
language: Groovy
|
||||
lang: ca-es
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: html
|
||||
language: HTML
|
||||
filename: html-ca.md
|
||||
contributors:
|
||||
- ["Christophe THOMAS", "https://github.com/WinChris"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: kotlin
|
||||
language: Kotlin
|
||||
contributors:
|
||||
- ["S Webber", "https://github.com/s-webber"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: chapel
|
||||
language: Chapel
|
||||
filename: learnchapel.chpl
|
||||
contributors:
|
||||
- ["Ian J. Bertolacci", "https://www.cs.arizona.edu/~ianbertolacci/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: "clojure macros"
|
||||
language: Clojure macros
|
||||
filename: learnclojuremacros.clj
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: clojure
|
||||
language: Clojure
|
||||
filename: learnclojure.clj
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: cmake
|
||||
tool: CMake
|
||||
contributors:
|
||||
- ["Bruno Alano", "https://github.com/brunoalano"]
|
||||
filename: CMake
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: coffeescript
|
||||
language: CoffeeScript
|
||||
contributors:
|
||||
- ["Tenor Biel", "http://github.com/L8D"]
|
||||
- ["Xavier Yao", "http://github.com/xavieryao"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: coldfusion
|
||||
language: ColdFusion
|
||||
filename: learncoldfusion.cfm
|
||||
contributors:
|
||||
- ["Wayne Boka", "http://wboka.github.io"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: compojure
|
||||
tool: Compojure
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
filename: learncompojure.clj
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: crystal
|
||||
language: Crystal
|
||||
filename: learncrystal.cr
|
||||
contributors:
|
||||
- ["Vitalii Elenhaupt", "http://veelenga.com"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: bf
|
||||
language: BF
|
||||
contributors:
|
||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||
- ["Mathias Bynens", "http://mathiasbynens.be/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: css
|
||||
language: CSS
|
||||
contributors:
|
||||
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
||||
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
name: Go
|
||||
category: language
|
||||
language: Go
|
||||
filename: learngo-cs.go
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: javascript
|
||||
language: JavaScript
|
||||
contributors:
|
||||
- ["Leigh Brenecki", "https://leigh.net.au"]
|
||||
- ["Ariel Krakowski", "http://www.learneroo.com"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: json
|
||||
language: JSON
|
||||
contributors:
|
||||
- ["Anna Harren", "https://github.com/iirelu"]
|
||||
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: markdown
|
||||
language: Markdown
|
||||
lang: cs-cz
|
||||
contributors:
|
||||
- ["Dan Turkel", "http://danturkel.com/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: sass
|
||||
language: Sass
|
||||
filename: learnsass-cz.scss
|
||||
contributors:
|
||||
- ["Laura Kyle", "https://github.com/LauraNK"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: css
|
||||
language: CSS
|
||||
contributors:
|
||||
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
||||
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
name: CUE
|
||||
category: language
|
||||
language: CUE
|
||||
filename: learncue.cue
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: cypher
|
||||
language: Cypher
|
||||
filename: LearnCypher.cql
|
||||
contributors:
|
||||
- ["Théo Gauchoux", "https://github.com/TheoGauchoux"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: dart
|
||||
language: Dart
|
||||
filename: learndart.dart
|
||||
contributors:
|
||||
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: asciidoc
|
||||
language: AsciiDoc
|
||||
contributors:
|
||||
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
||||
translators:
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
category: tool
|
||||
tool: bash
|
||||
language: Bash
|
||||
lang: de-de
|
||||
contributors:
|
||||
- ["Max Yankov", "https://github.com/golergka"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: bf
|
||||
language: BF
|
||||
contributors:
|
||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||
- ["Mathias Bynens", "http://mathiasbynens.be/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: clojure
|
||||
language: Clojure
|
||||
filename: learnclojure-de.clj
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: "clojure macros"
|
||||
language: Clojure macros
|
||||
filename: learnclojuremacros-de.clj
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: coffeescript
|
||||
language: CoffeeScript
|
||||
contributors:
|
||||
- ["Tenor Biel", "http://github.com/L8D"]
|
||||
- ["Xavier Yao", "http://github.com/xavieryao"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: crystal
|
||||
language: Crystal
|
||||
contributors:
|
||||
- ["Vitalii Elenhaupt", "http://veelenga.com"]
|
||||
- ["Arnaud Fernandés", "https://github.com/TechMagister/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: css
|
||||
language: CSS
|
||||
contributors:
|
||||
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: edn
|
||||
language: EDN
|
||||
filename: learnedn-de.edn
|
||||
contributors:
|
||||
- ["Jason Yeo", "https://github.com/jsyeo"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: git
|
||||
tool: Git
|
||||
contributors:
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: haml
|
||||
language: Haml
|
||||
filename: learnhaml-de.haml
|
||||
contributors:
|
||||
- ["Simon Neveu", "https://github.com/sneveu"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: html
|
||||
language: HTML
|
||||
contributors:
|
||||
- ["Christophe THOMAS", "https://github.com/WinChris"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: java
|
||||
language: Java
|
||||
filename: LearnJavaDe-de.java
|
||||
contributors:
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: javascript
|
||||
language: JavaScript
|
||||
contributors:
|
||||
- ["Leigh Brenecki", "https://leigh.net.au"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: json
|
||||
language: JSON
|
||||
filename: learnjson-de.json
|
||||
contributors:
|
||||
- ["Anna Harren", "https://github.com/iirelu"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: latex
|
||||
language: LaTeX
|
||||
contributors:
|
||||
- ["Chaitanya Krishna Ande", "http://icymist.github.io"]
|
||||
- ["Colton Kohnke", "http://github.com/voltnor"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: make
|
||||
tool: Make
|
||||
contributors:
|
||||
- ["Robert Steed", "https://github.com/robochat"]
|
||||
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: markdown
|
||||
language: Markdown
|
||||
contributors:
|
||||
- ["Dan Turkel", "http://danturkel.com/"]
|
||||
translators :
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: nix
|
||||
language: Nix
|
||||
filename: learnnix-de.nix
|
||||
contributors:
|
||||
- ["Chris Martin", "http://chris-martin.org/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: perl
|
||||
language: Perl
|
||||
filename: learnperl-de.pl
|
||||
contributors:
|
||||
- ["Korjavin Ivan", "http://github.com/korjavin"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: processing
|
||||
language: Processing
|
||||
filename: learnprocessing.pde
|
||||
contributors:
|
||||
- ["Phone Thant Ko", "http://github.com/phonethantko"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: framework
|
||||
framework: PyQT
|
||||
framework: PyQt
|
||||
filename: learnpyqt-de.py
|
||||
contributors:
|
||||
- ["Nathan Hughes", "https://github.com/sirsharpest"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: framework
|
||||
framework: Qt Framework
|
||||
framework: Qt
|
||||
language: C++
|
||||
filename: learnqt-de.cpp
|
||||
contributors:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: restructured text (RST)
|
||||
language: reStructuredText (RST)
|
||||
filename: restructuredtext-de.rst
|
||||
contributors:
|
||||
- ["DamienVGN", "https://github.com/martin-damien"]
|
||||
@ -36,7 +36,7 @@ initiiert werden.
|
||||
|
||||
Ein einfaches Beispiel für die Dateisyntax:
|
||||
|
||||
```
|
||||
```rst
|
||||
.. Zeilen, die mit zwei Punkten starten sind spezielle Befehle.
|
||||
|
||||
.. Wenn kein Befehl gefunden wird, wird die Zeile als Kommentar gewertet.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: ruby
|
||||
language: Ruby
|
||||
filename: ruby-de.rb
|
||||
contributors:
|
||||
- ["David Underwood", "http://theflyingdeveloper.com"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: ruby ecosystem
|
||||
tool: Ruby ecosystem
|
||||
contributors:
|
||||
- ["Jon Smock", "http://github.com/jonsmock"]
|
||||
- ["Rafal Chmiel", "http://github.com/rafalchmiel"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: sass
|
||||
language: Sass
|
||||
filename: learnsass-de.scss
|
||||
contributors:
|
||||
- ["Laura Kyle", "https://github.com/LauraNK"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: swift
|
||||
language: Swift
|
||||
contributors:
|
||||
- ["Grant Timmerman", "http://github.com/grant"]
|
||||
- ["Christopher Bess", "http://github.com/cbess"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: vim
|
||||
tool: Vim
|
||||
lang: de-de
|
||||
contributors:
|
||||
- ["RadhikaG", "https://github.com/RadhikaG"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: yaml
|
||||
language: YAML
|
||||
contributors:
|
||||
- ["Leigh Brenecki", "https://github.com/adambrenecki"]
|
||||
translators:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: docker
|
||||
tool: Docker
|
||||
filename: docker.bat
|
||||
contributors:
|
||||
- ["Ruslan López", "http://javapro.org/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: edn
|
||||
language: EDN
|
||||
filename: learnedn.edn
|
||||
contributors:
|
||||
- ["Jason Yeo", "https://github.com/jsyeo"]
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
category: tool
|
||||
tool: bash
|
||||
language: Bash
|
||||
contributors:
|
||||
- ["Dimitri Kokkonis", "https://github.com/kokkonisd"]
|
||||
filename: LearnBash-gr.sh
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: css
|
||||
language: CSS
|
||||
contributors:
|
||||
- ["Kostas Bariotis", "http://kostasbariotis.com"]
|
||||
filename: css-gr.html.markdown
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: html
|
||||
language: HTML
|
||||
filename: learnhtml-gr.html
|
||||
contributors:
|
||||
- ["Dimitri Kokkonis", "https://github.com/kokkonisd"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: java
|
||||
language: Java
|
||||
contributors:
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
- ["Jakukyo Friel", "http://weakish.github.io"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: json
|
||||
language: JSON
|
||||
filename: json-gr.html.markdown
|
||||
contributors:
|
||||
- ["Anna Harren", "https://github.com/iirelu"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: racket
|
||||
language: Racket
|
||||
filename: learnracket-gr.rkt
|
||||
contributors:
|
||||
- ["th3rac25", "https://github.com/voila"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: vim
|
||||
tool: Vim
|
||||
contributors:
|
||||
- ["RadhikaG", "https://github.com/RadhikaG"]
|
||||
filename: LearnVim-gr.txt
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: elisp
|
||||
language: Emacs Lisp
|
||||
contributors:
|
||||
- ["Bastien Guerry", "https://bzg.fr"]
|
||||
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: emacs
|
||||
tool: Emacs
|
||||
filename: emacs.txt
|
||||
contributors:
|
||||
- ["Joseph Riad", "https://github.com/Joseph-Riad"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: erlang
|
||||
language: Erlang
|
||||
contributors:
|
||||
- ["Giovanni Cappellotto", "http://giovanni.curlybrackets.it/"]
|
||||
filename: learnerlang.erl
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
category: tool
|
||||
tool: amd
|
||||
tool: AMD
|
||||
contributors:
|
||||
- ["Frederik Ring", "https://github.com/m90"]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: asciidoc
|
||||
language: AsciiDoc
|
||||
contributors:
|
||||
- ["Ryan Mavilia", "http://unoriginality.rocks/"]
|
||||
translators:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: awk
|
||||
tool: AWK
|
||||
filename: learnawk-es.awk
|
||||
contributors:
|
||||
- ["Marshall Mason", "http://github.com/marshallmason"]
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
category: tool
|
||||
tool: bash
|
||||
language: Bash
|
||||
contributors:
|
||||
- ["Max Yankov", "https://github.com/golergka"]
|
||||
- ["Darren Lin", "https://github.com/CogBear"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: bf
|
||||
language: BF
|
||||
filename: bf-es.bf
|
||||
contributors:
|
||||
- ["Prajit Ramachandran", "http://prajitr.github.io/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: chapel
|
||||
language: Chapel
|
||||
filename: learnchapel.chpl
|
||||
contributors:
|
||||
- ["Ian J. Bertolacci", "https://www.cs.arizona.edu/~ianbertolacci/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: clojure
|
||||
language: Clojure
|
||||
filename: learnclojure-es.clj
|
||||
contributors:
|
||||
- ["Adam Bard", "http://adambard.com/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: coffeescript
|
||||
language: CoffeeScript
|
||||
lang: es-es
|
||||
contributors:
|
||||
- ["Tenor Biel", "http://github.com/L8D"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: coldfusion
|
||||
language: ColdFusion
|
||||
filename: learncoldfusion-es.cfm
|
||||
contributors:
|
||||
- ["Wayne Boka", "http://wboka.github.io"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: css
|
||||
language: CSS
|
||||
contributors:
|
||||
- ["Mohammad Valipour", "https://github.com/mvalipour"]
|
||||
- ["Marco Scannadinari", "https://github.com/marcoms"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: dart
|
||||
language: Dart
|
||||
contributors:
|
||||
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: docker
|
||||
language: Docker
|
||||
filename: docker-es.bat
|
||||
contributors:
|
||||
- ["Ruslan López", "http://javapro.org/"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: edn
|
||||
language: EDN
|
||||
filename: learnedn-es.edn
|
||||
contributors:
|
||||
- ["Jason Yeo", "https://github.com/jsyeo"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: elisp
|
||||
language: Emacs Lisp
|
||||
contributors:
|
||||
- ["Bastien Guerry", "http://bzg.fr"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: factor
|
||||
language: Factor
|
||||
contributors:
|
||||
- ["hyphz", "http://github.com/hyphz/"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: forth
|
||||
language: Forth
|
||||
contributors:
|
||||
- ["Horse M.D.", "http://github.com/HorseMD/"]
|
||||
translators:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: tool
|
||||
tool: git
|
||||
tool: Git
|
||||
filename: LearnGit-es.txt
|
||||
contributors:
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
name: Go
|
||||
category: language
|
||||
language: Go
|
||||
lang: es-es
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: haml
|
||||
language: Haml
|
||||
filename: learnhaml-es.haml
|
||||
contributors:
|
||||
- ["Simon Neveu", "https://github.com/sneveu"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: html
|
||||
language: HTML
|
||||
filename: learnhtml-es.html
|
||||
contributors:
|
||||
- ["Christophe THOMAS", "https://github.com/WinChris"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: hy
|
||||
language: Hy
|
||||
filename: learnhy-es.hy
|
||||
contributors:
|
||||
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: java
|
||||
language: Java
|
||||
contributors:
|
||||
- ["Jake Prather", "http://github.com/JakeHP"]
|
||||
translators:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
language: javascript
|
||||
language: JavaScript
|
||||
contributors:
|
||||
- ["Leigh Brenecki", "https://leigh.net.au"]
|
||||
- ["Ariel Krakowski", "http://www.learneroo.com"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
category: framework
|
||||
framework: jquery
|
||||
framework: jQuery
|
||||
contributors:
|
||||
- ["Sawyer Charles", "https://github.com/xssc"]
|
||||
translators:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user