siongui / dart-online-input-method-pali

Pali (Pāli, Pāḷi) online input method using Dart programming language

Home Page:http://siongui.github.io/dart-online-input-method-pali/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart Online Input Method - Pali (Pāli, Pāḷi)

Inspired by palipad (demo of palipad),

Usage

  1. Development environment is Ubuntu 14.10 and Dart 1.8.
  2. Download and install Dart.
  3. Modify the first line in Makefile to point to the location of your unzipped Dart directory. For example, your unzipped Dart dir is located at ../dart, you should set the first line like this:

    DART_DIR=../dart
  4. Run the demo (with Dartium):

    $ make
  5. Convert Dart code to JavaScript:

    $ make js

Demo

See project page.

UNLICENSE

Released in public domain. See UNLICENSE.

About

Pali (Pāli, Pāḷi) online input method using Dart programming language

http://siongui.github.io/dart-online-input-method-pali/

License:The Unlicense


Languages

Language:Dart 52.1%Language:HTML 32.0%Language:Makefile 15.9%