Sha256: 78676c03be88edf9f18ae13c7cf5ceb1ad947cb4435974bfcf3a3c8fb5b5e9d0

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 KB

Contents

Kaltura_Fu
--------------
**Homepage**: [http://www.velir.com](http://www.velir.com)
**Author**: [Patrick Robertson](mailto:patrick.robertson@velir.com)
**Copyright**: 2010
**License**: [MIT License](file:MIT-LICENSE)

About Kaltura
----------------
[Kaltura](http://kaltura.org/) is an open source video streaming service.

About Kaltura_Fu
------------------

kaltura_fu is a gem for rails that extends the basic functionality of the Kaltura ruby client and adds in some Rails view helpers to generate video players, thumbnails, and the uploader.  The Kaltura session and client are managed in a singleton pattern, and there are additional modules that allow you to more perform basic API actions in a more efficient manner.

Installation:
-------------
Install the gem with the command:
    
    gem install kaltura_fu --pre
Run: 
  
    script/generate kaltura_fu_install
    
This will install the kaltura.yml file into your application's config directory and the kaltura_upload.js into the application's public/javascripts directory.
	

Documentation:
------
The full documentation is located [here](http://rdoc.info/github/Velir/kaltura_fu/).

Copyright (c) 2010 [Velir Studios](http://www.velir.com), released under the MIT license

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaltura_fu-0.1.5 README.markdown
kaltura_fu-0.1.4 README.markdown
kaltura_fu-0.1.3 README.markdown
kaltura_fu-0.1.3.prel README.markdown
kaltura_fu-0.1.2.prel README.markdown