Hanzo Archives is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againhg clone https://bitbucket.org/hanzo/warc-tools/wiki
WARC Tools
This is the WARC Tools project by Hanzo, helped by Internet Archive, and supported by the International Internet Preservation Consortium.
Coming Soon
We haven't got around to adding more documentation yet, but we will.
Meta
This wiki uses the Creole syntax, and is fully compatible with the 1.0 specification.
The wiki itself is actually a hg repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.
Go ahead and try:
$ hg clone http://bitbucket.org/hanzo/warc-tools/wiki
Wiki pages are normal files, with the .wiki extension. You can edit them locally, as well as creating new ones.
Syntax highlighting
You can also highlight snippets of text, we use the excellent Pygments library.
Here's an example of some Python code:
You can check out the source of this page to see how that's done, and make sure to bookmark the vast library of Pygment lexers, we accept the 'short name' or the 'mimetype' of anything in there.
Have fun!
Installation Guide
- Download Hanzo Warc Tools http://code.hanzoarchives.com/warc-tools/downloads
- Install dependencies
Fedora Tip: Search for the below library names by navigating Applications -> System Tools -> Add/Remove Software- Python Setup tools (python3-setuptools and python-setuptools)
- Python Unittest (python-unittest2)
- Python 2.6
- Extract files
$ tar -xvf hanzo-warc-tools-f8cd94bebe53.tar.gz - Install
- Navigate to the extracted directory
- Run setup
$ ./setup.py build
$ ./setup.py install
- Now the following commands should be available via the terminal prompt:
warcvalid.py
warcdump.py
warcfilter.py
warc2warc.py
arc2warc.py
warcindex.py
This revision is from 2012-04-20 17:36