diff --git a/README.rst b/README.rst index 30e9979e..43f1bfde 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.6.5 +PyWb 0.6.6 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop @@ -44,7 +44,7 @@ This README contains a basic overview of using pywb. After reading this intro, c pywb Tools Overview ----------------------------- -In addition to the standard wayback machine (explained further below), pywb tool suite includes a +In addition to the standard wayback machine (explained further below), pywb tool suite includes a number of useful command-line and web server tools. The tools should be available to run after running ``python setup.py install``: @@ -58,10 +58,10 @@ running ``python setup.py install``: for all options. -* ``cdx-server`` -- a CDX API only server which returns a responses about CDX captures in bulk. +* ``cdx-server`` -- a CDX API only server which returns a responses about CDX captures in bulk. Includes most of the features of the `original cdx server implementation `_, updated documentation coming soon. - + * ``proxy-cert-auth`` -- a utility to support proxy mode. It can be used in CA root certificate, or per-host certificate with an existing root cert. @@ -151,7 +151,7 @@ If you would like to use non-SURT ordered .cdx files, simply add this field to t :: surt_ordered: false - + UI Customization """"""""""""""""""""" diff --git a/setup.py b/setup.py index b5ef2d26..4a36b078 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.6.5', + version='0.6.6', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',