.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) .. _tutorial1: Tutorial 1: Contact List ======================== This example is taken from `http://www.typo3journal.info/articles/developpement.html `_ . It creates a contact list with the first name, last name, street, zip code, city and an image of the contact. You can download this example from the TER (sav\_library\_example1). Install it and enjoy. The following sections explain several features of the extension. Table of Contents ----------------- .. toctree:: :maxdepth: 5 :titlesonly: :glob: ExtensionOverview/Index UsingTheExtension/Index HowTo/Index