[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] webgen 0.3.3

Thomas Leitner

4/21/2005 7:15:00 PM

About
=====

Webgen can be used to generate web pages from page description and
template files. You create one template file in which you define the
layout of your page and where the content should go. After that you can
create page description files in which you only define the content.

When webgen is run it combines the template with each of the page
description files and generates the HTML output files. During this
process special tags are substituted so that, for example, a menu is
generated.

More information on webgen can be found on its homepage:
http://webgen.rub...


Major changes
=============

* New command line interface based on CommandParser
* Now you can let webgen create the basic directories and files by executing webgen create my_site
* New logging plugin lets you have more control over logging and log files
* Now each website can have a plugin directory
* New parameters for: wikilink
* Changed format of backing files - have a look at the documentation!
* Removed obsolete Extension Loader plugin
* Fixed bugs

Thanks for all the feedback!


Download & Installation
=======================

Homepage: http://webgen.rub...
Download: http://rubyforge.org/frs/?gr...

Dependencies:
* cmdparse version 1.0.2 or higher
* RedCloth version 2.0.10 or higher if you want Textile support
* BlueCloth version 1.0.0 or higher if you want Markdown support
* RMagick version 1.7.1 or higher if you want automatic thumbnail creation support

There are many ways to install webgen. Choose the one you like best:

Via RPA
$ rpa install webgen

Via RubyGems
$ gem install webgen

The do-it-yourself way
$ ruby setup.rb config
$ ruby setup.rb setup
$ ruby setup.rb install

The simplified do-it-yourself way
$ rake install


Bye,
Thomas

--
|\ Thomas Leitner -- thomas [underscore] leitner [at] gmx [dot] at
|>
|/ "Life is what happens to you while you're busy making other plans"

--
|\ Thomas Leitner -- thomas [underscore] leitner [at] gmx [dot] at
|>
|/ "Life is what happens to you while you're busy making other plans"