Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ai_website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Autistici Inventati
ai_website
Commits
3002c364
Commit
3002c364
authored
Aug 21, 2018
by
agata
Browse files
Options
Downloads
Patches
Plain Diff
js table of licences
parent
e792256f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
static/css/ai.css
+7
-0
7 additions, 0 deletions
static/css/ai.css
static/javascript.html
+16
-0
16 additions, 0 deletions
static/javascript.html
static/js/ai.js
+3
-0
3 additions, 0 deletions
static/js/ai.js
templates/page.tmpl
+10
-66
10 additions, 66 deletions
templates/page.tmpl
with
36 additions
and
66 deletions
static/css/ai.css
+
7
−
0
View file @
3002c364
...
@@ -92,3 +92,10 @@ body {
...
@@ -92,3 +92,10 @@ body {
input
.typeahead
{
input
.typeahead
{
margin-top
:
5px
;
margin-top
:
5px
;
}
}
/*footer*/
small
.footer
{
text-align
:
right
;
width
:
100%
;
display
:
inline-block
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/javascript.html
0 → 100644
+
16
−
0
View file @
3002c364
<h2></h2>
<h2>
We use only free/libre JS
</h2>
<table
id=
"jslicense-labels1"
>
<tr>
<td><a
href=
"/static/js/typeahead.bundle.min.js"
>
typeahead js
</a></td>
<td><a
href=
"https://directory.fsf.org/wiki/License:Expat"
>
MIT license - Expat
</a></td>
<td><a
href=
"https://github.com/twitter/typeahead.js"
>
typeahead js
</a></td>
</tr>
<tr>
<td><a
href=
"/static/js/ai.js"
>
ai.js
</a></td>
<td><a
href=
"https://directory.fsf.org/wiki/License:Expat"
>
MIT license - Expat
</a></td>
<td><a
href=
"/static/js/ai.js"
>
ai.js
</a></td>
</tr>
</table>
<p>
Compliant with
<a
href=
"https://www.gnu.org/software/librejs/"
>
Libre JS
</a></p>
This diff is collapsed.
Click to expand it.
static/js/ai.js
+
3
−
0
View file @
3002c364
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
ai
=
{
ai
=
{
'
lang
'
:
'
en
'
'
lang
'
:
'
en
'
};
};
...
@@ -151,3 +153,4 @@ $(function() {
...
@@ -151,3 +153,4 @@ $(function() {
}
}
});
});
});
});
/* @license-end */
\ No newline at end of file
This diff is collapsed.
Click to expand it.
templates/page.tmpl
+
10
−
66
View file @
3002c364
...
@@ -42,80 +42,24 @@
...
@@ -42,80 +42,24 @@
{{end}}
{{end}}
{{define "footer"}}
{{define "footer"}}
<small
class=
"footer"
><a
href=
"/static/javascript.html"
data-jslicense=
"1"
>
JavaScript license information
</a></small>
</article>
</article>
<script
src=
"/static/js/jquery-2.1.0.min.js"
></script>
<script
src=
"/static/js/jquery-2.1.0.min.js"
></script>
<script
src=
"/static/js/bootstrap.min.js"
></script>
<script
src=
"/static/js/bootstrap.min.js"
></script>
<script>
<script
src=
"/static/js/typeahead.bundle.min.js"
>
/*
/* @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt MIT */
*
/* @license-end */
* @source: https://www.autistici.org/static/js/ai.js
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
* Copyright (C) 2018 Autistici Inventati
*
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
* As additional permission under GNU GPL version 3 section 7, you
* may distribute non-source (e.g., minimized or compacted) forms of
* that code without the copy of the GNU GPL normally required by
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
*
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*
*/
</script>
</script>
<script
src=
"/static/js/typeahead.bundle.min.js"
></script>
<script
src=
"/static/js/ai.js"
>
<script>
/* @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt MIT */
/*
/* @license-end */
@source: https://www.autistici.org/static/js/typeahead.bundle.min.js
@licstart The following is the entire license notice for the
JavaScript code in this page.
Copyright (c) 2013-2014 Twitter, Inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
@licend The above is the entire license notice
for the JavaScript code in this page.
*/
</script>
</script>
<script
src=
"/static/js/ai.js"
></script>
<script>
<script>
/* @license magnet:?xt=urn:btih:
1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
*/
/* @license magnet:?xt=urn:btih:
d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
*/
ai
.
lang
=
'
{{cut "
\\
." "
\\
.html$" .Path}}
'
;
ai
.
lang
=
'
{{cut "
\\
." "
\\
.html$" .Path}}
'
;
/* @license-end */
/* @license-end */
</script>
</script>
</body>
</body>
</html>
</html>
{{end}}
{{end}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment