Module: Porteo
- Defined in:
- lib/porteo.rb,
lib/message/message.rb,
lib/gateways/gateway.rb,
lib/protocols/protocol.rb,
lib/gateways/pony_gateway.rb,
lib/protocols/sms_protocol.rb,
lib/protocols/mail_protocol.rb,
lib/gateways/twitter_gateway.rb,
lib/gateways/mensario_gateway.rb,
lib/protocols/twitter_protocol.rb
Overview
Porteo is an integrated message sending service. It allows you to send messages by various protocols (sms, email, twitter) using differents gateways (mensario, pony, twitter API). You can also integrate new protocols and gateways for your favorite messenger service.
Defined Under Namespace
Classes: Gateway, Mail_protocol, Mensario_gateway, Message, Pony_gateway, Protocol, Sms_protocol, Twitter_gateway, Twitter_protocol
Constant Summary collapse
- CONFIG_ROOT =
Default configuration path
"./config/"
- TEMPLATES_ROOT =
Default templates path
"./config/templates/"
- LOCALES_ROOT =
Default locales path
"./config/locales/"