doc/index.page in webgen-0.5.7 vs doc/index.page in webgen-0.5.8

- old
+ new

@@ -5,11 +5,13 @@ This documentation is for the *repository version*{: style='color: red; font-weight: bold'} of webgen and therefore may state features that are not available in the latest released version. * The documentation for the *latest released 0.5.x*{: style='color: red; font-weight: bold'} version - can be found [here](http://webgen.rubyforge.org/documentation/0.5.x/index.html) + can be found [here](http://webgen.rubyforge.org/documentation/0.5.x/index.html). This + documentation can also be generated locally by running `rake htmldoc` in the root directory of the + weben distribution. * If you are looking for the documentation of the *0.4.x*{: style='color: red; font-weight: bold'} series, it can be found [here](http://webgen.rubyforge.org/documentation/0.4.x/index.html). If you don't find an answer to your questions in the documentation, there are also: @@ -55,9 +57,13 @@ * [**Meta Information Reference**]({relocatable: reference_metainfo.html}): Descriptions for every meta information key that is used by webgen. * [**Configuration Options Reference**]({relocatable: reference_configuration.html}): Overview of all configuration options. + +* [**Website Styles Reference**]({relocatable: reference_website_styles.html}): Previews of all + website styles that ship with webgen. + # Developer Documentation webgen makes it easy to extend its functionality by writing simple extension classes. All information about how to do this is provided in the [API documentation](rdoc/index.html). You will