-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
39 lines (21 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== 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 =)