﻿.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.

.. include:: Includes.txt

.. _start:

=================
Extension Builder
=================

.. only:: html

	:Classification:
		Extension Builder

	:Version:
		|release|

	:Language:
		en

	:Description:
		The Extension Builder helps you to build TYPO3 extensions based on extbase and fluid.
		You can design your model with a graphic modeler and create Plugins or Backend modules.
		All required files are generated and you will have a basic extension where you can insert your domain logic.

		In contrary to the former kickstarter the extension builder has an edit mode that enables the continuous use
		during development. You can modify the autogenerated classes (add new methods, modify the method bodies, add
		comments and annotations) and the extension builder preserves your changes, even if you then rename models or
		properties in the modeler.

	:Keywords:
		Extension Development, ExtensionBuilder, Kickstarter, Extbase, Fluid, DDD, Domain Driven Design, Graphical modeler

	:Copyright:
		Nico de Haen

	:Author:
		ExtensionBuilder Team, Nico de Haen

	:Email:
		typo3@ndh-websolutions.de

	:License:
		This document is published under the Open Content License
		available from http://www.opencontent.org/opl.shtml

	:Rendered:
		|today|

	The content of this document is related to TYPO3,
	a GNU/GPL CMS/Framework available from `www.typo3.org <http://www.typo3.org/>`_.

	**Table of Contents**

.. toctree::
	:maxdepth: 5
	:titlesonly:

	Introduction/Index
	User/Index
	Configuration/Index
	Developer/Index
	KnownProblems/Index
	ToDoList/Index
	ChangeLog/Index
	Targets
