kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

RDF Browser

Build Status

RDF Browser is a Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links.

Current version: 1.2.3
Release date: Oct 5, 2022

The Add-on is released and maintained by the Chair of Technical Information Systems at Friedrich-Alexander-University Erlangen-Nürnberg.

Installation

Installing from the Firefox Add-ons Website

The easiest way to add the Add-on to your Firefox browser is to install it directly from the Firefox Add-ons Website:

https://addons.mozilla.org/en-US/firefox/addon/rdf-browser

If the Add-on was successfully installed, documents such as the following should be rendered as a clickable Turtle document:

Installing from Sources

To install the Add-on directly from sources, clone this repository, build the project (see below), and then follow the instructions on the following page:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox

Short Summary:

Build

To build the project, run the following:

$ npm install
$ npm run build

User Advice

Changelog

Version 1.2.3

Version 1.2.2

Version 1.2.1

Version 1.2.0

Version 1.1.7

Version 1.1.6

Version 1.1.5

Version 1.1.4

Version 1.1.3

Version 1.1.2

Version 1.1.1

Version 1.1.0

Version 1.0.4

Version 1.0.3

Version 1.0.2

Version 1.0.1

Credits

The Add-on uses the following libraries for parsing and serializing RDF files:

This work was partially funded by the German Federal Ministry of Education and Research through the MOSAIK project (grant no. 01IS18070A).