1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00
pywb/doc/index.rst

45 lines
846 B
ReStructuredText
Raw Permalink Normal View History

.. 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!
================================
Pywb is a pure-Python implementation of Wayback Machine.
.. toctree::
:maxdepth: 2
Installing Pywb
---------------
Pywb QuickStart
---------------
The pywb tool suite currently includes two runnable applications in the
:mod:`pywb.apps` package::
python -m pywb.apps.wayback
starts the full wayback on port 8080, and::
python -m pywb.apps.cdx_server
starts standalone cdx server on port 8090
Customizing Pywb
----------------
Access Control
~~~~~~~~~~~~~~
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`