T
Thomas Leitner
Hello everyone,
I'm proud to announce the availability of webgen 0.3.0!
Major Changes
=============
* Textile, Markdown, RDOC and HTML as content format supported!
* New tags: wikilink
* Improved plugin system
* On-the-fly creation of new tags
* Fixed bugs
* Improved online documentation: pages on file handlers and tags now
show parameters and other additional info
* Added comprehensive test suite
* and more...
Download & Installation
=======================
Homepage: http://webgen.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=296
Dependencies:
* RedCloth version 2.0.10 or higher if you want Textile support
* BlueCloth version 1.0.0 or higher if you want Markdown support
There are many ways to install webgen. Choose the one you like best:
Via RPA
$ rpa install webgen
or
$ rpa install
http://rubyforge.org/frs/download.php/3167/webgen-0.3.0.rps
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
About webgen
============
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
Uses
====
* project documentation (e.g. I use it for the webgen documentation
* small (or perhaps also large) static websites
* personal websites
* ...
Cheers,
Thomas
I'm proud to announce the availability of webgen 0.3.0!
Major Changes
=============
* Textile, Markdown, RDOC and HTML as content format supported!
* New tags: wikilink
* Improved plugin system
* On-the-fly creation of new tags
* Fixed bugs
* Improved online documentation: pages on file handlers and tags now
show parameters and other additional info
* Added comprehensive test suite
* and more...
Download & Installation
=======================
Homepage: http://webgen.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=296
Dependencies:
* RedCloth version 2.0.10 or higher if you want Textile support
* BlueCloth version 1.0.0 or higher if you want Markdown support
There are many ways to install webgen. Choose the one you like best:
Via RPA
$ rpa install webgen
or
$ rpa install
http://rubyforge.org/frs/download.php/3167/webgen-0.3.0.rps
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
About webgen
============
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
Uses
====
* project documentation (e.g. I use it for the webgen documentation
* small (or perhaps also large) static websites
* personal websites
* ...
Cheers,
Thomas