Changes between Initial Version and Version 1 of ZOKFNAnnotator


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ZOKFNAnnotator

    v1 v1  
     1= OKFNAnnotator =
     2
     3OKFNAnnotator is a [[http://zope2.zope.org/|Zope]] product that provides a token server for [[http://okfnlabs.org/annotator/|Annotator]] clients and the Annotator Javascript files.
     4
     5It is written in Python for the [[http://zope2.zope.org/|Zope]] web application server.
     6
     7
     8== Source ==
     9
     10The source code can be browsed [[source:OKFNAnnotator|here]] or in the Mercurial repository at https://it-dev.mpiwg-berlin.mpg.de/hg/OKFNAnnotator/
     11
     12
     13== Build ==
     14
     15The Python code can be checked out into the Zope Product folder:
     16
     171. `hg clone https://it-dev.mpiwg-berlin.mpg.de/hg/OKFNAnnotator`
     18
     19You will also need the [[http://pypi.python.org/pypi/PyJWT|PyJWT]] Python library that can be easy-installed.