Sha256: bca9c2402481f63b9e421153098c2ecc930a30b5a67347575416a2cc610f34c0

Contents?: true

Size: 1.72 KB

Versions: 10

Compression:

Stored size: 1.72 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 that wraps the Kaltura-Ruby API wrapper and also adds some convenience methods for Rails'
ActionView.  The intent of this library is to provide a far easier means to communicate with your Kaltura server.
It's just too much of a pain to update simple things like the metadata fields with the default kaltura-ruby client.

Installation:
-------------
Install the gem with the command:
    
    gem install kaltura_fu
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.
	
Testing:
--------

The Kaltura_Fu library is being tested against the following version of Ruby:

* 1.8.7(MRI)
* 1.8.7(EE)
* 1.9.2(YARV)
* Rubinius
	
In order to test this gem (for local development), you'll need to have access to a Kaltura server.
I use a local installation of KalturaCE.  You'll have to add a config file under spec/config/kaltura.yml and 
add in a small video file named video.flv in the same folder.  Since Kaltura provides no testing in kaltura-ruby,
I tend to use this library as a test suite for fixes for that library as well.	
	

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

10 entries across 10 versions & 2 rubygems

Version Path
goncalossilva-kaltura_fu-0.2.0.9 README.markdown
goncalossilva-kaltura_fu-0.2.0.8 README.markdown
goncalossilva-kaltura_fu-0.2.0.7 README.markdown
goncalossilva-kaltura_fu-0.2.0.5 README.markdown
goncalossilva-kaltura_fu-0.2.0.4 README.markdown
goncalossilva-kaltura_fu-0.2.0.3 README.markdown
goncalossilva-kaltura_fu-0.2.0.2 README.markdown
goncalossilva-kaltura_fu-0.2.0.1 README.markdown
goncalossilva-kaltura_fu-0.2.0 README.markdown
kaltura_fu-0.2.0 README.markdown