X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=README;h=ddbf03c62355906416721899c266ef0699558df3;hp=4e1373efaa8dbb7a58b446fe038b7fe1594c2f2f;hb=341603018d6182ae5a0663ca93922976e4d72868;hpb=7fdab92d93b1e5fcb021cb1604ede849114c0558 diff --git a/README b/README index 4e1373e..ddbf03c 100644 --- a/README +++ b/README @@ -1,26 +1,27 @@ -- -$Id: README 5 2005-03-27 01:16:12Z tilman $ +$Id: README 16 2005-03-29 15:56:37Z tilman $ ++ -= ruby-eet -- Ruby bindings for EET += Ruby-EET -- Ruby bindings for EET -ruby-eet allows you to dump Ruby objects to disk in the EET file format. -Compatibility with EET Data Descriptors, as used in the C API of libeet, +Ruby-EET allows you to read and write EET[http://enlightenment.org] files +from Ruby code. +Support for Ruby object serialization to EDD (EET Data Descriptor) format is given. -ruby-eet is maintained by: +Ruby-EET is maintained by: :include: AUTHORS == License -ruby-eet is available under an MIT-style license. +Ruby-EET is available under an MIT-style license. :include: COPYING == Download -The latest version of ruby-eet can be found at +The latest version of Ruby-EET can be found at http://code-monkey.de/projects/ruby-efl.html Online documentation is available at @@ -28,12 +29,12 @@ http://code-monkey.de/docs/ruby-eet == Dependencies -ruby-eet depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater +Ruby-EET depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater and EET[http://www.enlightenment.org]. == Installation -Run "rake install" to install ruby-eet. +Run "rake install" to install Ruby-EET. == Usage @@ -52,7 +53,7 @@ Eet::File#write_image. === Serializing objects -ruby-eet also supports the serialization of objects which uses the same +Ruby-EET also supports the serialization of objects which uses the same format as the C API uses for its EET data descriptors. At the time of this writing, deserialization, i.e. read support, isn't implemented yet, though.