From c9c9e9d7ed77cc487380a88dc93b6b7a77281ef7 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 18 Oct 2014 17:00:33 -0700 Subject: [PATCH 1/3] Add Gratipay link --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eceea715..4c48b01c 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,11 @@ PyWb 0.6.2 .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master :target: https://travis-ci.org/ikreymer/pywb - .. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master :target: https://coveralls.io/r/ikreymer/pywb?branch=master + + 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 `_ and `WARC `_. @@ -191,3 +192,6 @@ archiving replay! Please take a look at list of current `issues `_ and feel free to open new ones. + +.. image:: https://cdn.rawgit.com/gratipay/gratipay-badge/2.0.1/dist/gratipay.png + :target: https://www.gratipay.com/ikreymer/ From dfae25da0177339a67a9b0745a7a00d399cedb3c Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 19 Oct 2014 08:32:11 -0700 Subject: [PATCH 2/3] Update README with News! --- README.rst | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 4c48b01c..4828a6ad 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,19 @@ pywb can be used as a traditional web application or an HTTP or HTTPS proxy serv pywb is also fully compliant with the `Memento `_ protocol (`RFC-7089 `_). + +Public Projects Using Pywb +--------------------------- + +Several organizations run public services which use pywb that you may explore directly: + +* `Webenact `_ from `rhizome.org `_, features artist focused social media reenactments. (Featured in `NYTimes Bits Blog `_) + +* `Perma.cc `_ embeds pywb as part of a larger `open source application `_ to provide web archive replay for law libraries. + +* `WebRecorder.io `_ uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system. + + Usage Examples ----------------------------- @@ -27,12 +40,6 @@ This README contains a basic overview of using pywb. After reading this intro, c * `pywb-proxy-demo `_ showcases the revamped HTTP/S proxy replay system (available from pywb 0.6.0) -The following deployed applications use pywb: - -* https://perma.cc embeds pywb as part of a larger `open source application `_ to provide web archive replay for law libraries. - -* https://webrecorder.io uses pywb and builds upon pywb-webrecorder to create a hosted web recording and replay system. - pywb Tools Overview ----------------------------- From 0a1c053507bbc7b1a0199099da9558871b703484 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 19 Oct 2014 08:33:26 -0700 Subject: [PATCH 3/3] Add badge --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4828a6ad..71a062c2 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,8 @@ PyWb 0.6.2 :target: https://travis-ci.org/ikreymer/pywb .. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master :target: https://coveralls.io/r/ikreymer/pywb?branch=master - +.. 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'.