1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00

tweak CHANGES.rst and INSTALL.rst for release

This commit is contained in:
Ilya Kreymer 2015-03-23 17:38:22 -07:00
parent cda9f435a3
commit 57be9ca7bc
2 changed files with 10 additions and 9 deletions

View File

@ -18,20 +18,20 @@ pywb 0.9.0 changelist
* ``cdx-indexer -mj``: support for minimal cdx format (in JSON format) only which skips reading the HTTP record. * ``cdx-indexer -mj``: support for minimal cdx format (in JSON format) only which skips reading the HTTP record.
Fields included in minimal format are: urlkey, timestamp, original url, record length, digest, offset, and filename Fields included in minimal format are: urlkey, timestamp, original url, record length, digest, offset, and filename
* ``cdx-indexer --root-dir <dir>``: option for custom root dir for cdx filenames to be relative to this directory. * ``cdx-indexer --root-dir <dir>``: option for custom root dir for cdx filenames to be relative to this directory.
* ``wb-manager cdx-convert``: option to convert any existing cdx to new cdxj format, including ensuring cdx key is in SURT canonicalized. * ``wb-manager cdx-convert``: option to convert any existing cdx to new cdxj format, including ensuring cdx key is in SURT canonicalized.
* ``wb-manager autoindex `` / ``wayback -a`` -- Support for auto-updating the cdx indexes whenever any WARC/ARC files are modified or created. * ``wb-manager autoindex `` / ``wayback -a`` -- Support for auto-updating the cdx indexes whenever any WARC/ARC files are modified or created.
* Switch default ``wayback``, ``cdx-server``, ``live-rewrite-server`` cli apps to use ``waitress`` WSGI container instead of wsgi ref. * Switch default ``wayback``, ``cdx-server``, ``live-rewrite-server`` cli apps to use ``waitress`` WSGI container instead of wsgi ref.
New cli options, including ``-p`` (port), ``-t`` (num threads), and ``-d`` (working directory) New cli options, including ``-p`` (port), ``-t`` (num threads), and ``-d`` (working directory)
* url rewrite: fixes to JS url rewrite (some urls with unencoded chars were not being rewritten), * url rewrite: fixes to JS url rewrite (some urls with unencoded chars were not being rewritten),
fixes to WbUrl parsing of urls starting with digits (eg. 1234.example.com) not being parsed properly. fixes to WbUrl parsing of urls starting with digits (eg. 1234.example.com) not being parsed properly.
* framed replay: update frame_insert.html to be html5 compliant. * framed replay: update frame_insert.html to be html5 compliant.
* wombat: fixed to WB_wombat_location.href assignment, properly redirects to dest page even if url is already rewritten * wombat: fixed to WB_wombat_location.href assignment, properly redirects to dest page even if url is already rewritten
@ -39,6 +39,8 @@ pywb 0.9.0 changelist
* static paths: static content included with pywb moved from ``static/default`` -> ``static/__pywb`` to free up default as possible collection name * static paths: static content included with pywb moved from ``static/default`` -> ``static/__pywb`` to free up default as possible collection name
and avoid any naming conflicts. For example, wombat.js can be accessed via ``/static/__pywb/wombat.js`` and avoid any naming conflicts. For example, wombat.js can be accessed via ``/static/__pywb/wombat.js``
* default to replay with framed mode enabled: ``framed_replay: true``
pywb 0.8.3 changelist pywb 0.8.3 changelist
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~

View File

@ -38,11 +38,10 @@ The pywb tool suite currently includes several runnable applications, installed
as command-line scripts via setuptools, including: as command-line scripts via setuptools, including:
- ``wayback`` -- start the full wayback on port - ``wayback`` -- start the full wayback on port 8080
8080
- ``cdx-server`` -- start standalone cdx server on port 8090 - ``cdx-server`` -- start standalone cdx server on port 8090
- ``wb-manager`` -- manages creation of collections, adding warcs, indexing, adding metadata, etc... - ``wb-manager`` -- manages creation of collections, adding warcs, indexing, adding metadata, etc...
- ``cdx-indexer`` -- a low-level tool specifically for creating .cdx and .cdxj indexes from web archive files (WARC and ARC). - ``cdx-indexer`` -- a low-level tool specifically for creating .cdx and .cdxj indexes from web archive files (WARC and ARC).