From mental at rydia.net Sun Jun 4 14:23:19 2006 From: mental at rydia.net (MenTaLguY) Date: Sun, 04 Jun 2006 14:23:19 -0400 Subject: Problems on ruby 1.8.4 (2005-12-24) [powerpc-darwin8.6.0] In-Reply-To: <64d347900605301842v197fda96l21ac1aaedaf9713d@mail.gmail.com> References: <64d347900605301842v197fda96l21ac1aaedaf9713d@mail.gmail.com> Message-ID: <1149445399.5339.29.camel@localhost.localdomain> On Tue, 2006-05-30 at 20:42 -0500, Arthur Vanderbilt wrote: > I'm fixing little problems that my configuration is having with hobix > svn trunk. I'll post them here as I go? > > Here is the first one ... > > hobix blogs was throwing an exception when there were no blogs I've committed the following fix to trunk: Index: lib/hobix/commandline.rb =================================================================== --- lib/hobix/commandline.rb (revision 125) +++ lib/hobix/commandline.rb (revision 126) @@ -127,7 +127,7 @@ def blogs_weblog_explain; "List your weblogs."; end def blogs_weblog_args; []; end def blogs_weblog - if @config['weblogs'].respond_to? :sort + if @config['weblogs'].respond_to?( :sort ) && !@config['weblogs'].empty? blogs = @config['weblogs'].sort name_width = blogs.collect { |b| b[0].length }.max tabular( blogs, [[-name_width, 0, 'weblog-name'], [-40, 1, 'path']] ) Please let us know if you encounter any further problems. -mental From paul at luon.net Mon Jun 5 05:43:25 2006 From: paul at luon.net (Paul van Tilburg) Date: Mon, 5 Jun 2006 11:43:25 +0200 Subject: Release? Message-ID: <20060605094325.GA4824@power.luon.net> Hello, Considering that Hobix SVN is quite stable modulo some fixes for some Ruby interpreter/stdlib version, is it possible to release 0.4 or determine a final TODO/goals for the 0.4 release? I am eager to package this and put it in Debian, since several people are using my unofficial packages at the moment. Paul -- Student @ Eindhoven | email: paul at luon.net University of Technology, The Netherlands | JID: paul at luon.net >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 From mental at rydia.net Mon Jun 5 11:19:02 2006 From: mental at rydia.net (MenTaLguY) Date: Mon, 5 Jun 2006 8:19:02 -0700 Subject: Release? In-Reply-To: <20060605094325.GA4824@power.luon.net> References: <20060605094325.GA4824@power.luon.net> Message-ID: <7308d131e4229273fbbb5d410f00908f@localhost> On Mon, 5 Jun 2006 11:43:25 +0200, Paul van Tilburg wrote: > Hello, > > Considering that Hobix SVN is quite stable modulo some fixes for some > Ruby interpreter/stdlib version, is it possible to release 0.4 or > determine a final TODO/goals for the 0.4 release? Actually, there was an 0.4 release (which has some issues) -- see http://go.hobix.com/0.4, but nobody has been updating the website. SVN trunk is probably pre-0.5. If nothing continues to happen at this rate, I'm going to start bugging _why for access to update the website[1] and permission to start doing releases. I'm already a project admin on Rubyforge. Incidentaly -- "modulo some fixes for some Ruby interpreter/stdlib version" -- were you referring to suff that's been committed, or to patches that still need to be merged into trunk? If the latter, please send them along and I'll merge them. -mental --- [1] Which might understandably be tricky; there's a whole bunch of other stuff hanging off of hobix.com that I don't want or need access to. But somebody has got to start doing it. From paul at luon.net Mon Jun 5 11:33:45 2006 From: paul at luon.net (Paul van Tilburg) Date: Mon, 5 Jun 2006 17:33:45 +0200 Subject: Release? In-Reply-To: <7308d131e4229273fbbb5d410f00908f@localhost> References: <20060605094325.GA4824@power.luon.net> <7308d131e4229273fbbb5d410f00908f@localhost> Message-ID: <20060605153345.GC4824@power.luon.net> On Mon, Jun 05, 2006 at 08:19:02AM -0700, MenTaLguY wrote: > On Mon, 5 Jun 2006 11:43:25 +0200, Paul van Tilburg wrote: > > Hello, > > > > Considering that Hobix SVN is quite stable modulo some fixes for some > > Ruby interpreter/stdlib version, is it possible to release 0.4 or > > determine a final TODO/goals for the 0.4 release? > > Actually, there was an 0.4 release (which has some issues) -- see > http://go.hobix.com/0.4, but nobody has been updating the website. > SVN trunk is probably pre-0.5. Oh! That's good to hear. Actually I am looking for the original tarball. I need to use it as base of my package as well as distribute it. A web-accessible directory would be nice, so that I can even put a watch on it. > Incidentaly -- "modulo some fixes for some Ruby interpreter/stdlib > version" -- were you referring to suff that's been committed, or to > patches that still need to be merged into trunk? If the latter, > please send them along and I'll merge them. No, I was referring to the already merged stuff. Thanks, Paul -- Student @ Eindhoven | email: paul at luon.net University of Technology, The Netherlands | JID: paul at luon.net >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 From mental at rydia.net Tue Jun 6 23:17:43 2006 From: mental at rydia.net (MenTaLguY) Date: Tue, 06 Jun 2006 23:17:43 -0400 Subject: Release? In-Reply-To: <20060605153345.GC4824@power.luon.net> References: <20060605094325.GA4824@power.luon.net> <7308d131e4229273fbbb5d410f00908f@localhost> <20060605153345.GC4824@power.luon.net> Message-ID: <1149650263.5417.4.camel@localhost.localdomain> On Mon, 2006-06-05 at 17:33 +0200, Paul van Tilburg wrote: > > Actually, there was an 0.4 release (which has some issues) -- see > > http://go.hobix.com/0.4, but nobody has been updating the website. > > SVN trunk is probably pre-0.5. > > Oh! That's good to hear. Actually I am looking for the original > tarball. I need to use it as base of my package as well as distribute it. > A web-accessible directory would be nice, so that I can even put > a watch on it. FWIW, I wouldn't recommend 0.4; everyone I've pointed at it has had problems. We really need to release an 0.5 from trunk or something. _why, any objections to my doing an 0.5 release on Rubyforge etc., at least? -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/hobix-is-the-way/attachments/20060606/bf46c4e7/attachment.bin From why at hobix.com Thu Jun 8 18:17:02 2006 From: why at hobix.com (why the lucky stiff) Date: Thu, 8 Jun 2006 16:17:02 -0600 Subject: Release? In-Reply-To: <1149650263.5417.4.camel@localhost.localdomain> References: <20060605094325.GA4824@power.luon.net> <7308d131e4229273fbbb5d410f00908f@localhost> <20060605153345.GC4824@power.luon.net> <1149650263.5417.4.camel@localhost.localdomain> Message-ID: <20060608221702.GG799@wagon> On Tue, Jun 06, 2006 at 11:17:43PM -0400, MenTaLguY wrote: > _why, any objections to my doing an 0.5 release on Rubyforge etc., at > least? Okay, I've checked in a Rakefile for building gems, tar.gz and zip. And a 0.4.127 gem is up: gem install hobix --source code.whytheluckystiff.net _why From mental at rydia.net Sun Jun 18 02:11:40 2006 From: mental at rydia.net (MenTaLguY) Date: Sun, 18 Jun 2006 02:11:40 -0400 Subject: 0.5 release preparations Message-ID: <1150611100.6219.20.camel@localhost.localdomain> Okay, now that _why has Rakefiled the hobix tree, I guess we're gettin' in gear for release-type activities. The question is: are there any burning issues/features/patches/pocket lint you want to see addressed before 0.5 reaches the door? Because if not, I'll just do a few tweaks and 0.5 will probably get released just the way it is right now except for some minor things which have been bugging me for quite a while like the current commandline help regressions. -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/hobix-is-the-way/attachments/20060618/c3737b2b/attachment.bin From sl33p3r at free.fr Sun Jun 18 02:44:39 2006 From: sl33p3r at free.fr (Frederick Ros) Date: Sun, 18 Jun 2006 08:44:39 +0200 Subject: 0.5 release preparations In-Reply-To: <1150611100.6219.20.camel@localhost.localdomain> References: <1150611100.6219.20.camel@localhost.localdomain> Message-ID: <20060618064439.GA11293@zoo.void.org> MenTaLguY wrote : | The question is: are there any burning issues/features/patches/pocket | lint you want to see addressed before 0.5 reaches the door? Hi MenTaLguY, That's fine for me ! Go for it ! Best Regards, -- Frederick Ros aka Sleeper -- sleeper at jabber.fr printk(KERN_ERR "%s: Something Wicked happened! %4.4x.\n",...); linux-2.6.6/drivers/net/sundance.c -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: not available Url : http://rubyforge.org/pipermail/hobix-is-the-way/attachments/20060618/5e6745a5/attachment.bin From andre at sneakymustard.com Sat Jun 24 13:37:02 2006 From: andre at sneakymustard.com (Andre Nathan) Date: Sat, 24 Jun 2006 14:37:02 -0300 Subject: Category/tag entry search Message-ID: <1151170622.3071.5.camel@localhost> Hello I'm using this code to search for the latest post of a given category in my blog: <% entry = weblog.find(:match => /^mycategory\//, :lastn => 1).first %> Is there a better way to do that search? Maybe using tags? Ideally I'd like to filter based on a tag name instead of relying on doing a match that depends on the filesystem layout. Thanks, Andre From sl33p3r at free.fr Tue Jun 27 15:50:26 2006 From: sl33p3r at free.fr (Frederick Ros) Date: Tue, 27 Jun 2006 21:50:26 +0200 Subject: Category/tag entry search In-Reply-To: <1151170622.3071.5.camel@localhost> References: <1151170622.3071.5.camel@localhost> Message-ID: <20060627195026.GA25781@zoo.void.org> Andre Nathan wrote : | Hello | | I'm using this code to search for the latest post of a given category in | my blog: | | <% entry = weblog.find(:match => /^mycategory\//, :lastn => 1).first %> | | Is there a better way to do that search? Maybe using tags? Ideally I'd | like to filter based on a tag name instead of relying on doing a match | that depends on the filesystem layout. AFAIR, by default if you do not set the Hobix::Entry.no_implicit_tag to true, each of your entry should have at least a tag named after its category. Thus, if you do something like: entry = weblog.find.find_all {|e| e.tag == "mycategory"}[0] you should have something working (not tested though). -- Frederick Ros aka Sleeper -- sleeper at jabber.fr panic("Alas, I survived.\n"); linux-2.6.6/arch/ppc64/kernel/rtas.c -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: not available Url : http://rubyforge.org/pipermail/hobix-is-the-way/attachments/20060627/d549ba0b/attachment.bin