https://github.com/bigbluehat/web-annotation-protocol-server
Web Annotation Protocol Server (very basic!)
https://github.com/bigbluehat/web-annotation-protocol-server
annotation api protocol python2 web wptserve
Last synced: about 1 month ago
JSON representation
Web Annotation Protocol Server (very basic!)
- Host: GitHub
- URL: https://github.com/bigbluehat/web-annotation-protocol-server
- Owner: BigBlueHat
- Created: 2016-09-15T14:16:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T14:17:12.000Z (over 9 years ago)
- Last Synced: 2025-11-09T11:02:19.908Z (5 months ago)
- Topics: annotation, api, protocol, python2, web, wptserve
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Annotation Protocol Server
This very basic [wptserve]()-based server supports the core features of the
[Web Annotation Protocol]() specification (no more, no less).
## Usage
```
$ pip install -r requirements.txt
$ python index.py
```
Visit `http://localhost:8080/`.
## Caution
This is a world-write-able server. There's zero security. It writes to disk. Proceed with appropriate caution.
## License
MIT