You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,22 @@ pywb Tools
18
18
19
19
In addition to the standard wayback machine (explained further below), pywb tool suite includes a
20
20
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.
22
26
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.
27
27
28
28
* ``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
+
31
32
32
33
* ``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
+
35
37
36
38
* ``wayback`` -- The full Wayback Machine application, further explained below.
0 commit comments