Skip to content

1mahdimf/via

This branch is 1 commit ahead of ikreymer/via:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e83b2a · Jun 14, 2019

History

90 Commits
Jul 27, 2015
Apr 25, 2015
Dec 5, 2014
Jul 31, 2015
Nov 10, 2014
Jul 31, 2015
Jul 1, 2015
Sep 10, 2015
Aug 11, 2015
Sep 11, 2015
Jul 31, 2015
Apr 17, 2015

Repository files navigation

via.hypothes.is

This project uses the live web rewriting and banner injection capabilities of pywb web replay system to automatically add hypothes.is annotations to any web pages.

(Previously, to see Hypothesis annotations, the user has to manually install a plugin or enable the annotations via a bookmarklet).

This project is a demonstration of of using a web replay rewriting system for automatically showing annotations, which allows the annotations to (in theory) work on any modern browser.

Hosted at: https://via.hypothes.is/

Some examples:

https://via.hypothes.is/h/http://hypothes.is/

https://via.hypothes.is/h/http://www.autodidacts.io/openbci-brain-basics-neurons-structure-and-biology/

Running Locally with Docker

Via now includes a Dockerfile to be more easily deployed in Docker.

To build the container:

docker build -t hypothesis/via .

To run the container afterwards:

docker run --name via -d -p 9080:9080 hypothesis/via

This will start a container on the Docker host, mapped to port 9080.

To stop:

docker stop via

About

https://via.hypothes.is (pywb + hypothes.is annotations)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.8%
  • CSS 7.1%
  • JavaScript 4.6%
  • HTML 3.3%
  • Python 0.2%
  • Dockerfile 0.0%