Jump To …

lime

LimePlayer is a player for semantically interlinked videos.

Version

2.1.0

Author

Szaby Grünwald <szaby.gruenwald@salzburgresearch.at>

Contributors

Thomas Kurz<thomas.kurz@salzburgresearch.at>

Sorin Petan<sorin@mail.cm.upt.ro>

Cristian Bara<cristian.bara@seekda.com>

Repository

git - https://github.com/tkurz/lime.git

Dependencies

    Stats

    http://cloc.sourceforge.net v 1.55  T=0.5 s (52.0 files/s, 11450.0 lines/s)
    -------------------------------------------------------------------------------
    Language                     files          blank        comment           code
    -------------------------------------------------------------------------------
    CoffeeScript                    26            735            720           4270
    -------------------------------------------------------------------------------
    SUM:                            26            735            720           4270
    -------------------------------------------------------------------------------
    

    PROJECT

    LimePlayer is a player for semantically interlinked videos. It is developed within the ConnectMe Project (http://connectme.sti2.org/).

    CONTACT

    Szaby Grünwald Salzburg Research Forschungsgesellschaft Salzburg, Austria szaby.gruenwald@salzburgresearch.at

    Online demo

    tkurz.github.com/lime

    Integrate

    For including the player into your html file you'll need the following files to be included:

    CSS to include

    • css/video-js.min.css
    • One of
      • css/screen.css
      • css/full-screen.css
      • css/full-screen-tv.css

    JS to include

    • jQuery 1.7+
    • One of
      • lib/underscoreJS/underscore.min.js, lib/backboneJS/backbone.js, lib/rdfquery/latest/jquery.rdfquery.debug.js, lib/vie/vie.js are the dependencies
      • lib/lime-deps\[.min\].js The above dependencies packed for you in one file
    • One of
      • lib/lime\[.min\].js contains the player with all plugins in the repository
      • lib/lime-core\[.min\].js contains the player only, without the widget plugins

    For data integration see the Wiki page Integration Manual

    LICENSE

    Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

    CODE

    For a detailed documentation on the architecture see the Github wiki or the documented source code

    Build

    1. Install node.js v0.6 or later
    2. Install grunt by running npm install -g grunt
    3. Install node dependencies by running npm install from the console

    For building the compiled and the minified javascript files, run grunt or during develpment grunt watch

    For generating an easy to read documented source code in html with docco-husky, run grunt doc.

    LIME - Linked Media Player