Hey everybody, I just released webgen 0.4.2 which closes some bugs and adds some new features. For a complete change log have a look at http://webgen.rubyforge.org/news.html. -- Thomas About webgen ========== webgen is used to generate web pages from page and 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. When webgen is run it combines the template with each of the page files and generates the HTML output files. During this process special tags are substituted so that, for example, dynamic menus or breadcrumb trails are generated. Installation ======== gem install webgen