Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apache/incubator-annotator

Apache Annotator provides annotation enabling code for browsers, servers, and humans.
https://github.com/apache/incubator-annotator

annotator dom html incubating open-annotation web-annotation

Last synced: about 22 hours ago
JSON representation

Apache Annotator provides annotation enabling code for browsers, servers, and humans.

Awesome Lists containing this project

README

        

# [Apache Annotator](http://annotator.apache.org/) (incubating) [![Build Status](https://github.com/apache/incubator-annotator/actions/workflows/node.js.yml/badge.svg)](https://github.com/apache/incubator-annotator/actions/workflows/node.js.yml)

Apache Annotator (incubating) provides libraries to enable annotation related
software, with an initial focus on identification of textual fragments in
browser environments.

## Installation, usage, API documentation

See documentation on the website:

## How to build

Building Annatator libraries requires [Node.JS](https://nodejs.org/) (>= 18).
All other dependencies are automatically installed as part of the build.

* `npm run build` -- builds the project
* `npm test` -- runs the tests
* `npm run start` -- starts the demo application

## Getting Involved

* Join the [mailing list](http://mail-archives.apache.org/mod_mbox/incubator-annotator-dev/). Send an email to
[email protected] to subscribe.
* Browse the [issue tracker](https://github.com/apache/incubator-annotator/issues) and file new issues if you encounter problems.
* Read or contribute to the [wiki](https://github.com/apache/incubator-annotator/wiki).

# License

This project is available as open source under the terms of the Apache 2.0 License.
For accurate information, please check individual files.

# Disclaimer

Apache Annotator is currently undergoing incubation at The Apache Software
Foundation.

See the accompanying [DISCLAIMER](./DISCLAIMER-WIP) file for details.