Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
Nov 14, 2012, 2:21:33 PM (11 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    44== [[AnnotationManagerN4J]] ==
    55
    6 AnnotationManagerN4J is an annotation server compatible with [[http://okfnlabs.org/annotator/|Annotator]] clients implementing the [[https://github.com/okfn/annotator/wiki/Storage|Annotator storage API]] (with some extensions).
     6AnnotationManagerN4J is an **annotation server** compatible with [[http://okfnlabs.org/annotator/|Annotator]] clients implementing the [[https://github.com/okfn/annotator/wiki/Storage|Annotator storage API]] (with some extensions).
    77
    88It is written in Java using the [[http://www.restlet.org/|Restlet]] framework and the [[http://neo4j.org/|Neo4J]] graph database. It is built using [[http://maven.apache.org/|Maven]].
     
    1515== [[OKFNAnnotator]] ==
    1616
    17 OKFNAnnotator is a [[http://zope2.zope.org/|Zope]] product that provides [[http://okfnlabs.org/annotator/|Annotator]] Javascript files and a token server for [[http://okfnlabs.org/annotator/|Annotator]] clients.
     17OKFNAnnotator is a [[http://zope2.zope.org/|Zope]] product that provides [[http://okfnlabs.org/annotator/|Annotator]] Javascript client files and a **token server** for [[http://okfnlabs.org/annotator/|Annotator]] clients.
    1818
    1919It is written in Python for the [[http://zope2.zope.org/|Zope]] web application server.
     
    2626== [[DocumentViewer]] ==
    2727
    28 !DocumentViewer is a [[http://zope2.zope.org/|Zope]] product that provides a web viewer for scanned books and XML-fulltexts with an "Annotator" layer for annotations on texts and images. Annotations are created using the [[http://okfnlabs.org/annotator/|Annotator]] library and stored on a compatible annotation server like [[AnnotationManagerN4J]].
     28!DocumentViewer is a [[http://zope2.zope.org/|Zope]] product that provides a web viewer for scanned books and XML-fulltexts with an "Annotator" layer for annotations on texts and images. Annotations are created using the [[http://okfnlabs.org/annotator/|Annotator]] Javascript **client** and stored on a compatible annotation server like [[AnnotationManagerN4J]].
    2929
    3030It is written in Python for the [[http://zope2.zope.org/|Zope]] web application server.
     
    3737== [[digilib]] ==
    3838
    39 digilib is an image server and web client for viewing images with an "annotator" plugin for annotations on images. Annotations are created using the [[http://okfnlabs.org/annotator/|Annotator]] library and stored on a compatible annotation server like [[AnnotationManagerN4J]].
     39digilib is an image server and web client for viewing images with an "annotator" plugin for annotations on images. Annotations are created using the [[http://okfnlabs.org/annotator/|Annotator]] library **client** and stored on a compatible annotation server like [[AnnotationManagerN4J]].
    4040
    4141It is written in Java and Javascript.