You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.
12
12
13
13
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.
14
15
15
16
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server.
16
17
@@ -26,6 +27,8 @@ Several organizations run public services which use pywb that you may explore di
26
27
27
28
* `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.
28
29
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
+
29
32
* `WebRecorder.io <https://webrecorder.io>`_ uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system.
0 commit comments