1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Small update to README

This commit is contained in:
Ilya Kreymer 2014-12-26 15:35:52 -08:00
parent 8d6845a552
commit 9f47357624

View File

@ -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 <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.
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 <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.
* `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>_ .
* `WebRecorder.io <https://webrecorder.io>`_ uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system.