--- title: Overview in_menu: false --- This documentation is for the *repository version* 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 version can be found [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). # 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 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 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, 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: * [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 * [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 also find examples for all existing extension types there.