Skip to content

Commit f0efb61

Browse files
strklunny
authored andcommitted
Add LibreJS support (#1201)
See See https://www.gnu.org/software/librejs/ Closes #1200
1 parent 608bbed commit f0efb61

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

public/assets/librejs/librejs.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>JavaScript license information</title>
6+
</head>
7+
<body>
8+
<table id="jslicense-labels1">
9+
<tr>
10+
<td><a href="/js/libs/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>
11+
<td>
12+
<a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a>
13+
<br>
14+
<a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a>
15+
</td>
16+
<td><a href="/js/libs/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>
17+
</tr>
18+
<tr>
19+
<td><a href="/js/semantic-2.2.7.min.js">semantic-2.2.1.min.js</a></td>
20+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
21+
<td><a href="https://github.com/Semantic-Org/Semantic-UI/archive/2.2.1.tar.gz">semantic-UI-2.2.1.tar.gz</a></td>
22+
</tr>
23+
<tr>
24+
<td><a href="/js/gogs.js">gogs.js</a></td>
25+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
26+
<td><a href="/js/gogs.js">gogs.js</a></td>
27+
</tr>
28+
<tr>
29+
<td><a href="/js/libs/clipboard-1.5.9.min.js">clipboard-1.5.9.min.js</a></td>
30+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
31+
<td><a href="https://github.com/zenorocha/clipboard.js/archive/v1.5.9.tar.gz">clipboard-1.5.9.tar.gz</a></td>
32+
</tr>
33+
<tr>
34+
<td><a href="/js/libs/emojify-1.1.0.min.js">emojify-1.1.0.min.js</a></td>
35+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
36+
<td><a href="https://github.com/Ranks/emojify.js/archive/1.1.0.tar.gz">emojify-1.1.0.tar.gz</a></td>
37+
</tr>
38+
<tr>
39+
<td><a href="/plugins/dropzone-4.2.0/dropzone.js">dropzone.js</a></td>
40+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
41+
<td><a href="/plugins/dropzone-4.2.0/dropzone.js">dropzone.js</a></td>
42+
</tr>
43+
<tr>
44+
<td><a href="/plugins/highlight-9.6.0/highlight.pack.js">highlight.pack.js</a></td>
45+
<td><a href="https://github.com/isagalaev/highlight.js/blob/master/LICENSE">BSD 3 Clause</a></td>
46+
<td><a href="https://github.com/isagalaev/highlight.js/archive/9.6.0.tar.gz">highlight.js-9.6.0.tar.gz</a></td>
47+
</tr>
48+
<tr>
49+
<td><a href="/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.js">jquery.datetimepicker.js</a></td>
50+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
51+
<td><a href="/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.js">jquery.datetimepicker.js</a></td>
52+
</tr>
53+
<tr>
54+
<td><a href="/plugins/jquery.minicolors-2.2.3/jquery.minicolors.min.js">jquery.minicolors.min.js</a></td>
55+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
56+
<td><a href="https://github.com/claviska/jquery-minicolors/archive/2.2.3.tar.gz">jquery.minicolors-2.2.3.tar.gz</a></td>
57+
</tr>
58+
<tr>
59+
<td><a href="/plugins/simplemde-1.10.1/simplemde.min.js">simplemde.min.js</a></td>
60+
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
61+
<td><a href="https://github.com/NextStepWebs/simplemde-markdown-editor/archive/1.10.1.tar.gz">simplemde-markdown-editor-1.10.1.tar.gz</a></td>
62+
</tr>
63+
<tr>
64+
<td><a href="/plugins/marked-0.3.6/marked.min.js">marked.min.js</a></td>
65+
<td><a href="/plugins/marked-0.3.6/LICENSE">Expat</a></td>
66+
<td><a href="https://github.com/chjj/marked/archive/v0.3.6.tar.gz">marked-0.3.6.tar.gz</a></td>
67+
</tr>
68+
<tr>
69+
<td><a href="/plugins/notebookjs-0.2.6/notebook.min.js">notebook.min.js</a></td>
70+
<td><a href="/plugins/notebookjs-0.2.6/LICENSE.txt">Expat</a></td>
71+
<td><a href="https://github.com/jsvine/notebookjs/archive/v0.2.6.tar.gz">notebookjs-0.2.6.tar.gz</a></td>
72+
</tr>
73+
</table>
74+
</body>
75+
</html>

templates/base/footer.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
{{end}}
2323
</div>
2424
</div>
25+
<a href="{{AppSubUrl}}/assets/librejs/librejs.html" data-jslicense="1">Javascript licenses</a>
2526
<a target="_blank" rel="noopener" href="https://gitea.io">{{.i18n.Tr "website"}}</a>
2627
{{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}}
2728
</div>

0 commit comments

Comments
 (0)