public
Description: Git fork of rbet - a Ruby wrapper for the Exact Target API
Homepage: http://code.google.com/p/rbet/
Clone URL: git://github.com/sbraford/rbet.git
rbet /
name age message
file .gitignore Thu Oct 23 13:55:49 -0700 2008 changed initilization API (URL now has a defaul... [shanti]
file COPYING Mon Oct 20 10:23:11 -0700 2008 fork to git [shanti]
file LICENSE Mon Oct 20 10:23:11 -0700 2008 fork to git [shanti]
file README Thu Oct 23 17:53:43 -0700 2008 added ability to send emails via the API [shanti]
file Rakefile Mon Oct 20 10:23:11 -0700 2008 fork to git [shanti]
directory examples/ Tue Oct 21 10:36:22 -0700 2008 remove name param from add subscriber method [shanti]
file init.rb Mon Oct 20 10:23:11 -0700 2008 fork to git [shanti]
directory lib/ Thu Feb 19 14:59:48 -0800 2009 added to_s method for ET::Error [shanti]
directory test/ Thu Oct 23 13:55:49 -0700 2008 changed initilization API (URL now has a defaul... [shanti]
README
== Ruby Library for ExactTarget

  This is an attempt to make integrating easier with ExactTarget.  ExactTarget is 
  an email newsletter system designed to make it easy to setup timely newsletters.
  
  Exact Target: http://www.exacttarget.com/
  
  Exact Target API:
  http://developers.exacttarget.com/Web/help/Overview/Introduction_to_ExactTarget_API_Help.htm

== Adding rbet to a Rails Project
  
  If you are using Git to manage your rails project and would like to add rbet as a submodule:
  
    git submodule add git://github.com/sbraford/rbet.git vendor/rbet
    
  Then in the bottom of your environment.rb, or in an initializer, add:

    require File.join(RAILS_ROOT, 'vendor', 'rbet', 'lib', 'et.rb')

== Development Notes
  
  Original development work was performed by Todd A. Fisher.
  
  Forking development to GitHub + minor development additions/changes by Shanti A. Braford.
  
== Contributing

  If you'd like to contribute, fork a copy of the repo on GitHub.
  
  When you have patch(es) ready, contact me at:shantibraford@gmail.com

== Notes

  2000 character limit for each attribute

== Win32 Notes

  This has not been tested on Windows.  May the force be with you, young win32 jedi =)