Hi, could someone tell me the state of the iconv coding? Thanks, -Conrad
Hi, I got nanoc3 working with MacRuby (http://nanoc.stoneship.org/). It‘s a static site generator like webby (I think it is more powerful). I haven't done much yet, just the basic things like create a site skeleton, replace a 'yield' in a layout page (does not work yet, ticket #386), and do some filtering with ERB. Finally i wrote a MacRuby function, where I am parsing calendar events of my iCal (framework 'CalendarStore') to bring them on the website. This is the reason why I am running nanoc with MacRuby, because of the direct access to the Cocoa frameworks. It is working fine! Next I will try to run other filters like Redcloth and Ultraviolet, and things like image- and pdf-processing (with the Cocoa framework) I will give a chance too. Ah, there is one question remaining: nanoc3 uses PStore, which is calling File#flock, which gives an unimplemented error in MacRuby. Does anybody know the state of File#flock? Bernd
Hi, On Oct 15, 2009, at 9:33 AM, B. Ohr wrote:
Hi,
I got nanoc3 working with MacRuby (http://nanoc.stoneship.org/). It‘s a static site generator like webby (I think it is more powerful).
I haven't done much yet, just the basic things like create a site skeleton, replace a 'yield' in a layout page (does not work yet, ticket #386), and do some filtering with ERB.
Finally i wrote a MacRuby function, where I am parsing calendar events of my iCal (framework 'CalendarStore') to bring them on the website. This is the reason why I am running nanoc with MacRuby, because of the direct access to the Cocoa frameworks. It is working fine!
Next I will try to run other filters like Redcloth and Ultraviolet, and things like image- and pdf-processing (with the Cocoa framework) I will give a chance too.
That sounds awesome! I think it would be very cool if you could describe your experience on the website (maybe as a blog article or short tutorial).
Ah, there is one question remaining:
nanoc3 uses PStore, which is calling File#flock, which gives an unimplemented error in MacRuby. Does anybody know the state of File#flock?
Please file a ticket on Trac, I will try to get it implemented for the next beta. Laurent
Hi Conrad, On Oct 14, 2009, at 7:45 PM, Conrad Taylor wrote:
Hi, could someone tell me the state of the iconv coding?
It's not implemented yet and won't probably be there in 0.5. Note that you can do encoding, unicode and ICU transformations on MacRuby strings out of the box, using the CFStringRef and NSString APIs. Laurent
participants (3)
-
B. Ohr
-
Conrad Taylor
-
Laurent Sansonetti