[Evolution] [ANN] Revolution 0.4 - Fun With s-expressions
- From: Tom Copeland <tom infoether com>
- To: evolution lists ximian com
- Subject: [Evolution] [ANN] Revolution 0.4 - Fun With s-expressions
- Date: Wed, 30 Mar 2005 10:09:23 -0500
Hi all -
I've just released v0.4 of Revolution, a Ruby binding to Evolution. This
new release includes the ability to add, delete, and query contacts.
Hopefully folks may find this useful - if you want to experiment with
Evolution's internal s-expression query language, you can do them
without having to compile any C code. Here's an excerpt from an
interactive Ruby session:
[tom hal revolution]$ irb
irb(main):001:0> require 'rubygems'
irb(main):002:0> require_gem 'revolution'
irb(main):003:0> rev = Revolution::Revolution.new
irb(main):004:0> rev.get_contacts_with_query("(contains 'full_name'
'Copeland')").each {|c| puts c.first_name }
Madelyn
Lee
Alina
Dave
Nifty, huh?
You can download it here:
http://rubyforge.org/frs/?group_id=576
and more documentation is available here:
http://revolution.rubyforge.org/
Yours,
Tom Copeland
tom infoether com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]