Sha256: 844a71c3ea8840fb78f87460239899556e69d105d9484b781aa025256054e946
Contents?: true
Size: 1.91 KB
Versions: 3
Compression:
Stored size: 1.91 KB
Contents
--- title: Download & Installation inMenu: true --- h2(#download). Download The newest version of webgen can be downloaded from Rubyforge. Homepage: "webgen.rubyforge.org":http://webgen.rubyforge.org Download: "http://rubyforge.org/frs/?group_id=296":http://rubyforge.org/frs/?group_id=296 h2(#deps). Dependencies * "cmdparse":http://cmdparse.rubyforge.org version 2.0.0 or higher * [optional] "RedCloth":http://redcloth.rubyforge.org version 2.0.10 or higher if you want Textile support * [optional] "BlueCloth":http://www.deveiate.org version 1.0.0 or higher if you want Markdown support * [optional] "RMagick":http://rmagick.rubyforge.org/ version 1.7.1 or higher if you want automatic thumbnail creation for image galleries * [optional] "builder":http://builder.rubyforge.org/ version 2.0.0 or higher if you want programatic HTML/XML file generation * [optional] "exifr":http://exifr.rubyforge.org/ version 0.9.4 or higher if you want to be able to have EXIF information available for image galleries * [optional] "coderay":http://coderay.rubychan.de/ version 0.7.4.215 or higher if you want syntax highlighting to be available for certain plugins 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! h2(#installation). Installation 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). --- sidebar, textile <h1>Information</h1> webgen has been tested on Linux and on Windows XP with Ruby 1.8.4.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.4.2 | doc/src/download.page |
webgen-0.4.0 | doc/src/download.page |
webgen-0.4.1 | doc/src/download.page |