mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-06-21 11:00:54 -04:00
41 lines
1.1 KiB
ReStructuredText
41 lines
1.1 KiB
ReStructuredText
.. sidebar:: Welcome to ArchiveBox!
|
|
|
|
Just getting started?
|
|
Check out the `Quickstart <Quickstart.html>`_ guide.
|
|
Need help with something?
|
|
Open an issue on `Github <https://github.com/ArchiveBox/ArchiveBox/issues>`_ or chat on `Zulip <https://zulip.archivebox.io>`_.
|
|
Want to join the community?
|
|
See our `Community Wiki <https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community>`_ page.
|
|
|
|
.. image:: logo.png
|
|
:width: 200px
|
|
:align: center
|
|
:alt: ArchiveBox Logo
|
|
|
|
==========
|
|
ArchiveBox
|
|
==========
|
|
|
|
"The open-source self-hosted internet archive."
|
|
|
|
`Website <https://archivebox.io>`_ | `Github <https://github.com/ArchiveBox/ArchiveBox>`_ | `Source <https://github.com/ArchiveBox/ArchiveBox/tree/dev>`_ | `Bug Tracker <https://github.com/ArchiveBox/ArchiveBox/issues>`_
|
|
|
|
.. code-block:: bash
|
|
|
|
mkdir my-archive; cd my-archive/
|
|
pip install archivebox
|
|
|
|
archivebox init
|
|
archivebox add https://example.com
|
|
archivebox info
|
|
|
|
|
|
=============
|
|
Documentation
|
|
=============
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Contents.rst
|