From c7a2d04f21bcefd301a62603c116abaa23f6a48c Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Tue, 26 Jun 2012 20:35:01 +0200 Subject: [PATCH] Minor copy change --- index.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.markdown b/index.markdown index 131f595..686a4bd 100644 --- a/index.markdown +++ b/index.markdown @@ -5,7 +5,7 @@ diagram: "/style/architecture.png" development: "

VIE.js development is coordinated on GitHub, using Travis CI for Continuous Integration

Join the mailing list or the #iks FreeNode channel to discuss VIE.js.

" documentation: "" --- -VIE.js _("Vienna IKS Editables")_ is a JavaScript library for implementing [decoupled Content Management Systems](http://bergie.iki.fi/blog/decoupling_content_management/) and semantic interaction in web applications. +VIE.js _("Vienna IKS Editables")_ is a JavaScript library for implementing [decoupled Content Management Systems](http://bergie.iki.fi/blog/decoupling_content_management/) and semantic interaction in web applications. In short, VIE provides a bridge between [Backbone.js](http://backbonejs.org/) and the semantic web. With VIE you can easily interact with RDFa-annotated content on your pages, as well as connect with various semantic services like [Apache Stanbol](http://incubator.apache.org/stanbol/) and [DBpedia](http://dbpedia.org/About). @@ -13,6 +13,4 @@ All entities you deal with are managed in a centralized collection, and VIE prov VIE is used as the basis for a wide variety of tools ranging from [content annotators](http://szabyg.github.com/annotate.js/) to full [front-end editing interfaces](http://createjs.org/) and [semantic browser extensions](https://chrome.google.com/webstore/detail/jdfdjaijjmmidgflabhapjfhcgdiijpb). You can find many of these from the _Widgets_ section of this site. -In short, VIE provides a bridge between [Backbone.js](http://backbonejs.org/) and the semantic web. - In addition to the examples below, you can also try out [VIE on jsFiddle](http://jsfiddle.net/germesin/7EYxP/).