Skip to content

Commit 7d4c76f

Browse files
committed
CHANGES.rst fixes
1 parent da01f10 commit 7d4c76f

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

CHANGES.rst

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,34 @@ pywb 0.11.0 changelist
44
* New client-side test system for Wombat.js in place using Karma and SauceLabs with initial set of tests and travis integration.
55

66
* Wombat Improvements:
7-
- Better Safari/IE support: accessors overriden only when actually supported in browser, override gracefully skipped otherwise
8-
- Use getOwnPropertyDescriptor() to get properties in addition to __lookupGetter__, __lookupSetter__
9-
- baseURI overriden on correct prototype
10-
- CSSStyleSheet.href override
11-
- HTMLAnchorElement.toString() override
12-
- Avoid making <base>.href read-only
7+
- Better Safari/IE support: accessors overriden only when actually supported in browser, override gracefully skipped otherwise
8+
- Use ``getOwnPropertyDescriptor()`` to get properties in addition to ``__lookupGetter__``, ``__lookupSetter__``
9+
- ``baseURI`` overriden on correct prototype
10+
- ``CSSStyleSheet.href`` override
11+
- ``HTMLAnchorElement.toString()`` override
12+
- Avoid making ``<base>.href`` read-only
1313

1414
* Proxy Mode Improvements:
15-
- To avoid breaking HTTPS envelope, if no content-length provided, chunked encoding is used (HTTP/1.1) or response is buffered and content-length is computed (HTTP/1.0)
16-
- Rewriter: Scheme-only rewriter converts embedded urls to http or https to match the scheme of containing page.
17-
- IP Resolver: Supports IP cache in Redis
18-
- Default resolver set to cookie resolver, collection/datetime switching options removed from UI in auth or ip resolvers.
15+
- To avoid breaking HTTPS envelope, if no content-length provided, chunked encoding is used (HTTP/1.1) or response is buffered and content-length is computed (HTTP/1.0)
16+
- Rewriter: Scheme-only rewriter converts embedded urls to http or https to match the scheme of containing page.
17+
- IP Resolver: Supports IP cache in Redis
18+
- Default resolver set to cookie resolver, eg. ``cookie_resolver: true`` is the default.
19+
- Collection/datetime switching options removed from UI when auth or ip resolvers.
1920

20-
Encoding: Use webencoding lib to better encode head-insert to match page encoding
21+
* Encoding: Use webencoding lib to better encode head-insert to match page encoding
2122

22-
Live Proxy: Support for explicit 'recording' mode, decoupled from using http/https proxy. (Before using proxy implied recording)
23+
* Live Proxy: Support for explicit 'recording' mode, decoupled from using http/https proxy. (Before using proxy implied recording)
2324

24-
Rewriting: Convert relative urls for `rel=canonical` to absolute urls, even if not rewriting to ensure correct url.
25+
* Rewriting: Convert relative urls for ``rel=canonical`` to absolute urls, even if not rewriting to ensure correct url.
2526

26-
UI: Use custom webkit scrollbars to minimize scrollbar-in-iframe issues that sometimes occur in Chrome.
27+
* UI: Use custom webkit scrollbars to minimize scrollbar-in-iframe issues that sometimes occur in Chrome.
2728

28-
Memento Improvements:
29-
- Add /collinfo.json endpoint which by default returns a JSON spec for all collections as Memento endpoints, in a format compatible with MemGator.
30-
- /collinfo.json endpoint customizable via `templates/collinfo.json` and must be enabled with `enable_coll_info: true`
31-
- 'Not Found' error for timemap query returns empty timemap instead of standard HTML 404.
29+
* Memento Improvements:
30+
- ``/collinfo.json`` by default returns a JSON spec for all collections as Memento endpoints, in a format compatible with MemGator.
31+
- ``Add /collinfo.json`` endpoint customizable via ``templates/collinfo.json`` and must be enabled with ``enable_coll_info: true``
32+
- 'Not Found' error for timemap query returns empty timemap instead of standard HTML 404.
3233

33-
WARC Indexing:
34+
* WARC Indexing:
3435
- Better detection of content-length < payload, skip to next record boundary and warn, if possible.
3536
- Use ujson if proper version (without forward-slash escaping) is available when writing CDXJ
3637

0 commit comments

Comments
 (0)