public
Rubygem
Description: Rena is a Ruby RDF library that I'm trying to help extend.
Clone URL: git://github.com/tommorris/rena.git
Search Repo:
commit  aad55434b36cf4fcaf53669155461e9860054bfc
tree    01430ce8b29b9c667298f5efc127f341cfb06963
rena /
README
Rena README
============

  Renaタソ(;´Д`)ハァハァ  - a library for RDF and Semantic Web.

Requirements
------------

  * ruby 1.8
    <http://www.ruby-lang.org/>

  * Unicode library 0.1 (optional)
    <http://www.yoshidam.net/Ruby.html>

Install
-------

  De-Compress archive and enter its top directory.
  Then type:

    $ ruby setup.rb config
    $ ruby setup.rb setup
   ($ su)
    # ruby setup.rb install

  You can also install files into your favorite directory
  by supplying setup.rb some options. Try "ruby setup.rb --help".

Usage
-----

  not documented yet.
  see samples/*.

License
-------

  You can redistribute it and/or modify it under the same term as Ruby.


Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>