
  Ruby
    Object-Oriented script language. smart syntax.
        http://www.ruby-lang.org/ruby/

  GTK+
    Gimp ToolKit. powerful toolkit written by C.
        http://www.gtk.org/

  GIMP
    The GNU Image Manipulation Program, has a flexible plug-in and scripting
    interface to extend its capabilities.
        http://www.gimp.org/

  Ruby/GTK
    Ruby extension library to use GTK+.
        http://www.ruby-lang.org/gtk/

  Gimp-Ruby (this distribution)
    Ruby extension library to write GIMP plugins in Ruby.
        http://homepage1.nifty.com/susho/softtware/index.en.html#Gimp-Ruby

    If you have any questions or requests, please mail to:

    ruby-list@ruby-lang.org Japanese Mailing List. it's generic ML.
    ruby-ext@ruby-lang.org  Japanese Mailing List. it's for developer.
    zvm01052@nifty.ne.jp    It's me.


  Install

    0. install Gimp-1.2.x, Ruby, Ruby/GTK

    1. extract archive file.
       % gzip -dc ruby-gimp-x.x.x.tar.gz | tar xf -

    2. change directory to which you made last time.
       % cd ruby-gimp-x.x.x

    3. create Makefile
       % ruby extconf.rb

    4. make.
       % make
    
    5. make install
       % su
       # make install


  Documents

    doc/
      MEMO.ja            memorandum written in Japanese
      README.win32.ja


  Sample Scripts

    plug-in/clothify.rb         Port of clothify.scm
    plug-in/coolmetal-logo.rb   Port of coolmetal-logo.scm
    plug-in/erase-rows.rb       Port of erase-rows.scm
    plug-in/eval.rb
    plug-in/raindrop.rb         Port of raindrop.scm
    plug-in/rendermap.rb        Port of rendermap.scm
    plug-in/sphere.rb           Port of sphere.scm
    plug-in/textured-logo.rb    Port of textured-logo.scm

  Miscellaneous staff

    embed/        rubymod - Generic Embedded Puby Interpreter for GIMP

  Related links

    - Ruby/GTK (official)
      you can get latest version of Ruby/GTK.
      -> http://www.ruby-lang.org/gtk/

  Copying

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.

  With ruby, enjoy free and exciting programing.

---
maintainer:
  Masahiro Sakai <zvm01052@nifty.ne.jp>
  http://homepage1.nifty.com/susho/
