farleyknight / ionize

Convert Php to Ruby (Will soon die and be reborn as something different..)

This URL has Read+Write access

commit  88385400a02391b4b6e1088fdb567f3af7c2beb1
tree    75991ab3828938823b2d948c4c3bafc4a801417b
parent  31ce39f72ee3c334f459e724b7a1b865fe98bdc1
ionize /
README.rdoc

Ionize

DESCRIPTION:

Converts Php to Ruby.

Ionize parses and translates Php to Ruby and also provides a compatibility library to execute the converted code.

FEATURES/PROBLEMS:

Check out ionize.farleyknight.com for a live demo of the library, so you can see what works and what doesn’t.

REQUIREMENTS:

Treetop, ParseTree, and Ruby2Ruby (1.1.9) to translate

Rack to run the Php compat environment

Rspec to run the specs

INSTALL:

sudo gem install ionize

But don’t expect that to work just yet. We’re still in development..

LICENSE:

(The MIT License)

Copyright © 2008 Farley Knight

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.