doc/index.page in webgen-0.5.2 vs doc/index.page in webgen-0.5.3

- old
+ new

@@ -10,39 +10,54 @@ [here](http://webgen.rubyforge.org/documentation/0.5.x/index.html) * If you are looking for the documentation of the 0.4.x 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: + +* [forums][forum] hosted on Rubyforge +* [mailing lists][ml] hosted on Rubyforge (the `webgen-users` mailing list is mirrored to the + [webgen-users google group][google-group]) +* the IRC channel `#webgen` on Freenode where I can be found whenever I'm online. + +[forum]: http://rubyforge.org/forum/?group_id=296 +[ml]: http://rubyforge.org/mail/?group_id=296 +[google-group]: http://groups.google.com/group/webgen-users/ + # User Documentation Depending on whether you are new to webgen, you want more information about a specific topic or read a reference, go to one of the following pages: -* [Getting Started Guide]({relocatable: getting_started.html}): If you are new to webgen, this +* [**Getting Started Guide**]({relocatable: getting_started.html}): If you are new to webgen, this should be your first read. It explains the usage of the CLI command and how to create your first website with webgen. -* [Manual]({relocatable: manual.html}): Detailed information about how webgen works can be found +* [**Manual**]({relocatable: manual.html}): Detailed information about how webgen works can be found here. After reading the Getting Started Guide, this should be the next read. Have a look at the section headers to get a quick overview of what can be found here. -* [FAQ]({relocatable: faq.html}): If you want to do something with webgen, but you don't know how, +* [**FAQ**]({relocatable: faq.html}): If you want to do something with webgen, but you don't know how, this page is exactly for you. It provides answers to frequently asked questions. If you have a question which you think should be added, just mail me. -* Reference Documentation: +* [**Upgrade information**]({relocatable: upgrading.html}): This document provides some information + on upgrading a website from the 0.4.x to the 0.5.x series. - * [Extensions Documentation]({relocatable: extensions.html}): Detailed information on every usage - related extension class (source handlers, tags, content processors, ...) - * [Webgen Page Format]({relocatable: webgen_page_format.html}): Information about/Specification of - the format used, for example, by page and template files +Following is a list of all the reference documentation of webgen: - * [Meta Information Reference]({relocatable: reference_metainfo.html}): Descriptions for every - meta information key that is used by webgen. +* [**Extensions Documentation**]({relocatable: extensions.html}): Detailed information on every usage + related extension class (**source handlers, tags, content processors**, ...) - * [Configuration Options Reference]({relocatable: reference_configuration.html}): Overview of all - configuration options. +* [**Webgen Page Format**]({relocatable: webgen_page_format.html}): Information about/Specification of + the format used, for example, by page and template files + +* [**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. # 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