Sha256: 7331f973ca07ea378a30ca91860f05d5b73261f05e879cb6512b8ecb2af286df

Contents?: true

Size: 975 Bytes

Versions: 2

Compression:

Stored size: 975 Bytes

Contents

# Aquanaut

[![Build Status](https://travis-ci.org/platzhirsch/aquanaut.png)](http://travis-ci.org/platzhirsch/aquanaut)

A web crawler that stays on a given domain and creates a graph representing the different pages, static assets and how they are interlinked.

<img src="http://konrad-reiche.com/images/aquanaut.png">

## Installation

Add this line to your application's Gemfile:

    gem 'aquanaut'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install aquanaut

## Usage

Execute `aquanaut` and specify the domain on which it should be executed.

    $ aquanaut 'http://www.konrad-reiche.com'

The results are written into the directory `sitemap`.

## Contributing

1. Fork it ( http://github.com/<my-github-username>/aquanaut/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aquanaut-0.1.2 README.md
aquanaut-0.1.1 README.md