Coder Social home page Coder Social logo

aard2-web's Introduction

Aard2 for Web

Aard2 for Web is a minimalistic web UI to look up words and browse content of dictionaries in slob format.

Aard2 for Web requires Java 1.7 or newer and a modern browser such as Chrome or Firefox.

Download Aard2 for Web

To start the application, run

java -Dslobber.browse=true -jar aard2-web-0.8.jar ~/Downloads/*.slob

(assuming you have some slob files in ~/Downloads directory). This should open Aard2 web UI page (http://localhost:8013) in the default system browser.

To start the web server on a different port, set system property slobber.port. For example, to start on port 8014:

java -jar -Dslobber.port=8014 -Dslobber.browse=true ~/Downloads/*.slob

To build:

# clone slobj and slobber sources
git clone https://github.com/itkach/slobj.git
git clone https://github.com/itkach/slobber.git

# clone this repo
git clone https://github.com/itkach/aard2-web

#build fat jar
cd aard2-web
./gradlew build

aard2-web's People

Contributors

itkach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.