Project

abrupt

0.0
No commit activity in last 3 years
No release in over 3 years
Tools for the AbRUPt project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.3
~> 3.1
~> 0.26
~> 2.9
~> 1.20

Runtime

 Project Readme

Abrupt

Gem Version Build Status Code Climate Test Coverage

Tools for the AbRUPt project, see http://wba.cs.hs-rm.de/AbRUPt/service/

Installation

Add this line to your application's Gemfile:

gem 'abrupt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install abrupt

Usage

Help

abrupt -h
  NAME:

    Abrupt

  DESCRIPTION:

    Automated Reasoning for Web Usability Problems

  COMMANDS:
        
    convert Converts and merges xml files to owl                
    crawl   Crawls a website [BETA!]            
    help    Display global or [command] help documentation      

  GLOBAL OPTIONS:
        
    -h, --help 
        Display help documentation
        
    -v, --version 
        Display version information
        
    -t, --trace 
        Display backtrace when an error occurs
          
  AUTHOR:

    Manuel Dudda <dudda@paij.com>
  
  SOURCE CODE:

    https://github.com/manuel84/abrupt  

Example

For converting owl file from xml use:

abrupt convert spec/fixtures/rikscha_Result_min.xml spec/fixtures/rikscha.ohneBilder.2013-04-30_2013-08-17_min.xml --output tmp/out.ttl --format turtle

Contributing

  1. Fork it ( https://github.com/[my-github-username]/abrupt/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)
  5. Create a new Pull Request