farleyknight / ionize
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ba7f7a9
tree 958c7b3813dc6c0b0c8cf1e83a1894a2c4546b4b
parent 70f7ccaa7641cefb1e08b10bbd873349773fe8e7
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | ||
| |
PostInstall.txt | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
TODO | ||
| |
bin/ | ||
| |
config/ | ||
| |
doc/ | ||
| |
etc/ | ||
| |
ext/ | ||
| |
ionize.gemspec | ||
| |
lib/ | ||
| |
script/ | ||
| |
setup.rb | ||
| |
spec/ | ||
| |
tasks/ | ||
| |
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.


