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

update README to mention memento protocol support

This commit is contained in:
Ilya Kreymer 2014-09-22 21:10:10 -07:00
parent fced269bca
commit eef1f1042a

View File

@ -11,7 +11,7 @@ pywb is a python implementation of web archival replay tools, sometimes also kno
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>`_.
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server.
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server. pywb is also fully compliant with the `Memento <http://mementoweb.org/>`_ protocol (`RFC-7089 <http://tools.ietf.org/html/rfc7089>`_)
Usage Examples
-----------------------------