Skip to content

Commit 57be9ca

Browse files
committed
tweak CHANGES.rst and INSTALL.rst for release
1 parent cda9f43 commit 57be9ca

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGES.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,29 @@ pywb 0.9.0 changelist
1818
* ``cdx-indexer -mj``: support for minimal cdx format (in JSON format) only which skips reading the HTTP record.
1919

2020
Fields included in minimal format are: urlkey, timestamp, original url, record length, digest, offset, and filename
21-
22-
* ``cdx-indexer --root-dir <dir>``: option for custom root dir for cdx filenames to be relative to this directory.
21+
22+
* ``cdx-indexer --root-dir <dir>``: option for custom root dir for cdx filenames to be relative to this directory.
2323

2424
* ``wb-manager cdx-convert``: option to convert any existing cdx to new cdxj format, including ensuring cdx key is in SURT canonicalized.
2525

2626
* ``wb-manager autoindex `` / ``wayback -a`` -- Support for auto-updating the cdx indexes whenever any WARC/ARC files are modified or created.
2727

28-
* Switch default ``wayback``, ``cdx-server``, ``live-rewrite-server`` cli apps to use ``waitress`` WSGI container instead of wsgi ref.
28+
* Switch default ``wayback``, ``cdx-server``, ``live-rewrite-server`` cli apps to use ``waitress`` WSGI container instead of wsgi ref.
2929

3030
New cli options, including ``-p`` (port), ``-t`` (num threads), and ``-d`` (working directory)
31-
32-
* url rewrite: fixes to JS url rewrite (some urls with unencoded chars were not being rewritten),
31+
32+
* url rewrite: fixes to JS url rewrite (some urls with unencoded chars were not being rewritten),
3333
fixes to WbUrl parsing of urls starting with digits (eg. 1234.example.com) not being parsed properly.
34-
34+
3535
* framed replay: update frame_insert.html to be html5 compliant.
3636

3737
* wombat: fixed to WB_wombat_location.href assignment, properly redirects to dest page even if url is already rewritten
3838

3939
* static paths: static content included with pywb moved from ``static/default`` -> ``static/__pywb`` to free up default as possible collection name
4040
and avoid any naming conflicts. For example, wombat.js can be accessed via ``/static/__pywb/wombat.js``
4141

42+
* default to replay with framed mode enabled: ``framed_replay: true``
43+
4244

4345
pywb 0.8.3 changelist
4446
~~~~~~~~~~~~~~~~~~~~~

INSTALL.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ The pywb tool suite currently includes several runnable applications, installed
3838
as command-line scripts via setuptools, including:
3939

4040

41-
- ``wayback`` -- start the full wayback on port
42-
8080
41+
- ``wayback`` -- start the full wayback on port 8080
4342

4443
- ``cdx-server`` -- start standalone cdx server on port 8090
45-
44+
4645
- ``wb-manager`` -- manages creation of collections, adding warcs, indexing, adding metadata, etc...
4746

4847
- ``cdx-indexer`` -- a low-level tool specifically for creating .cdx and .cdxj indexes from web archive files (WARC and ARC).

0 commit comments

Comments
 (0)