- HomePage
- News
- Features
- Download & Installation
- Documentation
- Examples
- Project Status
- WikiWiki Web
webgen has been tested on Linux and on Windows XP with Ruby 1.8.4.
2007-02-28: webgen 0.4.2 released! Bugs fixed and some feature added! More...
2007-01-12: webgen 0.4.1 released! Bug fix for running webgen on Windows and other small updates! More...
2007-01-05: webgen 0.4.0 released! Major update to the core and plugins and many new features added! More...
The newest version of webgen can be downloaded from Rubyforge.
Homepage: webgen.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=296
All the optional libraries can be installed via Rubygems (which I recommend). You can check the availability of the libraries by executing
$ webgen check libs
The output tells you whether webgen has been able to load the optional libraries or not!
The easiest way to install webgen is via Rubygems
$ gem install webgen
However, you can also use the included setup.rb
installation method:
$ ruby setup.rb config
$ ruby setup.rb setup
$ ruby setup.rb install
Or all commands together via
$ rake install
The above listed methods also work when installing on Windows (preferred way is via Rubygems).