TarPipe API for Ruby
Get Version
0.1.1→ ‘tarpipe’
What
tarpipe is a publishing mediation and distribution platform that simplifies regular upload activities:
- Publishing content to multiple Web locations;
- Combining different media into a single blog post or article;
- Transforming documents on-the-fly;
- Managing repeatable upload actions.
Authors
- Ruben Fonseca
root (at) cpan (dot) org - Tiago Pinto
tpinto (at) webreakstuff (dot) com
Installing
sudo gem install tarpipe
The basics
require 'tarpipe' t = TarPipe.new('workflow token') t.upload(:title => 'title', :body => 'body', :image => 'image/full/path.png') # returns true or false # all the arguments are optional
How to submit patches
Fork the project on github (see below), change, commit, send patch to upstream, profit!
You can fetch the source from:
git clone git://github.com/rubenfonseca/tarpipe-ruby.git
Build and test instructions
cd tarpipe rake test rake install_gem
License
This code is free to use under the terms of the GPLv3 license.
Contact
Comments are welcome. Send an email to Ruben Fonseca.
Ruben Fonseca, 20th May 2008
Theme extended from Paul Battley