.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _developers_mycustomer: +MyCustomer =========== +Customer is a perfect base for developing your own extension for controlling the design of Start TYPO3 Responsive! Workflow -------- - Copy the Extension - Copy it like .. code:: php typo3conf/ext$ cp -aR startcustomer startmycustomer Replace "Customer" in file labels ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Find all files with the label customer and rename it like in the sample below: Search and replace with the option "match case"! Before renaming .. code:: php typo3conf/ext/startcustomer$ find . -name *customer* ./Resources/Public/Css/EMail/customer.css ./Resources/Public/Css/background/typo3_customer_background.png ./Resources/Public/Css/background/claims/customer_typo3_responsive_04.jpg ./Resources/Public/Css/background/claims/customer_typo3_responsive_01.jpg ./Resources/Public/Css/background/claims/customer_typo3_responsive_02.jpg ./Resources/Public/Css/background/claims/customer_typo3_responsive_03.jpg ./Resources/Private/Extensions/Pdfcontroller/customer.pdf .. code:: php typo3conf/ext/startcustomer$ find . -name *Customer* ./Configuration/TypoScript/Base/Start/Customer After renaming .. code:: php typo3conf/ext/startcustomer$ find . -name *mycustomer* ./Resources/Public/Css/EMail/mycustomer.css ./Resources/Public/Css/background/typo3_mycustomer_background.png ./Resources/Public/Css/background/claims/mycustomer_typo3_responsive_04.jpg ./Resources/Public/Css/background/claims/mycustomer_typo3_responsive_01.jpg ./Resources/Public/Css/background/claims/mycustomer_typo3_responsive_02.jpg ./Resources/Public/Css/background/claims/mycustomer_typo3_responsive_03.jpg ./Resources/Private/Extensions/Pdfcontroller/mycustomer.pdf .. code:: php typo3conf/ext/startcustomer$ find . -name *Mycustomer* ./Configuration/TypoScript/Base/Start/Mycustomer Replace "Customer" in files content ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Replace in all files the string - "customer" with "mycustomer" and - "Customer" with "Mycustomer" Search and replace with the option "match case"! Samples ------- hifi-vintage-shop.com ^^^^^^^^^^^^^^^^^^^^^ .. figure:: 01_startcustomer_samples_hifi-vintage-shop.com.jpg :width: 800px :alt: hifi-vintage-shop.com http://hifi-vintage-shop.com hifi-vintage-shop.com is a shop based on - Start Responsive TYPO3 - Quick Shop - responsive e-commerce with TYPO3 - and an adapted Start Responsive TYPO3 +Customer TYPO3 GRÜNE ^^^^^^^^^^^ .. figure:: 01_startcustomer_samples_gruene-passauland.de.jpg :width: 800px :alt: gruene-passauland.de http://gruene-passauland.de TYPO3 GRÜNE is a website in the design of the German party Bündnis 90/Die Grünen. It is based on - Start Responsive TYPO3 - TYPO3 GRÜNE (startgreen) is an adapted Start Responsive TYPO3 +Customer. See details at https://typo3-gruene.de The sample above - gruene-passauland.de - is one of some websites with TYPO3 GRÜNE.