Hi everybody, webgen 0.5.0 is nearly finished now. I still have to update the documentation a little bit but all the functional parts should be in place. You can already check out the new version by using git - the rubforge git repository for webgen is up-to-date! Since I won''t have an Internet connection over the weekend, webgen 0.5.0 will be released Monday or Tuesday next week. -- Thomas
On Fri, Jul 4, 2008 at 1:42 AM, Thomas Leitner <t_leitner at gmx.at> wrote:> You can already check out the new version by using git - the > rubforge git repository for webgen is up-to-date!You should consider hosting on GitHub. It is much easier for people to fork a publicly-accessible branch on GitHub, plus all the other bells and whistles GitHub offers. If you keep it on RubyForge, I must "proxy" through a local branch in order to host a branch of webgen publicly on GitHub.
Am Fri, 4 Jul 2008 11:39:15 -0700 schrieb "Chad Woolley" <thewoolleyman at gmail.com>:> On Fri, Jul 4, 2008 at 1:42 AM, Thomas Leitner <t_leitner at gmx.at> > wrote: > > You can already check out the new version by using git - the > > rubforge git repository for webgen is up-to-date! > > You should consider hosting on GitHub. It is much easier for people > to fork a publicly-accessible branch on GitHub, plus all the other > bells and whistles GitHub offers. If you keep it on RubyForge, I must > "proxy" through a local branch in order to host a branch of webgen > publicly on GitHub.The main repository will be on Rubyforge but I have added a repo to GitHub as well. It is available at http://github.com/gettalong/webgen I will push to Rubyforge and GitHub regularly. -- Thomas
On Sun, Jul 6, 2008 at 11:38 PM, Thomas Leitner <t_leitner at gmx.at> wrote:> The main repository will be on Rubyforge but I have added a repo to > GitHub as well. It is available at http://github.com/gettalong/webgen > > I will push to Rubyforge and GitHub regularly.OK. If you treat them both as branches of your local copy, and take the burden of keeping them in sync, that works fine. Thanks!
Am Tue, 8 Jul 2008 07:57:39 -0700 schrieb "Chad Woolley" <thewoolleyman at gmail.com>:> On Sun, Jul 6, 2008 at 11:38 PM, Thomas Leitner <t_leitner at gmx.at> > wrote: > > The main repository will be on Rubyforge but I have added a repo to > > GitHub as well. It is available at > > http://github.com/gettalong/webgen > > > > I will push to Rubyforge and GitHub regularly. > > OK. If you treat them both as branches of your local copy, and take > the burden of keeping them in sync, that works fine. Thanks!That should be no problem since I''m the only one with commit access on Rubyforge so the Rubyforge repository will only be the ''central server'' where I can push my local commits to. And when someone forks the repo on github and make commits, it should be easy to incorporate them into my github repo and the rubyforge repo. Cheers, Thomas