Skip to content

Liveweb proxy of the Wayback Machine project

Notifications You must be signed in to change notification settings

internetarchive/liveweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

daf1213 · Aug 2, 2013

History

161 Commits
May 16, 2012
Mar 25, 2013
Apr 27, 2012
Apr 23, 2012
May 16, 2012
May 16, 2012
May 17, 2012
May 11, 2012
Aug 2, 2013
Jul 6, 2012

Repository files navigation

Liveweb Proxy for Wayback Machine

Liveweb proxy is component of Internet Archive's wayback machine project.

The liveweb proxy captures the content of a web page in real time, archives it into a ARC or WARC file and returns the ARC/WARC record back to the wayback machine to process. The recorded ARC/WARC file becomes part of the wayback machine in due course of time.

How to setup

  • make venv

    This setup a new virtual env in the project directory and instals all the dependencies.

  • make run

    This starts running the liveweb proxy.

  • make test

    Runs all the test cases.

Documentation

Documentation is available at http://liveweb.readthedocs.org/.