mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Fix link to jsxc-plinth.js in JS license information
Minor updates to html formatting
This commit is contained in:
parent
690fba96f5
commit
9b2c7f2d48
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Added command line argument --list-modules which will list modules
|
- Added command line argument --list-modules which will list modules
|
||||||
and exit. It can be followed by "essential" or "optional" to only
|
and exit. It can be followed by "essential" or "optional" to only
|
||||||
list those modules.
|
list those modules.
|
||||||
|
- Added JS license web labels for LibreJS.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- frontpage: Show app logos instead of generic icons.
|
- frontpage: Show app logos instead of generic icons.
|
||||||
|
|||||||
@ -207,7 +207,10 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{% block footer_block %}
|
{% block footer_block %}
|
||||||
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
|
<center>
|
||||||
|
<a href="{% static 'jslicense.html' %}" data-jslicense="1">
|
||||||
|
JavaScript license information</a>
|
||||||
|
</center>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,21 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>JavaScript license Information</title>
|
<title>JavaScript license Information</title>
|
||||||
<style>a {
|
<style>a {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:300;
|
width:300;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
</head>
|
||||||
<h1>JavaScript Web labels table</h1>
|
|
||||||
<table id="jslicense-labels1" style="text-align:center; width:500">
|
<body>
|
||||||
<tr>
|
<h1>JavaScript Web labels table</h1>
|
||||||
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
|
<table id="jslicense-labels1" style="text-align:center; width:500">
|
||||||
|
<tr>
|
||||||
|
<td><a href="/plinth/static/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
|
||||||
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
|
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
|
||||||
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
|
<td><a href="/plinth/static/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user