Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>License — Powerline beta documentation</title> <link rel="stylesheet" href="_static/nature.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: 'beta', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Powerline beta documentation" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li><a href="index.html">Powerline beta documentation</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="license"> <h1>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h1> <a class="reference external image-reference" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a> <p>Powerline is licensed under a <a class="reference external" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p> </div> <div class="section" id="credits"> <h1>Credits<a class="headerlink" href="#credits" title="Permalink to this headline">¶</a></h1> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Author:</th><td class="field-body"><p class="first"><a class="reference external" href="https://github.com/Lokaltog">Kim Silkebækken</a></p> </td> </tr> <tr class="field-even field"><th class="field-name" colspan="2">Main contributors:</th></tr> <tr class="field-even field"><td> </td><td class="field-body"><ul class="first last simple"> <li><a class="reference external" href="https://github.com/ZyX-I">ZyX-I</a></li> </ul> </td> </tr> </tbody> </table> </div> <div class="section" id="contributing"> <h1>Contributing<a class="headerlink" href="#contributing" title="Permalink to this headline">¶</a></h1> <p>If you experience any bugs or have any feature requests, please <a class="reference external" href="https://github.com/Lokaltog/powerline/issues">open an issue on GitHub</a>.</p> <div class="section" id="pull-request-guidelines"> <h2>Pull request guidelines<a class="headerlink" href="#pull-request-guidelines" title="Permalink to this headline">¶</a></h2> <p>This project uses <a class="reference external" href="http://nvie.com/posts/a-successful-git-branching-model/">Git Flow</a> for maintaining a clean history and a consistent way of branching and merging new features. All commit messages must follow the guidelines described in <a class="reference external" href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">Tim Pope’s blog post about git commit messages</a>.</p> <p>All code must use tabs for indentation and spaces for alignment.</p> <p>Python code must pass flake8 tests with <tt class="docutils literal"><span class="pre">flake8</span> <span class="pre">--ignore=W191,E501</span></tt> (ignore tab warnings and line length errors).</p> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">License</a></li> <li><a class="reference internal" href="#credits">Credits</a></li> <li><a class="reference internal" href="#contributing">Contributing</a><ul> <li><a class="reference internal" href="#pull-request-guidelines">Pull request guidelines</a></li> </ul> </li> </ul> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/licence-credits.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li><a href="index.html">Powerline beta documentation</a> »</li> </ul> </div> <div class="footer"> © Copyright Kim Silkebækken. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>