Hi all, some days ago I wrote that I once had started porting Luke to Ferret with Ruby/Gtk. I just dug out those sources and put them under version control. It''s far from finished and my first Gtk program, but might be a good start anyway. the code is available at svn://projects.jkraemer.net/inspector/trunk/ If anybody wants to contribute, I''ll be glad to grant commit rights. Please note that I''m on vacation (that is, offline most of the time) for the next few days and therefore won''t be able to respond to emails that frequently. so long, Jens -- webit! Gesellschaft f?r neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Kr?mer kraemer at webit.de Schnorrstra?e 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66
On 8/5/06, Jens Kraemer <kraemer at webit.de> wrote:> Hi all, > > some days ago I wrote that I once had started porting Luke to Ferret > with Ruby/Gtk. I just dug out those sources and put them under version > control. > > It''s far from finished and my first Gtk program, but might be a good > start anyway. > > the code is available at > svn://projects.jkraemer.net/inspector/trunk/ > > If anybody wants to contribute, I''ll be glad to grant commit rights. > Please note that I''m on vacation (that is, offline most of the time) > for the next few days and therefore won''t be able to respond to emails > that frequently. > > so long, > JensGreat work Jens. Have a great vacation. For anyone who is wondering, here is how I got it working on Ubuntu;>$ sudo apt-get libgtk2-ruby >$ svn co svn://projects.jkraemer.net/inspector/trunk/ inspector >$ cd inspector > ruby -Ilib bin/inspector /path/to/indexBtw, can anyone think of a better name for this than inspector? Cheers, Dave
Jens Kraemer schrieb:> some days ago I wrote that I once had started porting Luke to Ferret > with Ruby/Gtk. I just dug out those sources and put them under version > control. >hey .. can you give me a brief description, what this is all about? Ben
> Btw, can anyone think of a better name for this than inspector?How about - Fluke ?
On 8/5/06, Benjamin Krause <bk at benjaminkrause.com> wrote:> Jens Kraemer schrieb: > > some days ago I wrote that I once had started porting Luke to Ferret > > with Ruby/Gtk. I just dug out those sources and put them under version > > control. > > > hey .. > > can you give me a brief description, what this is all about? > > BenHi Ben, Basically it''s just an index inspector. It allows you to inspect the documents and term vectors in the index and to scan through term enums and term-doc enums. This can be very helpful during development for debugging purposes and to give you a better idea of how the index works. Cheers, Dave