From t_leitner at gmx.at Fri Jul 4 04:42:26 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Fri, 4 Jul 2008 10:42:26 +0200 Subject: [webgen-users] webgen 0.5.0 nearly finished Message-ID: <20080704104226.155646fc@noeato.mat.univie.ac.at> 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 From thewoolleyman at gmail.com Fri Jul 4 14:39:15 2008 From: thewoolleyman at gmail.com (Chad Woolley) Date: Fri, 4 Jul 2008 11:39:15 -0700 Subject: [webgen-users] webgen 0.5.0 nearly finished In-Reply-To: <20080704104226.155646fc@noeato.mat.univie.ac.at> References: <20080704104226.155646fc@noeato.mat.univie.ac.at> Message-ID: On Fri, Jul 4, 2008 at 1:42 AM, Thomas Leitner 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. From t_leitner at gmx.at Mon Jul 7 02:38:35 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Mon, 7 Jul 2008 08:38:35 +0200 Subject: [webgen-users] webgen 0.5.0 nearly finished In-Reply-To: References: <20080704104226.155646fc@noeato.mat.univie.ac.at> Message-ID: <20080707083835.626e10ea@noeato.mat.univie.ac.at> Am Fri, 4 Jul 2008 11:39:15 -0700 schrieb "Chad Woolley" : > On Fri, Jul 4, 2008 at 1:42 AM, Thomas Leitner > 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 From thewoolleyman at gmail.com Tue Jul 8 10:57:39 2008 From: thewoolleyman at gmail.com (Chad Woolley) Date: Tue, 8 Jul 2008 07:57:39 -0700 Subject: [webgen-users] webgen 0.5.0 nearly finished In-Reply-To: <20080707083835.626e10ea@noeato.mat.univie.ac.at> References: <20080704104226.155646fc@noeato.mat.univie.ac.at> <20080707083835.626e10ea@noeato.mat.univie.ac.at> Message-ID: On Sun, Jul 6, 2008 at 11:38 PM, Thomas Leitner 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! From t_leitner at gmx.at Wed Jul 9 03:28:03 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Wed, 9 Jul 2008 09:28:03 +0200 Subject: [webgen-users] webgen 0.5.0 nearly finished In-Reply-To: References: <20080704104226.155646fc@noeato.mat.univie.ac.at> <20080707083835.626e10ea@noeato.mat.univie.ac.at> Message-ID: <20080709092803.66da95d6@noeato.mat.univie.ac.at> Am Tue, 8 Jul 2008 07:57:39 -0700 schrieb "Chad Woolley" : > On Sun, Jul 6, 2008 at 11:38 PM, Thomas Leitner > 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 From t_leitner at gmx.at Wed Jul 9 06:13:09 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Wed, 9 Jul 2008 12:13:09 +0200 Subject: [webgen-users] [ANN] webgen 0.5.0 released Message-ID: <20080709121309.70f30ae4@noeato.mat.univie.ac.at> Hey everybody! -------------- I just released a new webgen version and the 'new' is not overstated since it is really a complete rewrite of the 0.4.x series. The new 0.5.x series is not as feature rich as the 0.4.x series yet (most tags, source handlers and content processors are still missing), but provides some features not found before. One of these new features is partial site generation so that only changed files need to be regenerated! The following releases will make the 0.5.x series as feature rich as the 0.4.x series again. webgen now uses git as its VCS and has its main repository on Rubyforge but you can also find an up-to-date git repo on github at http://github.com/gettalong/webgen Best regards, Thomas What's webgen? -------------- webgen is a tool to generate static websites by combining content with template files. You create one or more template files in which you define the layout of your page and where the content should go. After that you create page files in which you only define the content. You can use a variety of markup languages like Textile or Markdown to define your content and you can add dynamic parts via ERB or by using webgen tags. This allows the automatic generation of menus, breadcrumb trails and much more! Installation ------------ gem install webgen Usage ----- See http://webgen.rubyforge.org/documentation/ From t_leitner at gmx.at Wed Jul 9 06:41:37 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Wed, 9 Jul 2008 12:41:37 +0200 Subject: [webgen-users] Features for webgen 0.5.1 Message-ID: <20080709124137.2b274ef6@noeato.mat.univie.ac.at> Hi everybody, since webgen 0.5.0 is now out of the door, the focus lies on 0.5.1 and its new features. Planned release date for this release will be end of July. I think I will start with the easier ones that many people will want to use again: * all missing content processors * the following tags: breadcrumbtrail, langbar, highlight, includefile, executecmd * add missing documentation for content processors, source handlers, tags, ... If you need a particular feature in the next release, please write a mail to this ML! Side note: Since I'm on a vacation from 12.7 till 20.7 no webgen development will be done during this time. Cheers, Thomas From t_leitner at gmx.at Fri Jul 25 03:37:58 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Fri, 25 Jul 2008 09:37:58 +0200 Subject: [webgen-users] Features for webgen 0.5.1 In-Reply-To: <20080709124137.2b274ef6@noeato.mat.univie.ac.at> References: <20080709124137.2b274ef6@noeato.mat.univie.ac.at> Message-ID: <20080725093758.57e02c91@noeato.local> > I think I will start with the easier ones that many people will want > to use again: > * all missing content processors > * the following tags: breadcrumbtrail, langbar, highlight, > includefile, executecmd > * add missing documentation for content processors, source handlers, > tags, ... All the features above are now implemented and in the git repos on Rubyforge and github. I will make the release on 30.7 or 31.7. Till then I will add some more features if I have time. Does anyone want a particular feature implemented in this release? -- Thomas From t_leitner at gmx.at Thu Jul 31 06:06:37 2008 From: t_leitner at gmx.at (Thomas Leitner) Date: Thu, 31 Jul 2008 12:06:37 +0200 Subject: [webgen-users] [ANN] webgen 0.5.1 released Message-ID: <20080731120637.37598416@noeato.local> Hey everybody! -------------- I have just released webgen 0.5.1! If you don't know what webgen is, read the "What's webgen?" section down below. Since the 0.5.0 release did not have as many features as the older 0.4.x releases, this release as well as the next few releases concentrate on porting features from the latest 0.4.x version. The focus of this release was adding the missing content processors and most of the more widely used tags. If you want to have a currently missing feature in the next release, write to the mailing list! I have also created a new [google group] which mirrors the `webgen-users` mailing list. [google group]: http://groups.google.com/group/webgen-users/ * Major feature enhancements: - ported 4 content processors: haml, sass, rdoc and builder - ported 5 tags: breadcrumb_trail, langbar, include_file], execute_cmd and date - implemented 1 new tag: coderay * Bug fixes: - fixed bug RF#21387: webgen CLI now works correctly when `stty` is not available Best regards, Thomas What's webgen? -------------- webgen is a tool to generate static websites by combining content with template files. You create one or more template files in which you define the layout of your page and where the content should go. After that you create page files in which you only define the content. You can use a variety of markup languages like Textile or Markdown or Haml to define your content and you can add dynamic parts via ERB or by using webgen tags. This allows the automatic generation of menus, breadcrumb trails and much more! Installation ------------ gem install webgen Usage ----- See http://webgen.rubyforge.org/documentation/