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

30 lines
998 B
ReStructuredText
Raw Normal View History

Webrecorder pywb 2.0
====================
2014-03-10 19:01:20 -07:00
2015-04-17 12:30:21 -07:00
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
:target: https://travis-ci.org/ikreymer/pywb
2015-04-17 12:30:21 -07:00
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
**pywb** is a Python (2 and 3) web archive replay and recording toolkit.
2014-03-10 19:01:20 -07:00
This toolset forms the foundation of Webrecorder, but also provides a variety of web archiving tools,
such as the traditional "Wayback Machine" functionality.
2015-03-17 01:06:06 -07:00
Note: this version, which represents a major overhaul of pywb, is not yet released on pypi, but you can:
2014-05-30 10:29:22 -07:00
* Install with ``python setup.py install``
* Run tests with ``python setup.py test``
2014-05-30 10:29:22 -07:00
* Run Wayback with ``wayback`` (see docs for info on how to setup collections)
2014-05-30 10:29:22 -07:00
* Build docs locally with: ``cd docs; make html``
* ..and a lot more!
2014-10-19 08:32:11 -07:00
Please see the `Webrecorder pywb documentation for usage and configuration info <https://pywb.readthedocs.org>`_
2014-10-19 08:32:11 -07:00
2014-10-18 17:00:33 -07:00