Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
Apache Annotator provides annotation enabling code for browsers, servers, and humans.
- Host: GitHub
- URL: https://github.com/apache/incubator-annotator
- Owner: apache
- License: apache-2.0
- Created: 2016-12-06T08:00:07.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T00:28:35.000Z (7 months ago)
- Last Synced: 2024-10-29T17:29:38.641Z (3 months ago)
- Topics: annotator, dom, html, incubating, open-annotation, web-annotation
- Language: TypeScript
- Homepage: https://annotator.apache.org/
- Size: 3.39 MB
- Stars: 222
- Watchers: 32
- Forks: 39
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.