This project faciliates sources for http://www.inquisitor.ru/ website. It outputs almost pure static HTML and is generated by webgen.
# apt-get install ruby1.8-dev rubygems librmagick-ruby
$ gem install --remote --version '=3.0.4' --no-rdoc --no-ri RedCloth
$ gem install --remote --version '=0.4.7' --no-rdoc --no-ri webgen
$ mkdir ~/bin
$ ln -s ~/.gem/ruby/1.8/bin/webgen ~/bin
Then run webgen to rebuild the site:
$ webgen
And use the browser to view the output in output/
directory.
Run ./publish
script to publish results on live websites. Obviously,
you'll need credentials at current target web servers.