On Thu, Aug 20, 2009 at 1:01 AM, Matt Aimonetti wrote:
> Alright, things are now setup and contribution should be easier (patches
> against svn are also accepted).
>
> How to contribute content for the website using github:
>
> * fork the website repo on github:
> http://github.com/mattetti/macru
Here's a smaller/simpler example of creating a gist, although it uses
RubyCocoa (it's written for LimeChat), it would be easy to port that
MacRuby: http://github.com/alloy/CocoaGist/tree/master
Cheers,
Eloy
On 20 aug 2009, at 08:57, Matt Aimonetti wrote:
Haha, let's add that to the todo li
Hey Laurent,
Fair enough, point taken :)
Eloy
On 19 aug 2009, at 00:20, Laurent Sansonetti wrote:
Hi Eloy,
I would also love to have a ffi-based zlib but we need zlib urgently
for RubyGems and I don't think our FFI implementation will be ready
soon. It is still our objective to finish FF
This is from something I wrote a while ago on how to write a recipe
but did not post to the site. I added stuff on how to do blog posts
too.
Writing a recipe/blog post for the MacRuby website is very easy.
First, you need to get the MacRuby website source checked out on your
computer.
What version of Webby is everyone using? I'm on the latest (0.9.4) and was
getting errors from the blog:post task until I replaced tasks/blog.task with
the one created by 'webby-gen blog'. You can see the changes here:
http://github.com/msassak/macruby_website/commit/f262f91c099186fc74f2b1e0c9e4099
Hi,
We now have git mirrors of our SVN repositories:
git://git.macruby.org/macruby/MacRuby.git
git://git.macruby.org/macruby/MacRubyWebsite.git
They mirror during post-commit, so the mirror should never be more
than a few seconds behind subversion. Feel free to use them.
The