public
Description: Simple Message Sending application
Homepage:
Clone URL: git://github.com/qoobaa/sms.git
Jakub Kuźma (author)
Thu Mar 26 02:09:44 -0700 2009
commit  41e2ee0ea1425b44db29150a940f153aaaac50d7
tree    92ff1c9b88caa1b452d4040531d1e49c8d3c6197
parent  019e82872312859465c6603ef5175ccea5ed9f77
sms /
name age message
file .gitignore Sun Dec 21 08:20:11 -0800 2008 Moved old application [Jakub Kuźma]
file MIT-LICENSE Thu Mar 26 02:09:44 -0700 2009 added MIT licence [Jakub Kuźma]
file README Sun Dec 21 08:01:19 -0800 2008 Initial import [Jakub Kuźma]
file README.txt Mon Dec 22 03:02:24 -0800 2008 Changed readme [Jakub Kuźma]
file Rakefile Sun Dec 21 08:01:19 -0800 2008 Initial import [Jakub Kuźma]
directory app/ Fri Feb 13 16:25:23 -0800 2009 fixed orange multi box gateway [Jakub Kuźma]
directory config/ Fri Feb 13 16:25:23 -0800 2009 fixed orange multi box gateway [Jakub Kuźma]
directory db/ Sun Dec 21 08:59:32 -0800 2008 Almost working version [Jakub Kuźma]
directory doc/ Sun Dec 21 08:01:19 -0800 2008 Initial import [Jakub Kuźma]
directory lib/ Fri Feb 13 16:25:23 -0800 2009 fixed orange multi box gateway [Jakub Kuźma]
directory log/ Sun Dec 21 08:01:19 -0800 2008 Initial import [Jakub Kuźma]
directory public/ Fri Feb 13 16:25:23 -0800 2009 fixed orange multi box gateway [Jakub Kuźma]
directory script/ Sun Dec 21 08:01:19 -0800 2008 Initial import [Jakub Kuźma]
directory spec/ Mon Dec 22 04:25:58 -0800 2008 first specs using remarkable [Jakub Kuźma]
directory vendor/ Sun Feb 15 04:59:45 -0800 2009 Updated compass [Jakub Kuźma]
README.txt
= SMS

== DESCRIPTION

SMS is a simple SMS sending application.

== FEATURES

* telephones and contacts book
* Orange Multi Box (Polish) and VoipDiscount gateways support
* contact autocompletion

== TODO

* layout and navigation
* JavaScript improvements
* selection of default gateway
* support for other gateways
* ...

== INSTALL

  git clone git://github.com/qoobaa/sms.git
  cd sms
  cp config/database.yml.sample config/database.yml
  rake db:migrate
  ./script/server

== REQUIREMENTS

* Ruby on Rails 2.3 (edge)

== LICENSE

The MIT License

Copyright (c) 2008, Jakub Kuźma

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.