Difference between revisions of "Creating a Share on Ovi Droplet"

From rukapedia
Jump to: navigation, search
Line 2: Line 2:
  
 
I've created [http://websvn.reinvented.net/wsvn/Plazes/Ovi/UploadToOvi.php UploadToOvi.php] as a wrapped around this class to make command line uploading easier, and using [http://sveinbjorn.org/platypus Platypus] it's possible to take things one step further and create a Mac OS X "droplet" that allows easy drag-and-drop uploading to Share on Ovi.
 
I've created [http://websvn.reinvented.net/wsvn/Plazes/Ovi/UploadToOvi.php UploadToOvi.php] as a wrapped around this class to make command line uploading easier, and using [http://sveinbjorn.org/platypus Platypus] it's possible to take things one step further and create a Mac OS X "droplet" that allows easy drag-and-drop uploading to Share on Ovi.
 +
 +
This document outlines how to set up this droplet.
 +
 +
==Install Requirements==
 +
 +
# Download [http://websvn.reinvented.net/wsvn/Plazes/Ovi/class.ovi.php class.ovi.php] and install where PHP can find it (i.e. in a location defined in your local php.ini file's setting for include_path).
 +
# Download [http://www.dentedreality.com.au/phpatomapi/ PHP Atom API], unpack and install the class.wsse.php file where PHP can find it.
 +
# Download [http://websvn.reinvented.net/wsvn/Plazes/Ovi/UploadToOvi.php UploadToOvi.php] and edit with your Share on Ovi username and password.
 +
# (Optional) Install [http://growl.info/ Growl] and then install [http://growl.info/documentation/growlnotify.php growlnotify].
 +
# (Optional) Download the [http://websvn.reinvented.net/wsvn/Plazes/Ovi/ovi-logo.jpg Share on Ovi logo].
 +
# Download and install [http://sveinbjorn.org/platypus Platypus].
 +
 +
==Setting up Droplet in Platypus==

Revision as of 11:39, 13 July 2008

The PHP class class.ovi.php provides the facility to programatically upload JPEG images to the Share on Ovi web service.

I've created UploadToOvi.php as a wrapped around this class to make command line uploading easier, and using Platypus it's possible to take things one step further and create a Mac OS X "droplet" that allows easy drag-and-drop uploading to Share on Ovi.

This document outlines how to set up this droplet.

Install Requirements

  1. Download class.ovi.php and install where PHP can find it (i.e. in a location defined in your local php.ini file's setting for include_path).
  2. Download PHP Atom API, unpack and install the class.wsse.php file where PHP can find it.
  3. Download UploadToOvi.php and edit with your Share on Ovi username and password.
  4. (Optional) Install Growl and then install growlnotify.
  5. (Optional) Download the Share on Ovi logo.
  6. Download and install Platypus.

Setting up Droplet in Platypus