Skip to content

Commit

Permalink
Merge branch 'release/2.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick van Kleef committed Dec 27, 2016
2 parents 7531cc6 + 88c9b3a commit f820c61
Show file tree
Hide file tree
Showing 21 changed files with 32,630 additions and 1,094 deletions.
26 changes: 26 additions & 0 deletions CREDITS
Expand Up @@ -66,6 +66,32 @@ following projects:
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


* jsuri.js
Project : https://github.com/derek-watson/jsUri
License : MIT license
Description : Uri parsing and manipulation for node.js and the browser.

* 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.


This list may not complete. If you feel any third party project is missing from this list, please
email the current maintainer.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ To install this extension manually use the following steps:
- Press the **Select** button

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

To install this extension manually in Firefox v28+, use the following steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Firefox/package.json
@@ -1,5 +1,5 @@
{
"version": "2.13",
"version": "2.14.0",
"id": "osds@openlinksw.com",
"name": "osds",
"title": "OpenLink Structured Data Sniffer",
Expand Down

0 comments on commit f820c61

Please sign in to comment.