From 7a1e292b854de85fdfd9873ebd882def21654754 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 19 Jun 2015 10:08:35 +0200 Subject: [PATCH 1/3] add initial credits page --- source/developers/credits.markdown | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 source/developers/credits.markdown diff --git a/source/developers/credits.markdown b/source/developers/credits.markdown new file mode 100644 index 00000000000..d6e729b8398 --- /dev/null +++ b/source/developers/credits.markdown @@ -0,0 +1,46 @@ +--- +layout: page +title: "Credits" +description: "Credits for the developers who contributed to Home Assistant." +date: 2015-06-19 09:30 +sidebar: false +comments: false +sharing: true +footer: true +--- + +This page contains a list of people who have contributed in one way or another to Home Assistant. + +## Author + +- [Paulus Schoutsen](https://github.com/balloob) + +## Contributors + +(in alphabetical order) + +- [andythigpen](https://github.com/andythigpen) +- [Austin](https://github.com/trainman419) +- [Azelphur](https://github.com/Azelphur) +- [Edwin Smulders](https://github.com/Dutchy-) +- [ettisan](https://github.com/ettisan) +- [Fabian Affolter](https://github.com/fabaff) +- [Finbarr Brady](https://github.com/fbradyirl) +- [Geoff Norton](https://github.com/kangaroo) +- [gottsman](https://github.com/gottsman) +- [Gustav Ahlberg](https://github.com/Gyran) +- [Issac Kelly](https://github.com/issackelly) +- [James Cole](https://github.com/jamespcole) +- [John McLaughlin](https://github.com/loghound) +- [John Williams](https://github.com/Jaidan) +- [Joseph Piron](https://github.com/eagleamon) +- [Julien Danjou](https://github.com/jd) +- [kixam](https://github.com/kixam) +- [Markus Stenberg](https://github.com/fingon) +- [Piratonym](https://github.com/Piratonym) +- [Rev Michael Greb](https://github.com/mikegrb) +- [Ryan Kraus](https://github.com/rmkraus) +- [Theodor Lindquist](https://github.com/theolind) +- [wind-rider](https://github.com/wind-rider) + +This page is irregularly updated. As a base we use the Github [contributors overview](https://github.com/balloob/home-assistant/graphs/contributors) of the Home Assistant git repository and the [overview](https://github.com/balloob/home-assistant.io/graphs/contributors) for [home-assistant.io](https://home-assistant.io). If you think that you are missing, please let us know or add yourself. From fba69544ddab5717db3b80af838414797f0ccc34 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 19 Jun 2015 10:16:16 +0200 Subject: [PATCH 2/3] add credits page --- source/_includes/custom/navigation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index aa1a260cc0f..e18e2949616 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -20,6 +20,7 @@ Adding platform support
  • API
  • +
  • Credits
  • Blog
  • From d3453ff669599ac611344b689d8af79db9a68fd8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 19 Jun 2015 18:08:56 +0200 Subject: [PATCH 3/3] fix typo --- source/_includes/custom/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index e18e2949616..547b77d4e41 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -20,7 +20,7 @@ Adding platform support
  • API
  • -
  • Credits
  • +
  • Credits
  • Blog