diff --git a/README.rst b/README.rst index d7fb9381..46a3c332 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.9.0 +PyWb 0.9.1 ========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master @@ -16,6 +16,8 @@ and it can also serve as a customizable rewriting proxy to live web content. The replay system is designed to accurately replay complex dynamic sites, including `video and audio content `_ and sites with complex JavaScript. +Additionally, **pywb** includes an extensive `index query api `_ for querying information about archived content. + The software can run as a traditional web application or an HTTP or HTTPS proxy server, and has been tested on Linux, OS X and Windows platforms. **pywb** is fully compliant with the `Memento `_ protocol (`RFC-7089 `_), offering aggregate searches over many web archives. @@ -77,7 +79,7 @@ It is recommended that any index files be converted to the latest JSON based for To setup a collection with existing ARC/WARCs and CDX index files, you can: 1. Run ``wb-manager init ``. This will initialize all the required collection directories. -2. Copy any archive files (WARCs and ARCs) to ``collections//archive/` +2. Copy any archive files (WARCs and ARCs) to ``collections//archive/`` 3. Copy any existing cdx indexes to ``collections//indexes/`` 4. Run ``wb-maanger cdx-convert collections//indexes/``. This step is optional but strongly recommended, as it will ensure that the CDX indexes are in a consistent format.