MenTaLguY wrote:
> On Wed, 2006-11-01 at 13:53 +0100, Paul van Tilburg wrote:
>
>> I commited it to SVN (well, a few days ago but forgot to report it).
>> I'd say, 0.5 is ready. I'm feeling ready to gear up for the new
>> release/version. :)
>>
>
> Ok. There are still a few minor bugs I'd like to iron out (e.g.
> Page#next_link and Page#prev_link are broken right now), but other than
> that I think we're basically ready for 0.5.
>
Hi folks--
I asked about this awhile back [1], but never saw a response--
patch for bin/hobix to make it usable on Windows. Again, I'm
unsure if removing some of the code is a good idea.
Pls see link below for the full discussion.
Index: hobix
===================================================================
--- hobix (revision 151)
+++ hobix (working copy)
@@ -58,13 +58,9 @@
puts "*** type `hobix help' and check your spelling."
exit
end
- hobix_weblog = URI::parse( cmdline.config['weblogs'][ weblog ] )
- if hobix_weblog.scheme
+ hobix_weblog = URI::parse(URI::escape(cmdline.config['weblogs'][ weblog ]))
+ if hobix_weblog.scheme and cmdline.respond_to? "#{ hobix_weblog.scheme
}_#{ cmd }_remote"
mname = "#{ hobix_weblog.scheme }_#{ cmd }_remote"
- unless cmdline.respond_to? mname
- opts.unshift cmd
- mname = hobix_weblog.scheme
- end
else
hobix_weblog = Hobix::Weblog.load( cmdline.config['weblogs'][ weblog ]
)
mname = "#{ cmd }_action"
1. http://rubyforge.org/pipermail/hobix-is-the-way/2006-October/000820.html
Thanks.
--
------------------------------------------------------------------------
Brian C. Young
“...the depth of human sinfulness is expressed in the way in which human
beings deceive themselves into believing that the defense of, or
commitment to, their own people requires the harm of other people.”
--Duane K. Friesen
_______________________________________________
Hobix-is-the-way mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/hobix-is-the-way