1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #306 from waldyrious/using-bullet-list

format 'using' property as a bulleted list (fixes #292)
This commit is contained in:
Brandon Keepers 2015-11-22 13:50:30 -05:00
commit 5abee34bbb
3 changed files with 14 additions and 12 deletions

View File

@ -47,7 +47,9 @@
<h3>Who's using this license?</h3> <h3>Who's using this license?</h3>
<ul> <ul>
{% for using in page.using %} {% for using in page.using %}
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li> {% for hash in using %}
<li><a href="{{ hash[1] }}" target="_blank">{{ hash[0] }}</a></li>
{% endfor %}
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>

View File

@ -8,12 +8,12 @@ description: This commercially-friendly copyleft license provides the ability to
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
using: using:
The Eclipse Foundation: "http://www.eclipse.org" - The Eclipse Foundation: "http://www.eclipse.org"
OpenDaylight: "http://www.opendaylight.org/" - OpenDaylight: "http://www.opendaylight.org/"
Clojure: "http://clojure.org/" - Clojure: "http://clojure.org/"
JUnit: "http://junit.org/" - JUnit: "http://junit.org/"
Ruby: "https://github.com/jruby/jruby" - Ruby: "https://github.com/jruby/jruby"
Mondrian: "http://en.wikipedia.org/wiki/Mondrian_OLAP_server" - Mondrian: "http://en.wikipedia.org/wiki/Mondrian_OLAP_server"
required: required:
- disclose-source - disclose-source

View File

@ -10,11 +10,11 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
note: OSL 3.0's author has <a href="http://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license. note: OSL 3.0's author has <a href="http://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
using: using:
Magento Community Edition: "http://magento.com/" - Magento Community Edition: "http://magento.com/"
Parsimony: "https://github.com/parsimony/parsimony" - Parsimony: "https://github.com/parsimony/parsimony"
PrestaShop: "https://www.prestashop.com" - PrestaShop: "https://www.prestashop.com"
Mulgara: "http://mulgara.org" - Mulgara: "http://mulgara.org"
AbanteCart: "http://www.abantecart.com/" - AbanteCart: "http://www.abantecart.com/"
required: required:
- include-copyright - include-copyright