public
Rubygem
Description: Convert Php to Ruby
Homepage: http://ionize.farleyknight.com
Clone URL: git://github.com/farleyknight/ionize.git
Click here to lend your support to: ionize and make a donation at www.pledgie.com !
commit  4dbb5b69c8951e790eb855cdd4ba915b46ea1cb7
tree    476307c36ecc874a137043959795eb5de63661fd
parent  52c6bd3cd37b00335e5f13d3bed094a38b926f85
ionize /
name age message
file .gitignore Fri Nov 28 11:30:34 -0800 2008 Committing etc, a bunch of experimental tuff [farleyknight]
file History.txt Sat Aug 09 09:40:13 -0700 2008 Added very beginning of support for embedded html [Robin Hoode]
file License.txt Sun Jul 13 10:55:19 -0700 2008 Re-added lib [butterflyeffect]
file PostInstall.txt Loading commit data...
file README.rdoc Tue Nov 25 16:36:22 -0800 2008 Added Php extension [farleyknight]
file Rakefile
file TODO Sat Aug 09 09:40:13 -0700 2008 Added very beginning of support for embedded html [Robin Hoode]
directory bin/ Tue Nov 25 16:36:22 -0800 2008 Added Php extension [farleyknight]
directory config/ Fri Aug 01 14:52:43 -0700 2008 Pushing gem version for bin [Robin Hoode]
directory doc/ Sun Jun 07 15:31:15 -0700 2009 Added support for variable number of arguments ... [farleyknight]
directory etc/
directory ext/
file ionize.gemspec
directory lib/ Sun Jun 07 14:09:00 -0700 2009 Added better support for arrays. Now can be pas... [farleyknight]
directory script/
file setup.rb Sun Jul 13 09:36:01 -0700 2008 Initial commit before name change [butterflyeffect]
directory spec/ Sun Jun 07 15:31:15 -0700 2009 Added support for variable number of arguments ... [farleyknight]
directory tasks/ Wed Aug 20 02:36:30 -0700 2008 Intermediate (probably broken) commit [Robin Hoode]
directory website/

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.