Skip to content

Commit 9f47357

Browse files
committed
Small update to README
1 parent 8d6845a commit 9f47357

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
PyWb 0.7.0
22
==========
33

4-
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=video
4+
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
55
:target: https://travis-ci.org/ikreymer/pywb
6-
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=video
7-
:target: https://coveralls.io/r/ikreymer/pywb?branch=video
6+
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
7+
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
88
.. image:: https://img.shields.io/gratipay/ikreymer.svg
99
:target: https://www.gratipay.com/ikreymer/
1010

1111
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.
1212

1313
pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.
14+
The replay system is designed to accurately replay complex dynamic sites, including video and audio content.
1415

1516
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server.
1617

@@ -26,6 +27,8 @@ Several organizations run public services which use pywb that you may explore di
2627

2728
* `Perma.cc <https://perma.cc>`_ embeds pywb as part of a larger `open source application <https://github.com/harvard-lil/perma>`_ to provide web archive replay for law libraries.
2829

30+
* `Hypothes.is Annotations <https://via.hypothes.is>`_ uses the live rewrite feature to add an annotation editor into any page or PDF <https://github.com/hypothesis/via>_ .
31+
2932
* `WebRecorder.io <https://webrecorder.io>`_ uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system.
3033

3134

0 commit comments

Comments
 (0)