.. include:: ../../Includes.rst.txt ============ Installation ============ The extension needs to be installed like any other TYPO3 CMS extension. Get the extension by one of the following methods. Installation using composer =========================== The recommended way to install the extension is by using `Composer `__. In your composer based TYPO3 project root, just do .. code-block:: bash composer req iundd/a11y-me-video Latest version from git ======================= You can get the latest version from git by using the git command: .. code-block:: bash git clone https://github.com/iundd/a11y_me_video.git Installation from TYPO3 Extension Repository (TER) ================================================== * **Get it from the Extension Manager:** Switch to the module `Admin Tools > Extensions`. * Switch to `Get Extensions` and search for the extension key **a11y_me_video**. * Install the extension from the repository. Download from extensions.typo3.org ================================== * Go to ``__ and get the current version by downloading the zip version Preparation: Include static TypoScript ====================================== The extension requires some TypoScript code, which must be integrated. #. Switch to the root page of your site. #. Switch to the **TypoScript module** and select the **TypoScript record**. #. Press the **Edit the whole template record** button and switch to the tab **Advanced Options**. #. Go to **Include TypoScript sets**. Add **Fluid Content Elements** and **Accessible Video Player** to **Selected Items**. #. For some css classes to work, you also need to select **Fluid Content Elements CSS (optional)** .. figure:: ../../Images/TemplateInclude.png :width: 820 :alt: screen shot of including static TypeScript Versioning ---------- This project uses `semantic versioning `__, which means that * **bugfix updates** (e.g. 1.0.0 => 1.0.1) only include small bugfixes or security relevant stuff without breaking changes, * **minor updates** (e.g. 1.0.0 => 1.1.0) include new features and smaller tasks without breaking changes and * **major updates** (e.g. 1.0.0 => 2.0.0) contain breaking changes which can be refactorings, features or bugfixes.