From 2dfaa1589f0fe4c86a822a21d6e12911186b5165 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 29 Apr 2020 17:58:42 +0200 Subject: [PATCH] update README --- README.md | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index caff211..6c665b4 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,5 @@ -TurtleValidator -=========== -RDF NTriples/Turtle validator using Ruben Verborgh's [N3 NodeJS library](https://github.com/RubenVerborgh/N3.js). Validate Turtle and Ntriples documents on syntax and XSD datatype errors through command line. +# Turtle Web Editor -© 2014, 2015 - IDLab - Ghent University - imec -Source code: https://github.com/MMLab/TurtleValidator +Online text editor with [Turtle](https://en.wikipedia.org/wiki/Turtle_(syntax)) syntax highlighting and validation. This is a remix of [IDLab Turtle Validator](https://github.com/IDLabResearch/TurtleValidator) using [Codemirror](https://codemirror.net). -Install: - - npm install -g turtle-validator - -Examples: - - $ ttl - $ curl http://data.linkeddatafragments.org/dbpedia -H "accept: text/turtle" | ttl - $ ttl http://triples.demo.thedatatank.com/demo.ttl - -## Or install the browser client - -```bash -# Equivalent to: npm build -npm install -browserify lib/validator.js -o public/js/ttl.js -``` - -Then use it in your browser using the index.html in the public folder. -You can run this locally as follows. - -```bash -# Equivalent to: npm start -npm install -browserify lib/validator.js -o public/js/ttl.js -ws -``` +Deployed on GitHub Pages: