diff --git a/CHANGES.rst b/CHANGES.rst index 715c8ac6..f06b6263 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,9 @@ pywb 0.4.0 changelist * Proper handling of js_ cs_ modifiers to select content-type. +* New, experimental support for top-level 'frame mode', used by live-rewrite-server, to display rewritten content in a frame. The mp_ modifier is used + to indicate the main page when top-level page is a frame. + * cdx-indexer: Support for creation of non-SURT, url-ordered as well SURT-ordered CDX files. * Further rewrite of wombat.js: support for window.open, postMessage overrides, additional rewriting at Node creation time, better hash change detection. diff --git a/README.rst b/README.rst index 4c6dc0e2..e8b09c08 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,7 @@ pywb is a python implementation of web archival replay tools, sometimes also kno pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC `_ and `WARC `_. +*For an example of deployed service using pywb, please see the https://webrecorder.io project* pywb Tools ----------------------------- @@ -22,7 +23,7 @@ running ``python setup.py install`` ``live-rewrite-server`` -- a demo live rewriting web server which accepts requests using wayback machine url format at ``/rewrite/`` path, eg, ``/rewrite/http://example.com/`` and applies the same url rewriting rules as are used for archived content. This is useful for checking how live content will appear when archived before actually creating any archive files, or for recording data. -Note: the `webrecorder.io `_ service is based on this tool. +The `webrecorder.io `_ service is built using this tool. ``cdx-indexer`` -- a command-line tool for creating CDX indexs from WARC and ARC files. Supports SURT and non-SURT based cdx files and optional sorting. See ``cdx-indexer -h`` for all options.