1
0
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:
Ilya Kreymer 2014-05-30 12:39:37 -07:00
parent 05812060c0
commit e3bbf95280
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ pywb 0.4.0 changelist
* 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
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
from all archival urls.

View File

@ -131,7 +131,7 @@ Sample Setup
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
(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
as ui filenames for Jinja2/html template files.)