From eef1f1042a1fe36df81516a5bf385c210191774a Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 22 Sep 2014 21:10:10 -0700 Subject: [PATCH 1/2] update README to mention memento protocol support --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 95808188..93eb9bda 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ and `WARC `_. -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 `_ protocol (`RFC-7089 `_) Usage Examples ----------------------------- From 3aa70985a7ce3a21e544d8064d9fc497f4988353 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 22 Sep 2014 21:11:43 -0700 Subject: [PATCH 2/2] README: memento line tweak --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93eb9bda..6efc6eb5 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,9 @@ 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 `_ and `WARC `_. -pywb can be used as a traditional web application or an HTTP or HTTPS proxy server. pywb is also fully compliant with the `Memento `_ protocol (`RFC-7089 `_) +pywb can be used as a traditional web application or an HTTP or HTTPS proxy server. + +pywb is also fully compliant with the `Memento `_ protocol (`RFC-7089 `_). Usage Examples -----------------------------