BBCodelib Ruby Bindings
Details
This is a ruby wrapper for the bbcodelib project at source forge written by
Igor Franchuk, [email protected] and available at http://sourceforge.net/projects/bbcodelib/
To Install:
gem install bbcodelib
To Use:
require 'rubygems'
require 'bbcode'
parsed_string = BBCode::parse_string(original_text)
If you wish to change the supported tags/output you'll need to edit bbcode_config.h and
recompile the Gem.
License - GPL
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.