Site updated at 2016-11-05 16:10:14 UTC

This commit is contained in:
Travis CI 2016-11-05 16:10:14 +00:00
parent c5a9b05115
commit 4a22946601
496 changed files with 7661 additions and 7043 deletions

View file

@ -103,6 +103,17 @@
<p>(in alphabetical order)</p>
<ul>
<li><a href="https://github.com/joncar">Jon Caruana</a></li>
<li><a href="https://github.com/janLo">Jan Losinski</a></li>
<li><a href="https://github.com/StaticCube">Ferry van Zeelst</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href="https://github.com/aa755">Abhishek Anand</a></li>
<li><a href="https://github.com/armills">Adam Mills</a></li>
<li><a href="https://github.com/adrienbrault">Adrien Brault</a></li>
<li><a href="https://github.com/shaftoe">Alexander Fortin</a></li>
@ -124,6 +135,8 @@
<li><a href="https://github.com/Azelphur">Azelphur</a></li>
<li><a href="https://github.com/Bart274">Bart274</a></li>
<li><a href="https://github.com/bbangert">Ben Bangert</a></li>
<li><a href="https://github.com/bestlibre">bestlibre</a></li>
<li><a href="https://github.com/bjarniivarsson">Bjarni Ivarsson</a></li>
<li><a href="https://github.com/blackdog70">blackdog70</a></li>
<li><a href="https://github.com/bburan">Brad Buran</a></li>
<li><a href="https://github.com/bradsk88">Brad Johnson</a></li>
@ -196,6 +209,7 @@
<li><a href="https://github.com/jamespcole">James Cole</a></li>
<li><a href="https://github.com/jaharkes">Jan Harkes</a></li>
<li><a href="https://github.com/jpmossin">Jan-Preben Mossin</a></li>
<li><a href="https://github.com/tbeckha">Jared Beckham</a></li>
<li><a href="https://github.com/DesignFirst">Jaret Stezelberger</a></li>
<li><a href="https://github.com/JasonCarter80">Jason Carter</a></li>
<li><a href="https://github.com/Jypy">Jean-Philippe Bouillot</a></li>
@ -208,6 +222,7 @@
<li><a href="https://github.com/joelash">Joel Asher Friedman</a></li>
<li><a href="https://github.com/joemcmonagle">Joe McMonagle</a></li>
<li><a href="https://github.com/turbokongen">John Arild Berentsen</a></li>
<li><a href="https://github.com/mezz64">John</a></li>
<li><a href="https://github.com/jwl17330536">John Lindley</a></li>
<li><a href="https://github.com/loghound">John McLaughlin</a></li>
<li><a href="https://github.com/Jaidan">John Williams</a></li>
@ -271,6 +286,7 @@
<li><a href="https://github.com/pvizeli">Pascal Vizeli</a></li>
<li><a href="https://github.com/persandstrom">Per Sandström</a></li>
<li><a href="https://github.com/philipbl">Philip Lundrigan</a></li>
<li><a href="https://github.com/postlund">Pierre Ståhl</a></li>
<li><a href="https://github.com/Piratonym">Piratonym</a></li>
<li><a href="https://github.com/mikegrb">Rev Michael Greb</a></li>
<li><a href="https://github.com/rhooper">rhooper</a></li>

View file

@ -92,7 +92,7 @@
<p>Home Assistant is built from the ground up to be easily extensible using components. Home Assistant uses <a href="https://www.python.org/">Python 3</a> for the backend and <a href="https://www.polymer-project.org/">Polymer (Web components)</a> for the frontend.</p>
<p>Home Assistant is open-source and MIT-licensed. Here are links to the source::</p>
<p>Home Assistant is open-source and MIT-licensed. Here are links to the source:</p>
<ul>
<li><a href="https://github.com/home-assistant/home-assistant">home-assistant</a>: Python server backend.</li>
@ -100,6 +100,23 @@
<li><a href="https://github.com/home-assistant/home-assistant-polymer">home-assistant-polymer</a>: Polymer UI.</li>
</ul>
<p>For those new to contributing to open source software, make sure you are familiar with all of the tools and concepts used in Home Assistant before you start.</p>
<p>When contributing Home Assistant code:</p>
<ul>
<li><a href="https://guides.github.com/activities/hello-world/">Github</a></li>
<li><a href="https://www.dabapps.com/blog/introduction-to-pip-and-virtualenv-python/">Pip and Virtual Environments</a></li>
<li><a href="https://www.python.org/">Python 3</a></li>
<li><a href="https://www.pylint.org">Pylint</a></li>
<li><a href="http://flake8.pycqa.org/en/latest/">Flake8</a></li>
<li><a href="http://tox.readthedocs.org/en/latest/">Tox</a></li>
<li><a href="https://travis-ci.org/">TravisCl</a></li>
</ul>
<p>When contributing 3rd Party code to be used by Home Assistant:</p>
<ul>
<li><a href="https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/">Publishing your own PiPl package</a></li>
</ul>
</article>

View file

@ -94,7 +94,7 @@
<ol>
<li>
<p>From your fork, create a new branch to hold your changes:</p>
<p>From your forks dev branch, create a new branch to hold your changes:</p>
<p><code class="highlighter-rouge">git checkout -b some-feature</code></p>
</li>

View file

@ -125,7 +125,7 @@
<p>You can also run linting tests against all changed files, as reported by <code class="highlighter-rouge">git diff upstream/dev --name-only</code>, using the <code class="highlighter-rouge">lint</code> script:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">home-assistant$ </span>script/lint --changed
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>script/lint --changed
</code></pre>
</div>