- 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-12-31: Minor release with feature enhancements. More...
2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. 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).