Skip to content

Commit 2c65521

Browse files
committed
final README.rst edits
1 parent 18f7031 commit 2c65521

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,22 @@ pywb Tools
1818

1919
In addition to the standard wayback machine (explained further below), pywb tool suite includes a
2020
number of useful command-line and web server tools. The tools should be available to run after
21-
running ``python setup.py install``
21+
running ``python setup.py install``:
22+
23+
* ``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.
24+
This is useful for checking how live content will appear when archived before actually creating any archive files, or for recording data.
25+
The `webrecorder.io <https://webrecorder.io>`_ service is built using this tool.
2226

23-
* ``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/``
24-
and applies the same url rewriting rules as are used for archived content.
25-
This is useful for checking how live content will appear when archived before actually creating any archive files, or for recording data.
26-
The `webrecorder.io <https://webrecorder.io>`_ service is built using this tool.
2727

2828
* ``cdx-indexer`` -- a command-line tool for creating CDX indexs from WARC and ARC files. Supports SURT and
29-
non-SURT based cdx files and optional sorting. See ``cdx-indexer -h`` for all options.
30-
for all options.
29+
non-SURT based cdx files and optional sorting. See ``cdx-indexer -h`` for all options.
30+
for all options.
31+
3132

3233
* ``cdx-server`` -- a CDX API only server which returns a responses about CDX captures in bulk.
33-
Includes most of the features of the `original cdx server implementation <https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server>`_,
34-
updated documentation coming soon.
34+
Includes most of the features of the `original cdx server implementation <https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server>`_,
35+
updated documentation coming soon.
36+
3537

3638
* ``wayback`` -- The full Wayback Machine application, further explained below.
3739

0 commit comments

Comments
 (0)