mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
release: update changelist for 2.2.20190311
docs: fix typos
This commit is contained in:
parent
4e4f1d80c1
commit
9448f4fe45
@ -1,8 +1,9 @@
|
|||||||
pywb 2.2.20190311 changelist
|
pywb 2.2.20190311 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Support for setting timestamp in proxy mode via ``--proxy-timestamp`` (fixes #352)
|
* Support for setting timestamp in proxy mode via ``--proxy-default-timestamp`` (fixes #452)
|
||||||
* Remove any ``WB_wombat_`` found in POST requests from old versions of pywb.
|
* Remove any ``WB_wombat_`` found in POST requests from old versions of pywb.
|
||||||
|
* Fixes new query UI when loading traditional calendar ``/*/<url>`` pages (#455, #456)
|
||||||
|
|
||||||
|
|
||||||
pywb 2.2.x changelist
|
pywb 2.2.x changelist
|
||||||
|
@ -433,8 +433,8 @@ To enable proxy mode, the collection can be specified by running: ``wayback --pr
|
|||||||
For HTTP proxy access, this is all that is needed to use the proxy. If pywb is running on port 8080 on localhost, the following curl command should provide proxy access: ``curl -x "localhost:8080" http://example.com/``
|
For HTTP proxy access, this is all that is needed to use the proxy. If pywb is running on port 8080 on localhost, the following curl command should provide proxy access: ``curl -x "localhost:8080" http://example.com/``
|
||||||
|
|
||||||
|
|
||||||
Default Proxy Timestamp
|
Default Timestamp
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The timestamp can also be optionally specified by running: ``wayback --proxy my-coll --proxy-default-timestamp 20181226010203`` or by specifying the config::
|
The timestamp can also be optionally specified by running: ``wayback --proxy my-coll --proxy-default-timestamp 20181226010203`` or by specifying the config::
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ As this approach always includes a redirect, use of this system is discouraged w
|
|||||||
|
|
||||||
|
|
||||||
.. _memento-proxy:
|
.. _memento-proxy:
|
||||||
|
|
||||||
Proxy Mode Memento API
|
Proxy Mode Memento API
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '2.2.20190310'
|
__version__ = '2.2.20190311'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user