.. include:: ../Includes.txt Creating a first extension =============================================== In this chapter you learn the basics of an extension based on extbase and fluid. You build up a minimalistic extension, which is reduced to the absolutely necessary structures. So you view clearly the whole, without hassles with details. In the following chapters we will turn to a more complex example, to cover exhaustively all fundamental attributes of extbase and fluid. You can get the extension here: ``_ .. toctree:: :maxdepth: 2 1-the-example-extension 2-create-folder-structure-and-configuration-files 3-create-the-domain-model 4-make-products-persistent 5-controlling-the-flow 6-adding-the-template 7-configuring-the-plugin