1+ :navigation-title: Prerequisites
12.. include :: /Includes.rst.txt
23
34.. _prerequisites :
45
5- =============
6- Prerequisites
7- =============
6+ ======================================================
7+ Prerequisites to create a TYPO3 site package extension
8+ ======================================================
89
910Before you start working on this tutorial you should have a working TYPO3
1011installation in versions 13.3 or above.
@@ -30,17 +31,18 @@ You should be able to log in into the TYPO3 backend and see the following:
3031This TYPO3 tutorial assumes that the reader has some basic knowledge in the
3132following areas:
3233
33- * HTML, CSS and JavaScript
34- * DDEV
35- * Composer
34+ * ` HTML, CSS and JavaScript < https://www.w3schools.com/html/default.asp >`__
35+ * ` DDEV < https://ddev.readthedocs.io/en/stable/ >`__
36+ * ` Composer < https://getcomposer.org/ >`__
3637
3738It is also helpful if you know the following concepts:
3839
39- * Backend
40- * Frontend
41- * Page tree
42- * How to create a page
43- * How to create page content
44- * The page module
45- * The list module
46- * The TypoScript module
40+ * :ref: `Backend <t3start:backend >`
41+ * :ref: `Frontend <t3start:frontend >`
42+ * :ref: `Working with pages in the page tree <t3editors:pages-drag-drop >`
43+ * :ref: `How to create a page <t3editors:pages-creating >`
44+ * :ref: `How to create page contentt <t3editors:content-creating >`
45+ * :ref: `Working with content in the page module <t3editors:content-working >`
46+ * :ref: `Using the list module <t3editors:using-the-list-module-effectively >`
47+ * :ref: `Site Management <t3start:site-management >`
48+ * :ref: `How to clear caches in TYPO3? <t3start:how-to-clear-cache >`
0 commit comments