From bba92f6a73b79db9a83dc19517278847c15db304 Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Fri, 23 Jan 2015 16:17:29 +0000 Subject: [PATCH] double checked urls --- README.md | 2 +- doc/alphabetical_index.html | 2 +- doc/class/Yatta.html | 2 +- doc/class/types/Array.html | 2 +- doc/class/types/Object.html | 2 +- doc/class/types/String.html | 2 +- doc/extra/LICENSE.txt.html | 2 +- doc/extra/README.md.html | 6 +- doc/file/lib/ConnectorAdapter.coffee.html | 2 +- doc/file/lib/Engine.coffee.html | 2 +- doc/file/lib/HistoryBuffer.coffee.html | 2 +- doc/file/lib/Types/BasicTypes.coffee.html | 2 +- doc/file/lib/Types/JsonTypes.coffee.html | 2 +- .../lib/Types/StructuredTypes.coffee.html | 2 +- doc/file/lib/Types/TextTypes.coffee.html | 2 +- doc/file/lib/yatta-element.coffee.html | 2 +- doc/file/lib/yatta.coffee.html | 2 +- examples/XMPP-Json/index.html | 21 ------- examples/XMPP-Json/index.js | 59 ------------------- package.json | 6 +- 20 files changed, 22 insertions(+), 102 deletions(-) delete mode 100644 examples/XMPP-Json/index.html delete mode 100644 examples/XMPP-Json/index.js diff --git a/README.md b/README.md index 752af703..498cc3bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](http://layers.dbis.rwth-aachen.de/jenkins/job/Yatta/badge/icon)](http://layers.dbis.rwth-aachen.de/jenkins/job/Yatta/) -Yatta is a framework for optimistic concurrency control and automatic conflict resolution on arbitrary data types. The framework implements a new OT-like concurrency algorithm and provides similar functionality as [ShareJs] and [OpenCoweb]. Yatta was designed to take away the pain from concurrently editing complex data types like Text, Json, and XML. You can find some applications for this framework [here](https://dadamonad.github.io/Yatta/examples/). +Yatta is a framework for optimistic concurrency control and automatic conflict resolution on arbitrary data types. The framework implements a new OT-like concurrency algorithm and provides similar functionality as [ShareJs] and [OpenCoweb]. Yatta was designed to take away the pain from concurrently editing complex data types like Text, Json, and XML. For more information you should check out the [website](https://dadamonad.github.io/Yatta/)! In the future, we want to enable users to implement their own collaborative types. Currently we provide data types for * Text diff --git a/doc/alphabetical_index.html b/doc/alphabetical_index.html index 447cd790..3181a90c 100644 --- a/doc/alphabetical_index.html +++ b/doc/alphabetical_index.html @@ -200,7 +200,7 @@