GithubHelp home page GithubHelp logo

kayon's Introduction

Kayon Circle CI Gitter

Kayon is a reference utility for the Latin language. You can enter a finite Form into the graphical user interface and get it's translation(s), what form it is, etc...

It is currently in it's creation stage. Nothing is final or finished yet.

You can find documentation for the master branch here. The repository for the docs is here.

Building artifacts from source

Building from source sounds scary. In this case, it really is not. All you will need is a Java Development Kit (8 or higher) and the source code of this repository. The build setup of this project will take care of the rest for you.

If you don't have it already, get the source code by either cloning this repository or downloading the source zip file (you will need to extract the zip file into an empty new directory). You also need a Java Development Kit (JDK) installed on your computer. Consult a search engine to find out on how to do this.

  • Windows: Double-click the gradlew.bat file.
  • Unix-like systems: Run the ./gradlew file in a terminal. (It should already have the required +x mode.)

Once the process finishes, the jar files will be ready for you in build/libs/. If you just wish to run the application, double-click Kayon-<version>-all.jar. The javadoc files can be accessed by viewing the file build/docs/javadoc/index.html or by unzipping the javadoc jar file (located in build/libs/) and then viewing the extracted index.html file.

To re-build the project after you changed some sources, simply repeat the steps above. There is no need to delete the build directory, it will be done automatically for you every time.

Executing other tasks

If you don't have it already, get the source code by either cloning this repository or downloading the source zip file (you will need to extract the zip file into an empty new directory). You also need a Java Development Kit (JDK) installed on your computer. Consult a search engine to find out on how to do this. Open a terminal (on windows the command prompt) and type ./gradlew <your tasks>, for example ./gradlew test jar javadocJar.

Changing the version

The version of the projects is written to src/main/resources/version. This is where the version should be changed. You can access this property in programming by calling public static String cf.kayon.core.util.KayonReference.getVersion().

The build ID is written to src/main/resources/build. If the project is being built by CircleCI (determined by the CIRCLECI environment variable being set to true), the build ID will be injected into this file by Gradle. If you build Kayon manually, the build ID will remain as -1.

You can access this property in programming by calling public static int cf.kayon.core.util.KayonReference.getBuild().

kayon's People

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.