2014-03-05 23:03:04 +00:00
|
|
|
.. pywb documentation master file, created by
|
|
|
|
sphinx-quickstart on Thu Feb 27 21:08:12 2014.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
Welcome to pywb's documentation!
|
|
|
|
================================
|
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
Pywb is a pure-Python implementation of Wayback Machine.
|
2014-03-05 23:03:04 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
Installing Pywb
|
|
|
|
---------------
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
Pywb QuickStart
|
|
|
|
---------------
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
The pywb tool suite currently includes two runnable applications in the
|
|
|
|
:mod:`pywb.apps` package::
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
python -m pywb.apps.wayback
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
starts the full wayback on port 8080, and::
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
python -m pywb.apps.cdx_server
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
starts standalone cdx server on port 8090
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
Customizing Pywb
|
|
|
|
----------------
|
2014-03-05 23:03:04 +00:00
|
|
|
|
2014-03-07 20:09:33 +00:00
|
|
|
Access Control
|
2014-03-05 23:03:04 +00:00
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|