.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _introduction: Introduction ============ Manage immo24 items with TYPO3 and publish it on immoscout24 (is24). What does it do? ---------------- * immo24 enables you, to upload apartments (rent) and sites (buy) to immobilienscout24.de * immo24 has neither any own tables nor any database. This means: * Your extension must have tables for managing apartments or sites. * You have to extend the crtl-section of the TCA of your table with some configuration to run immo24 with your table. * immo24 has TCA setup samples with additional fields and a mapping. Mapping ------- * immo24 enables the mapping from any field of your table to any field in an immo24 record. * It's possible to evaluate values by mapping while runtime. You can use regulary expressions. Examples are among others: * An obligate format * If evaluation fails: * Only the current record won't uploaded. * You get a qualified error prompt in the backend and in the e-mail to the administrator. Cron Job -------- You can upload items manually. You can upload items automatically by a cron job.