public
Description: ActiveSMS Gem fork with more gateways and email option.
Homepage: http://nofxx.lighthouseapp.com/projects/20713-activesms
Clone URL: git://github.com/nofxx/activesms.git
nofxx (author)
Tue Sep 09 01:49:16 -0700 2008
commit  f99291790e062bf63ce3424af9420360cc91805d
tree    09cee261405474ea24f14f2a94d60ddc60842cc7
parent  53e4589b6def10ee77fddb15b9ad619f43eafbdc
name age message
file .autotest Thu Aug 07 21:23:06 -0700 2008 adding spec [nofxx]
file .gitignore Wed Jul 23 14:42:25 -0700 2008 fixes [nofxx]
file CHANGELOG Wed Jul 23 16:02:43 -0700 2008 fixes and pushing to version 0.8.8 ..github not... [nofxx]
file History.txt Wed Jul 23 16:02:43 -0700 2008 fixes and pushing to version 0.8.8 ..github not... [nofxx]
file License.txt Wed Jul 23 16:02:43 -0700 2008 fixes and pushing to version 0.8.8 ..github not... [nofxx]
file MIT-LICENSE Wed Jul 23 16:02:43 -0700 2008 fixes and pushing to version 0.8.8 ..github not... [nofxx]
file Manifest.txt Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
file README.txt Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
file Rakefile Wed Jul 23 04:02:58 -0700 2008 newgem done [nofxx]
file activesms.gemspec Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
directory config/ Wed Jul 23 04:02:58 -0700 2008 newgem done [nofxx]
directory docs/ Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
directory generators/ Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
file init.rb Wed Jul 23 12:27:29 -0700 2008 Last fixes and refactoring [nofxx]
directory lib/ Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
directory script/ Wed Jul 23 14:42:25 -0700 2008 fixes [nofxx]
file setup.rb Wed Jul 23 03:46:22 -0700 2008 updated to newgem [nofxx]
directory spec/ Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
directory tasks/ Tue Sep 09 01:49:16 -0700 2008 clean up [nofxx]
directory views/ Wed Jul 23 11:10:56 -0700 2008 needs refactoring but working [nofxx]
README.txt
== SMS Brasil 

* http://github.com/nofxx/activesms


== DESCRIPTION:

Baseado no ActiveSMS (http://rubyforge.org/projects/activesms) esse projeto visa facilitar o envio de mensagens SMS para 
operadoras de telefonia celular do Brasil, utilizando serviços de gateway de envio.   


== FEATURES: 

= Gateways:

* BulkSMS[http://www.bulksms.com]
* Clickatell[http://www.clickatell.com]
* Human[http://www.human.com.br] 
* Simplewire[http://www.simplewire.com] (requires jruby)


= Email carriers:

* Brasil, US
* Germany, UK, Austria
* Japan        


== REQUIREMENTS:    
  
* ActionMailer (for email gateways)
  

== INSTALL:

  gem sources -a http://gems.github.com
  sudo gem install nofxx-activesms  

  
== USAGE:

  cd some_rails_app
  script/generate sms Notifier signup:email forgot_password:gateway signoff:human
  
  script/console
  sms = Notifier.create_signup
  Notifer.deliver(sms)


== LICENSE:

(The MIT License)

Copyright (c) 2008 Robert Cottrell (ActiveSms), Brendan G. Lim (SMSFu) (brendangl@gmail.com),
Marcos Piccinini, Cássio Marques (sms_brasil)