[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby/ZOOM 0.1.0

Laurent Sansonetti

3/18/2005 9:10:00 PM

Hi,

I am happy to announce the first release of Ruby/ZOOM!

Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model
(ZOOM), an abstract object-oriented programming interface to a subset of
the services specified by the Z39.50 standard, also known as the
international standard ISO 23950.

This software is based (and therefore depends) on YAZ, a free-software
implementation of the Z39.50/SRW/SRU standards, but could be easily
ported to any ZOOM compliant implementation.

You can get more information (download link, sample, API reference,
etc...) from the homepage:

http://ruby-zoom.ruby...

Enjoy

Laurent




7 Answers

pat eyler

3/18/2005 9:18:00 PM

0

On Sat, 19 Mar 2005 06:10:19 +0900, Laurent Sansonetti <lrz@gnome.org> wrote:
> Hi,
>
> I am happy to announce the first release of Ruby/ZOOM!

That's wonderful! I've been looking at Z39.50 for a long time, but
never built up enough momentum to try something like this. I can't
wait to try it out.

[elided]
>
> You can get more information (download link, sample, API reference,
> etc...) from the homepage:
>
> http://ruby-zoom.ruby...

Any plans for cutting a gem?

>
> Enjoy
>
> Laurent
>
>


--
thanks,
-pate
-------------------------
ParseTree is a little brown stinky ferret that digs down a hole and
violently rips the AST away from the warm bosom of ruby. In other
words, we cheat, they don't.


vruz

3/18/2005 9:20:00 PM

0

> This software is based (and therefore depends) on YAZ, a free-software
> implementation of the Z39.50/SRW/SRU standards, but could be easily
> ported to any ZOOM compliant implementation.

that's great, are you doing something like Koha (but in Ruby) ?

cheers,
vruz


Sam Roberts

3/18/2005 9:32:00 PM

0

Quoting lrz@gnome.org, on Sat, Mar 19, 2005 at 06:10:19AM +0900:
> Hi,
>
> I am happy to announce the first release of Ruby/ZOOM!
>
> Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model
> (ZOOM), an abstract object-oriented programming interface to a subset of
> the services specified by the Z39.50 standard, also known as the
> international standard ISO 23950.

Ok, I've gone through about 3 web pages, and I still don't know what
kind of info you can access with Z39.50. Could you give a few line
summary of what kinds of things I can do with this?

Cheers,
Sam


> This software is based (and therefore depends) on YAZ, a free-software
> implementation of the Z39.50/SRW/SRU standards, but could be easily
> ported to any ZOOM compliant implementation.
>
> You can get more information (download link, sample, API reference,
> etc...) from the homepage:
>
> http://ruby-zoom.ruby...
>
> Enjoy
>
> Laurent
>
>
>


pat eyler

3/18/2005 9:38:00 PM

0

On Sat, 19 Mar 2005 06:20:06 +0900, vruz <horacio.lopez@gmail.com> wrote:
> > This software is based (and therefore depends) on YAZ, a free-software
> > implementation of the Z39.50/SRW/SRU standards, but could be easily
> > ported to any ZOOM compliant implementation.
>
> that's great, are you doing something like Koha (but in Ruby) ?

Are you interested in something like that? I've been involved in the
Koha project for several years now (I used to manage it). I talked
with the other developers about trying to do a rewrite in Ruby to get
away from the Perl kruft that had built up, but never reached critical
mass. If anyone is interested in taking on the development of an ILS
in Ruby (probably on Rails), please let me know. I'd be very
interested in taking part in something like that.

>
> cheers,
> vruz
>
>


--
thanks,
-pate
-------------------------
ParseTree is a little brown stinky ferret that digs down a hole and
violently rips the AST away from the warm bosom of ruby. In other
words, we cheat, they don't.


Laurent Sansonetti

3/18/2005 9:56:00 PM

0

On Sat, 19 Mar 2005 06:20:06 +0900, vruz <horacio.lopez@gmail.com> wrote:
> > This software is based (and therefore depends) on YAZ, a free-software
> > implementation of the Z39.50/SRW/SRU standards, but could be easily
> > ported to any ZOOM compliant implementation.
>
> that's great, are you doing something like Koha (but in Ruby) ?
>

More or less. Ruby/ZOOM will be integrated in the next release of
Alexandria (http://alexandria.rub...), a standalone book
collection manager.

Laurent


Laurent Sansonetti

3/18/2005 10:00:00 PM

0

On Sat, 19 Mar 2005 06:31:49 +0900, Sam Roberts <sroberts@uniserve.com> wrote:
> Quoting lrz@gnome.org, on Sat, Mar 19, 2005 at 06:10:19AM +0900:
> > Hi,
> >
> > I am happy to announce the first release of Ruby/ZOOM!
> >
> > Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model
> > (ZOOM), an abstract object-oriented programming interface to a subset of
> > the services specified by the Z39.50 standard, also known as the
> > international standard ISO 23950.
>
> Ok, I've gone through about 3 web pages, and I still don't know what
> kind of info you can access with Z39.50. Could you give a few line
> summary of what kinds of things I can do with this?
>

Z39.50 is mainly used for book information retrieval. For instance,
the US Library of Congress has a Z39.50 open server. The French
National Library too. A lot of national libraries do provide a Z39.50
access to the public.

I am not an expert on this, I just want to support more libraries in
my book collection manager :) Someone can correct what I said.

Laurent


Aredridel

3/19/2005 12:52:00 AM

0

> Z39.50 is mainly used for book information retrieval. For instance,
> the US Library of Congress has a Z39.50 open server. The French
> National Library too. A lot of national libraries do provide a Z39.50
> access to the public.
>
> I am not an expert on this, I just want to support more libraries in
> my book collection manager :) Someone can correct what I said.

You're dead on. An ugly stupid protocol, but it works!