diff --git a/README.rst b/README.rst index e9c95e37..254443e4 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,17 @@ PyWb 0.7.0 ========== -.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=video +.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop :target: https://travis-ci.org/ikreymer/pywb -.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=video - :target: https://coveralls.io/r/ikreymer/pywb?branch=video +.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop + :target: https://coveralls.io/r/ikreymer/pywb?branch=develop .. image:: https://img.shields.io/gratipay/ikreymer.svg :target: https://www.gratipay.com/ikreymer/ pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'. pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC `_ and `WARC `_. +The replay system is designed to accurately replay complex dynamic sites, including video and audio content. pywb can be used as a traditional web application or an HTTP or HTTPS proxy server. @@ -26,6 +27,8 @@ Several organizations run public services which use pywb that you may explore di * `Perma.cc `_ embeds pywb as part of a larger `open source application `_ to provide web archive replay for law libraries. +* `Hypothes.is Annotations `_ uses the live rewrite feature to add an annotation editor into any page or PDF _ . + * `WebRecorder.io `_ uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system.