项目作者: skallet

项目描述 :
Simple analytic tool to make visualization of site linkage.
高级语言: Clojure
项目地址: git://github.com/skallet/sitelink-graph.git
创建时间: 2020-02-11T09:50:40Z
项目社区:https://github.com/skallet/sitelink-graph

开源协议:Eclipse Public License 1.0

下载


site-graph

Analytic tool to make site linkage graph.

Build Status

Dependencies

Usage

  1. $ java -jar sitegraph.jar [filename]

File should contains site URLs (each on own line). All sites will be fetched
and checked for external link. Graph is build and saved as PNG file.

Example output

Input file content

  1. https://seznam.cz
  2. https://seznamzpravy.cz
  3. https://televizeseznam.cz
  4. https://novinky.cz
  5. https://sport.cz

Output

Linkage of seznam.cz sites

License

Copyright © 2020 Milan Blazek

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.