Sha256: ececce31ada50fc9149f1fcaf7b54e3e4181c767a5a09264256f9e39b46780e3
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
.=title: README .?version: $Rev: 41 $ .?lastupdate: $Date: 2005-11-22 03:24:54 +0900 (Tue, 22 Nov 2005) $ .?release: $Release: 0.5.1 $ .$ About Kwalify Kwalify is a tiny schema validator for YAML document. It is in fact very poor compared to Relax NG or DTD. I hope you extend/customize Kwalify for your own way. See doc/users-guide.html for details. .$ Installation .* Just type 'gem install --remote kwalify' if you have installed RubyGems. .==================== $ sudo gem install --remote kwalify .==================== .* If you can be root user, use 'setup.rb' as following: .==================== $ tar xjf kwalify_x.x.x.tar.bz2 $ cd kwalify_x.x.x/ $ ruby setup.rb config $ ruby setup.rb setup $ sudo ruby setup.rb install .==================== .* If you can't be root user, copy script and libraries to proper directory. .==================== $ tar xjf kwalify_x.x.x.tar.bz2 $ cd kwalify_x.x.x/ $ mkdir -p $HOME/bin $ cp -a bin/* $HOME/bin $ export PATH=$PATH:$HOME/bin $ mkdir -p $HOME/lib/ruby $ cp -a lib/* $HOME/lib/ruby $ export RUBYLIB=$HOME/lib/ruby .==================== .* Or use 'contrib/inline-require' script to concatenate all script and libraries into one file. .==================== $ tar xjf kwalify_x.x.x.tar.bz2 $ cd kwalify_x.x.x/ $ unset RUBYLIB $ ruby contrib/inline-require -I ./lib bin/kwalify > kwalify $ mv kwalify $HOME/bin $ chmod a+x $HOME/bin/kwalify .==================== .$ License GNU General Public License ver.2 If you need looser license, please contact me. .$ Author Makoto Kuwata <kwa(at)kuwata-lab.com> .^ http://www.kuwata-lab.com/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kwalify-0.5.1 | README.txt |