Skip to content

Commit f820c61

Browse files
author
Patrick van Kleef
committed
Merge branch 'release/2.14'
2 parents 7531cc6 + 88c9b3a commit f820c61

21 files changed

+32630
-1094
lines changed

CREDITS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,32 @@ following projects:
6666
comment out some unused code. The original file can be found in
6767
lib/original/RDFa.js for comparison.
6868

69+
* rdflib.js
70+
Project : https://github.com/linkeddata/rdflib.js
71+
License : MIT license
72+
Description : Linked Data API for JavaScript
73+
74+
75+
* jsuri.js
76+
Project : https://github.com/derek-watson/jsUri
77+
License : MIT license
78+
Description : Uri parsing and manipulation for node.js and the browser.
79+
80+
* FileSaver.js
81+
Project : https://github.com/eligrey/FileSaver.js
82+
License : MIT license
83+
Description : A saveAs() FileSaver implementation.
84+
85+
* CodeMirror
86+
Project : https://github.com/codemirror/CodeMirror
87+
License : MIT license
88+
Description : In-browser code editor http://codemirror.net/
89+
90+
* Yasqe
91+
Project : http://yasqe.yasgui.org/
92+
License : MIT license
93+
Description : Yet Another Sparql Query Editor.
94+
6995

7096
This list may not complete. If you feel any third party project is missing from this list, please
7197
email the current maintainer.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To install this extension manually use the following steps:
7474
- Press the **Select** button
7575

7676
### Install the extension in Firefox
77-
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.13/OSDS_FF.zip)
77+
Download the [Firefox OSDS .zip](https://github.com/openlink/structured-data-sniffer/releases/download/v2.14/OSDS_FF.zip)
7878
file and extract the .xpi file.
7979

8080
To install this extension manually in Firefox v28+, use the following steps:

src/Firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13",
2+
"version": "2.14.0",
33
44
"name": "osds",
55
"title": "OpenLink Structured Data Sniffer",

0 commit comments

Comments
 (0)