Add target=_blank to all the hyperlinks in the About section, so that they are displayed in the Firefox OS browser instead of inside the application

This commit is contained in:
mossroy 2013-08-23 13:52:31 +02:00
parent 181fcbbdef
commit 3544b46042

View File

@ -135,14 +135,14 @@
<br />
<br /> Main libraries and ressources used :
<ul>
<li><a href="http://jquery.com/">jQuery</a> 2, released under the <a href="http://jquery.org/license">MIT license</a></li>
<li><a href="http://getbootstrap.com/">Bootstrap</a> 3, released under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache license 2.0</a>, which includes icons from <a href="http://glyphicons.com/">Glyphicons</a></li>
<li><a href="https://github.com/antimatter15/bzip2.js">bzip2.js</a>, released under the <a href="http://www.gnu.org/copyleft/lgpl.html">LGPL v2 license</a></li>
<li><a href="http://www.requirejs.org/">RequireJS</a> 2, released under the <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">MIT license or new BSD license</a></li>
<li><a href="http://zeptojs.com/">ZeptoJS</a> 2, released under the <a href="https://github.com/madrobby/zepto/blob/master/MIT-LICENSE">MIT license</a></li>
<li><a href="http://qunitjs.com/">QUnit</a> 2, released under the <a href="http://jquery.org/license">MIT license</a></li>
<li>Icon, algorithms and inspiration from <a href="https://github.com/evopedia/evopedia_qt/">Evopedia (Qt version)</a>, released under the <a href="https://www.gnu.org/licenses/">GPL v3 license</a></li>
<li>Mediawiki CSS from <a href="http://wikidev.net/">Wikidev</a>, released under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a></li>
<li><a href="http://jquery.com/" target="_blank">jQuery</a> 2, released under the <a href="http://jquery.org/license" target="_blank">MIT license</a></li>
<li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a> 3, released under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache license 2.0</a>, which includes icons from <a href="http://glyphicons.com/">Glyphicons</a></li>
<li><a href="https://github.com/antimatter15/bzip2.js" target="_blank">bzip2.js</a>, released under the <a href="http://www.gnu.org/copyleft/lgpl.html" target="_blank">LGPL v2 license</a></li>
<li><a href="http://www.requirejs.org/" target="_blank">RequireJS</a> 2, released under the <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE" target="_blank">MIT license or new BSD license</a></li>
<li><a href="http://zeptojs.com/" target="_blank">ZeptoJS</a> 2, released under the <a href="https://github.com/madrobby/zepto/blob/master/MIT-LICENSE" target="_blank">MIT license</a></li>
<li><a href="http://qunitjs.com/" target="_blank">QUnit</a> 2, released under the <a href="http://jquery.org/license" target="_blank">MIT license</a></li>
<li>Icon, algorithms and inspiration from <a href="https://github.com/evopedia/evopedia_qt/" target="_blank">Evopedia (Qt version)</a>, released under the <a href="https://www.gnu.org/licenses/" target="_blank">GPL v3 license</a></li>
<li>Mediawiki CSS from <a href="http://wikidev.net/" target="_blank">Wikidev</a>, released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL license</a></li>
</ul>
</div>