summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2013-07-03 22:59:13 -0700
committerAdam <adam@adambard.com>2013-07-03 22:59:13 -0700
commit9ad61b5586993bda1eebd70a8dd4c721db83a396 (patch)
tree2e612b01f9dbab5477b44f26438c7ac6bf544ace
parent3840036912bc8e5a31b45cfa6ef7eae993e7464b (diff)
Authors -> Contributors
-rw-r--r--c.html.markdown4
-rw-r--r--clojure.html.markdown4
-rw-r--r--dart.html.markdown4
-rw-r--r--elixir.html.markdown4
-rw-r--r--erlang.html.markdown4
-rw-r--r--fsharp.html.markdown4
-rw-r--r--haskell.html.markdown4
-rw-r--r--java.html.markdown7
-rw-r--r--julia.html.markdown4
-rw-r--r--lua.html.markdown4
-rw-r--r--php.html.markdown4
-rw-r--r--python.html.markdown4
-rw-r--r--r.html.markdown4
-rw-r--r--ruby.html.markdown1
14 files changed, 27 insertions, 29 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 69bf099e..8786aa85 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -1,8 +1,8 @@
---
language: c
-author: Adam Bard
-author_url: http://adambard.com/
filename: learnc.c
+contributors:
+ - ["Adam Bard", "http://adambard.com/"]
---
Ah, C. Still the language of modern high-performance computing.
diff --git a/clojure.html.markdown b/clojure.html.markdown
index 39a27bcf..6baae0ce 100644
--- a/clojure.html.markdown
+++ b/clojure.html.markdown
@@ -1,8 +1,8 @@
---
language: clojure
-author: Adam Bard
-author_url: http://adambard.com/
filename: learnclojure.clj
+contributors:
+ - ["Adam Bard", "http://adambard.com/"]
---
Clojure is a Lisp family language developed for the Java Virtual Machine. It has
diff --git a/dart.html.markdown b/dart.html.markdown
index 27365746..34d1c6a8 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -1,8 +1,8 @@
---
language: dart
-author: Joao Pedrosa
-author_url: https://github.com/jpedrosa/
filename: learndart.dart
+contributors:
+ - ["Joao Pedrosa", "https://github.com/jpedrosa/"]
---
Dart is a newcomer into the realm of programming languages.
diff --git a/elixir.html.markdown b/elixir.html.markdown
index 2e9aa5a1..3a11ce1f 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -1,7 +1,7 @@
---
language: elixir
-author: Joao Marques
-author_url: http://github.com/mrshankly
+contributors:
+ - ["Joao Marques", "http://github.com/mrshankly"]
filename: learnelixir.ex
---
diff --git a/erlang.html.markdown b/erlang.html.markdown
index 42d0b809..208f31e4 100644
--- a/erlang.html.markdown
+++ b/erlang.html.markdown
@@ -1,7 +1,7 @@
---
language: erlang
-author: Giovanni Cappellotto
-author_url: http://www.focustheweb.com/
+contributor:
+ - ["Giovanni Cappellotto", "http://www.focustheweb.com/"]
filename: learnerlang.erl
---
diff --git a/fsharp.html.markdown b/fsharp.html.markdown
index b1860372..49951c78 100644
--- a/fsharp.html.markdown
+++ b/fsharp.html.markdown
@@ -1,7 +1,7 @@
---
language: F#
-author: Scott Wlaschin
-author_url: http://fsharpforfunandprofit.com/
+contributors:
+ - ["Scott Wlaschin", "http://fsharpforfunandprofit.com/"]
filename: learnfsharp.fs
---
diff --git a/haskell.html.markdown b/haskell.html.markdown
index e50602ac..4d5ce642 100644
--- a/haskell.html.markdown
+++ b/haskell.html.markdown
@@ -1,7 +1,7 @@
---
language: haskell
-author: Adit Bhargava
-author_url: http://adit.io
+contributors:
+ - ["Adit Bhargava", "http://adit.io"]
---
Haskell was designed as a practical, purely functional programming language. It's famous for
diff --git a/java.html.markdown b/java.html.markdown
index 8ba48d73..785a2cb9 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -1,11 +1,8 @@
---
language: java
-
-author: Jake Prather
-
-author_url: http://github.com/JakeHP
-
+contributors:
+ - ["Jake Prather", "http://github.com/JakeHP"]
filename: LearnJava.java
---
diff --git a/julia.html.markdown b/julia.html.markdown
index 6c719b5c..1023e303 100644
--- a/julia.html.markdown
+++ b/julia.html.markdown
@@ -1,7 +1,7 @@
---
language: julia
-author: Leah Hanson
-author_url: http://leahhanson.us
+contributors:
+ - ["Leah Hanson", "http://leahhanson.us"]
filename: learnjulia.jl
---
diff --git a/lua.html.markdown b/lua.html.markdown
index 4df57a92..0ece399f 100644
--- a/lua.html.markdown
+++ b/lua.html.markdown
@@ -1,7 +1,7 @@
---
language: lua
-author: Tyler Neylon
-author_url: http://tylerneylon.com/
+contributors:
+ - ["Tyler Neylon", "http://tylerneylon.com/"]
filename: learnlua.lua
---
diff --git a/php.html.markdown b/php.html.markdown
index f0c5c918..a20e1d11 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -1,7 +1,7 @@
---
language: php
-author: Malcolm Fell
-author_url: http://emarref.net/
+contributors:
+ - ["Malcolm Fell", "http://emarref.net/"]
filename: learnphp.php
---
diff --git a/python.html.markdown b/python.html.markdown
index fe8a204c..e7ee6fbd 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -1,7 +1,7 @@
---
language: python
-author: Louie Dinh
-author_url: http://ldinh.ca
+contributors:
+ - ["Louie Dinh", "http://ldinh.ca"]
filename: learnpython.py
---
diff --git a/r.html.markdown b/r.html.markdown
index 535b9065..0240e8fb 100644
--- a/r.html.markdown
+++ b/r.html.markdown
@@ -1,7 +1,7 @@
---
language: R
-author: e99n09
-author_url: http://github.com/e99n09
+contributors:
+ - ["e99n09", "http://github.com/e99n09"]
filename: learnr.r
---
diff --git a/ruby.html.markdown b/ruby.html.markdown
index 4c41b133..bf57a816 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -1,5 +1,6 @@
---
language: ruby
+filename: learnruby.rb
contributors:
- ["David Underwood", "http://theflyingdeveloper.com"]
- ["Joel Walden", "http://joelwalden.net"]