-
Notifications
You must be signed in to change notification settings - Fork 3
/
CREDITS
120 lines (95 loc) · 4.47 KB
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#
# CREDITS
#
# This file is part of the OpenLink Structured Data Sniffer
#
# Copyright (C) 2015-2021 OpenLink Software
#
# This project is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; only version 2 of the License, dated June 1991.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
The OpenLink Software ODE Sniffer project wishes to acknowledge incorporation of code from the
following projects:
* jQuery
Project : https://jquery.com/
License : https://github.com/jquery/jquery/blob/master/LICENSE.txt, looks like MIT license
Description : jQuery is a fast, small, and feature-rich JavaScript library. It makes things
like HTML document traversal and manipulation, event handling, animation, and Ajax
much simpler with an easy-to-use API that works across a multitude of browsers.
* jQuery migrate
Project : https://github.com/jquery/jquery-migrate
License : https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt, looks like MIT license
Description : https://jqueryui.com/Migrate older jQuery code to jQuery 1.9+
* jQuery mark
Project : https://github.com/julmot/mark.js/
License : The MIT License (MIT)
Description : JavaScript keyword highlighting. Mark text with with options that fit every application.
* jQuery UI
Project : https://jqueryui.com/
License : https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt
Description : jQuery user interface library
* jsonld.js
Project : https://github.com/digitalbazaar/jsonld.js
License : New BSD License (3-clause)
Description : A JSON-LD Processor and API implementation in JavaScript.
NOTE : This file was slightly adapted by OpenLink to comment out some unused code.
The original file can be found in lib/original/jsonld.js for comparison.
* Microdatajs
Project : https://github.com/foolip/microdatajs
License : MIT license
Description : MicrodataJS is a jQuery plugin that provides an API for accessing Microdata
inspired by (but by necessity slightly different from) the native DOM API.
* N3.js
Project : https://github.com/RubenVerborgh/N3.js
License : MIT license
Description : Lightning fast, asynchronous, streaming RDF for JavaScript.
* RDFa.js
Project : https://github.com/alexmilowski/green-turtle
License : MIT license
Description : An RDFa 1.1. implementation for browsers.
NOTE : This file was slightly adapted by OpenLink to add some extra functionality and to
comment out some unused code. The original file can be found in
lib/original/RDFa.js for comparison.
* rdflib.js
Project : https://github.com/linkeddata/rdflib.js
License : MIT license
Description : Linked Data API for JavaScript
* FileSaver.js
Project : https://github.com/eligrey/FileSaver.js
License : MIT license
Description : A saveAs() FileSaver implementation.
* CodeMirror
Project : https://github.com/codemirror/CodeMirror
License : MIT license
Description : In-browser code editor http://codemirror.net/
* Yasqe
Project : http://yasqe.yasgui.org/
License : MIT license
Description : Yet Another Sparql Query Editor.
* DOMPurify
Project : https://github.com/cure53/DOMPurify
License : Apache/Mozilla license
Description : DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML,
MathML and SVG. DOMPurify works with a secure default, but offers a lot
of configurability and hooks.
* markdown-it
Project : https://github.com/markdown-it/markdown-it
License : MIT license
Description : Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
* Highlight.js
Project : https://github.com/highlightjs/highlight.js
License : BSD-3-Clause license
Description : JavaScript syntax highlighter with language auto-detection and zero dependencies.
This list may not complete. If you feel any third party project is missing from this list, please
email the current maintainer.