.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../Includes.txt .. _developers_mapping_apartment_rent: For Rent ======== A sample configuration is prepared. You find the step by step instruction on the next pages. Workflow -------- You have * to copy and paste some files an directories * to copy and paste code once * to change some file and folder names * to change some values in the files .. _developers_mapping_apartment_rent-samplestructure: Sample Structure ---------------- .. code:: php netzmacher@typo3.org:.../ext/immo24/Resources/Private/Immo24/samples/Apartment/apartmentRent# tree . ├── api.immobilienscout24.de.txt ├── Configuration │   └── TCA │   └── Overrides │   ├── apartmentRent │   │   ├── columns.php │   │   └── mapping.php │   └── apartmentRent.php └── ext_tables.sql .. code:: php netzmacher@typo3.org:.../ext/immo24/Resources/Private/Language# tree . ├── apartmentRent.xlf └── de.apartmentRent.xlf **Table of Contents** .. toctree:: :maxdepth: 3 :titlesonly: Database/Index Language/Index TCA/Index Check/Index