GithubHelp home page GithubHelp logo

maleo's Introduction

Maleo

This is a html5 application runner. It is built using Gtk+ Webkit port in Vala programming language. To use it, jut feed the application with the absolute path containing the config.xml. The runner is powered by Seed runtime, or you can use Node.js.

Maleo is an endangered species of bird originating from Sulawesi island, Indonesia.

config.xml

The config.xml is a metadata document accompanying an HTML5 app, using widget W3C specification. We can define the geometry of the application, the entry point page, and other aspects of the application.

Width and height

You should specify width and height so Maleo will prepare the window size accordingly. Width and height are specified as widget tag attributes.

<widget id="com.example.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" width="480" height="800">

Entry point

Entry point is the first page loaded by the application.

<content src="index.html"/>

To Seed or not to Seed

By default, Maleo uses Seed as the JavaScript interpreter. If you want to disable Seed, specify this option:

<preference name="enable-seed" value="none" />

Node.js

If you have a Node.js back-end application required by the HTML5 app, you can specify the application path. Internally, Maleo will try to invoke Node.js with the specified application first.

<preference name="nodejs-app" value="/path/to/nodejs/app" />

maleo's People

Contributors

mdamt avatar emhaye avatar udienz 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.