mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
bump version to 0.6.6
This commit is contained in:
parent
d31a4df3a6
commit
6440e2503f
10
README.rst
10
README.rst
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.6.5
|
PyWb 0.6.6
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. 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
|
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
|
number of useful command-line and web server tools. The tools should be available to run after
|
||||||
running ``python setup.py install``:
|
running ``python setup.py install``:
|
||||||
|
|
||||||
@ -58,10 +58,10 @@ running ``python setup.py install``:
|
|||||||
for all options.
|
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 <https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server>`_,
|
Includes most of the features of the `original cdx server implementation <https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server>`_,
|
||||||
updated documentation coming soon.
|
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.
|
* ``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
|
surt_ordered: false
|
||||||
|
|
||||||
UI Customization
|
UI Customization
|
||||||
"""""""""""""""""""""
|
"""""""""""""""""""""
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.6.5',
|
version='0.6.6',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user