1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Fixes an enumeration issue in docs/usage.rst (#364)

Thanks! put it on develop so it can be part of next release.
This commit is contained in:
Frank Sachsenheim 2018-08-18 04:33:42 +02:00 committed by Ilya Kreymer
parent c08d0d676a
commit 538ce88abc

View File

@ -120,8 +120,8 @@ The core recording functionality in Webrecorder is also part of :mod:`pywb`. If
done by directly recording into your pywb collection: done by directly recording into your pywb collection:
1. Create a collection: ``wb-manager init my-web-archive`` (if you haven't already created a web archive collection) 1. Create a collection: ``wb-manager init my-web-archive`` (if you haven't already created a web archive collection)
3. Run: ``wayback --record --live -a --auto-interval 10`` 2. Run: ``wayback --record --live -a --auto-interval 10``
4. Point your browser to ``http://localhost:8080/my-web-archive/record/<url>`` 3. Point your browser to ``http://localhost:8080/my-web-archive/record/<url>``
For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/<url>`` For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/<url>``