mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
merge develop for 0.4.0, update paths to master branch
This commit is contained in:
parent
05812060c0
commit
e3bbf95280
@ -4,7 +4,7 @@ pywb 0.4.0 changelist
|
|||||||
* Improved test coverage throughout the project.
|
* Improved test coverage throughout the project.
|
||||||
|
|
||||||
* live-rewrite-server: A new web server for checking rewriting rules against live content. A white-list of request headers is sent to
|
* live-rewrite-server: A new web server for checking rewriting rules against live content. A white-list of request headers is sent to
|
||||||
the destination server. See `rewrite_live.py <https://github.com/ikreymer/pywb/blob/develop/pywb/rewrite/rewrite_live.py>`_ for more details.
|
the destination server. See `rewrite_live.py <https://github.com/ikreymer/pywb/blob/master/pywb/rewrite/rewrite_live.py>`_ for more details.
|
||||||
|
|
||||||
* Cookie Rewriting in Archival Mode: HTTP Set-Cookie header rewritten to remove Expires, rewrite Path and Domain. If Domain is used, Path is set to / to ensure cookie is visible
|
* Cookie Rewriting in Archival Mode: HTTP Set-Cookie header rewritten to remove Expires, rewrite Path and Domain. If Domain is used, Path is set to / to ensure cookie is visible
|
||||||
from all archival urls.
|
from all archival urls.
|
||||||
|
@ -131,7 +131,7 @@ Sample Setup
|
|||||||
|
|
||||||
pywb is configurable via yaml.
|
pywb is configurable via yaml.
|
||||||
|
|
||||||
The simplest `config.yaml <https://github.com/ikreymer/pywb/blob/develop/config.yaml>`_ is roughly as follows:
|
The simplest `config.yaml <https://github.com/ikreymer/pywb/blob/master/config.yaml>`_ is roughly as follows:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ The simplest `config.yaml <https://github.com/ikreymer/pywb/blob/develop/config.
|
|||||||
|
|
||||||
This sets up pywb with a single route for collection /pywb
|
This sets up pywb with a single route for collection /pywb
|
||||||
|
|
||||||
(The the latest version of `config.yaml <https://github.com/ikreymer/pywb/blob/develop/config.yaml>`_ contains
|
(The the latest version of `config.yaml <https://github.com/ikreymer/pywb/blob/master/config.yaml>`_ contains
|
||||||
additional documentation and specifies all the optional properties, such
|
additional documentation and specifies all the optional properties, such
|
||||||
as ui filenames for Jinja2/html template files.)
|
as ui filenames for Jinja2/html template files.)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user