T
Thomas Leitner
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.rubyforge.org
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.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=296
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
=====
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.rubyforge.org
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.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=296
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