From 44bec3609776b7489c89957fb0543697b82c38c9 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Wed, 16 Oct 2024 16:52:30 +0200 Subject: [PATCH] [TASK] Remove left hand menu We have a complete menu of documentation on the top now. Condense information and Cards to give a faster overview to newbies. List the official references for experienced developers. --- Documentation/Home/ConfiguringTYPO3.rst | 101 ----- Documentation/Home/Contribute.rst | 16 - .../Home/CreatingManagingContent.rst | 83 ---- Documentation/Home/ExtensionManuals.rst | 75 ---- Documentation/Home/GettingStarted.rst | 205 ---------- Documentation/Home/Images/version-link.png | Bin 6812 -> 0 bytes Documentation/Home/Overview.rst | 3 +- Documentation/Home/References.rst | 107 ----- Documentation/Home/SystemExtensions.rst | 365 ------------------ Documentation/Home/Templating.rst | 45 --- Documentation/Home/UpgradingTYPO3.rst | 114 ------ Documentation/Home/_OverviewInclude.rst.txt | 153 -------- Documentation/Index.rst | 92 ++++- .../{mainMenu.rst.txt => _mainMenu.rst.txt} | 0 Documentation/mainMenu.json.rst | 2 +- 15 files changed, 74 insertions(+), 1287 deletions(-) delete mode 100644 Documentation/Home/ConfiguringTYPO3.rst delete mode 100644 Documentation/Home/Contribute.rst delete mode 100644 Documentation/Home/CreatingManagingContent.rst delete mode 100644 Documentation/Home/ExtensionManuals.rst delete mode 100644 Documentation/Home/GettingStarted.rst delete mode 100644 Documentation/Home/Images/version-link.png delete mode 100644 Documentation/Home/References.rst delete mode 100644 Documentation/Home/SystemExtensions.rst delete mode 100644 Documentation/Home/Templating.rst delete mode 100644 Documentation/Home/UpgradingTYPO3.rst delete mode 100644 Documentation/Home/_OverviewInclude.rst.txt rename Documentation/{mainMenu.rst.txt => _mainMenu.rst.txt} (100%) diff --git a/Documentation/Home/ConfiguringTYPO3.rst b/Documentation/Home/ConfiguringTYPO3.rst deleted file mode 100644 index ffa6146..0000000 --- a/Documentation/Home/ConfiguringTYPO3.rst +++ /dev/null @@ -1,101 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _configuringTYPO3: - -================= -Configuring TYPO3 -================= - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`Configuration Overview ` - - The configuration overview gives an overview of the various - configuration options available. It contains a description of the main - system configuration options. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`TypoScript in 45 Minutes ` - - The tutorial "TypoScript in 45 Minutes" introduces TYPO3's - configuration language "TypoScript". - - .. card-footer:: - :button-styles: secondary - - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`Site Handling ` - - The site configuration defines how TYPO3 handles domains, languages and error handling. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`SEO ` - - The SEO module allows users to configure SEO related options like meta data or titles. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`Security ` - - Security is an important aspect for any website. The TYPO3 security - guidelines contain information for installing, maintaining and using - TYPO3 securely. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`RTE ` - - The heart of any content management system is its editor. TYPO3 uses ckeditor - to provide a rich and configurable editing environment. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - -.. toctree:: - :hidden: - - Configuration Overview - Site Handling - SEO - Security - RTE's diff --git a/Documentation/Home/Contribute.rst b/Documentation/Home/Contribute.rst deleted file mode 100644 index ffb72e9..0000000 --- a/Documentation/Home/Contribute.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _contribute: - -========== -Contribute -========== - -.. toctree:: - - Contribute to Core - Contribute to Documentation - Contribute to typo3.org website - Coding Guidelines - Writing and Language Guide - Content and Marketing Guide diff --git a/Documentation/Home/CreatingManagingContent.rst b/Documentation/Home/CreatingManagingContent.rst deleted file mode 100644 index a702550..0000000 --- a/Documentation/Home/CreatingManagingContent.rst +++ /dev/null @@ -1,83 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _creatingmanagingcontent: - -=========================== -Creating & Managing Content -=========================== - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`Pages ` - - The Page Management Guide introduces TYPO3's Page Tree and explains - how pages are created and managed. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Content ` - - The Content Creation Guide shows how page content is created in the - form of Content Elements. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :doc:`Localizing Pages & Content ` - - The Localization Guide covers everything needed to add additional - languages to a TYPO3 site, and how to translate content and pages. - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Forms ` - - The Form Framework allows non-technical as well technical users to - create and extend complex web forms directly from TYPO3's backend. - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :ref:`Deep Linking ` - - Deep linking allows users to share links to specific pages, content - elements and modules from within TYPO3’s backend. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - -.. toctree:: - :hidden: - - Pages - Content - Localization - Forms - Deep Linking diff --git a/Documentation/Home/ExtensionManuals.rst b/Documentation/Home/ExtensionManuals.rst deleted file mode 100644 index dd223cc..0000000 --- a/Documentation/Home/ExtensionManuals.rst +++ /dev/null @@ -1,75 +0,0 @@ -.. _extensions: - -============================= -Developing & Using Extensions -============================= - -.. _extensions-development: - -Extension Development -===================== - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: Getting started with extension development - - * :ref:`Introduction to extensions in TYPO3 - ` - - * Extension :ref:`t3coreapi:extension-files-locations` - - * :ref:`t3coreapi:extension-naming` and :ref:`t3coreapi:cgl` - - - .. card:: TYPO3 Explained - API Quicklinks - - * :ref:`QueryBuilder ` based on Doctrine - * :ref:`t3coreapi:DependencyInjection` - * :ref:`t3coreapi:request-handling` - -.. _extension-manuals: - -Extension Manuals -================= - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: System Extensions - - Here you can find documentation of system extensions and third-party extensions, - if available. - - System extensions are shipped with the TYPO3 core. A list of all available - system extension documentation is found in the - :ref:`system extensions section `. - - .. card:: Third-party extensions - - Third-party extensions are available through the - TYPO3 Extension Repository (TER) or via composer. - - Go to the `TYPO3 Extension Repository (TER) `__ to search - for documentation of third-party extensions. - - .. card:: Document an extension - - Documentation is an essential part of an extension. - Learn :ref:`how to document ` an extension - and :ref:`publish the documentation ` on docs.typo3.org. - - -.. toctree:: - :hidden: - - Extension Development Basics - SystemExtensions - Third-party extensions - Document an extension diff --git a/Documentation/Home/GettingStarted.rst b/Documentation/Home/GettingStarted.rst deleted file mode 100644 index 1f79034..0000000 --- a/Documentation/Home/GettingStarted.rst +++ /dev/null @@ -1,205 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _getting-started: - -=============== -Getting Started -=============== - - -.. container:: row m-0 p-0 - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Concepts `__ - - .. container:: card-body - - Written for new users, this chapter introduces some of TYPO3s core concepts including the backend, TYPO3s administration interface. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `System Requirements `__ - - .. container:: card-body - - System requirements for the host operation system, including its web server and database and how they should be configured prior to installation. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Installation `__ - - .. container:: card-body - - The installation chapter provides detailed instructions about how to install TYPO3, it also contains information about how to deploy TYPO3 to a production environment. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Setup `__ - - .. container:: card-body - - Setup aims to guide you through the next steps post installation. Such as adding domains, setting up additional users and configuring languages. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Troubleshooting `__ - - .. container:: card-body - - Troubleshoot common issues that can occur during installation. The Troubleshooting chapter covers both TYPO3 CMS and the host environment including the web server, database and PHP. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Managing Backend Users `__ - - .. container:: card-body - - Learn how to create users and configure their backend privileges. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Working With Extensions `__ - - .. container:: card-body - - Discover how third-party extensions are installed and managed using Composer. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `The Introduction Package `__ - - .. container:: card-body - - The Introduction Package is a great place to start if you are looking to test drive TYPO3 and see a prebuilt site that contains - a range of example page templates and content. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - .. container:: col-md-6 pl-0 pr-3 py-3 m-0 - - .. container:: card px-0 h-100 - - .. rst-class:: card-header h3 - - .. rubric:: `Next Steps `__ - - .. container:: card-body - - Next Steps provides an overview of tasks that can be carried out once TYPO3 is installed, such as creating templates and adding content. - - .. container:: card-footer pb-0 - - .. rst-class:: horizbuttons-striking-m - - - `14-dev `__ - - `13.4 `__ - - `12.4 `__ - - - .. toctree:: - :hidden: - - TYPO3 Concepts - System Requirements - Installation - Setup - Troubleshooting - Managing Backend Users - Working With Extensions - Introduction Package - Next Steps diff --git a/Documentation/Home/Images/version-link.png b/Documentation/Home/Images/version-link.png deleted file mode 100644 index 43dd1cfafa7704943b1f8ec5498f6f95fd0f9034..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6812 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 C+AU`Q diff --git a/Documentation/Home/Overview.rst b/Documentation/Home/Overview.rst index 5418500..42ebdec 100644 --- a/Documentation/Home/Overview.rst +++ b/Documentation/Home/Overview.rst @@ -1,3 +1,4 @@ +:orphan: .. include:: /Includes.rst.txt .. _resources: @@ -6,4 +7,4 @@ Official documentation resources ================================ -.. include:: /mainMenu.rst.txt +.. include:: /_mainMenu.rst.txt diff --git a/Documentation/Home/References.rst b/Documentation/Home/References.rst deleted file mode 100644 index 3929e38..0000000 --- a/Documentation/Home/References.rst +++ /dev/null @@ -1,107 +0,0 @@ - -.. include:: /Includes.rst.txt - -.. _references: - -================= -Reference Manuals -================= - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`t3coreapi:start` - - TYPO3 Explained contains detailed information about concepts and - APIs for core and extension developers. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :doc:`Changelog ` - - The changelog lists all relevant changes for each TYPO3 version since version 7. - - .. card-footer:: - :button-styles: secondary - - :doc:`13-dev ` - :doc:`v12 ` - :doc:`v11 ` - - - .. card:: :ref:`t3tca:start` - - Reference for the Table Configuration Array (TCA). TCA can be - used to extend the definition of database tables. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`t3tsconfig:start` - - Reference to Page TSconfig and User TSconfig. This is used - to configure the backend. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`t3tsref:start` - - TypoScript is a configuration language that is specific to - TYPO3. This is used to configure the frontend. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`t3viewhelper:start` - - A complete reference of all available Fluid ViewHelper within - TYPO3. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - -.. tip:: - - Did you know, you can click on the version selector which is located right under the title. This - enables you to read the manual for a different version. The versions of the manual correspond to - the TYPO3 version. - - -.. toctree:: - :hidden: - - TYPO3 Explained - Changelog - TCA - TSconfig - TypoScript - Fluid ViewHelpers diff --git a/Documentation/Home/SystemExtensions.rst b/Documentation/Home/SystemExtensions.rst deleted file mode 100644 index 9aad30a..0000000 --- a/Documentation/Home/SystemExtensions.rst +++ /dev/null @@ -1,365 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _System-Extensions: - -================= -System Extensions -================= - -Documentation of extensions managed within the Core repository directly -and maintained by the Core Team and Core contributors are called -*system extensions*. If working with the full Core package, these -extensions can be found in :file:`typo3/sysext` directory. - -Some of these extensions provide documentation, too. These are -listed here. - -EXT:core, EXT:backend and other system extensions do not have their -own documentation; the functionality is documented in -:ref:`TYPO3 Explained `. - -.. toctree:: - :hidden: - - adminpanel - dashboard - felogin - fluid_styled_content - form - impexp - indexed_search - linkvalidator - lowlevel - reactions - recycler - redirects - reports - rte_ckeditor - scheduler - seo - sys_note - t3editor - workspaces - -Documentation of system extensions in current Core version -========================================================== - -The list of extensions developed directly in the Core repository -changes from time to time: Some extensions are merged into others, -some are integrated, others abandoned from Core and maintained at -a different place. - -The list below is kept in sync with the current development version -of the Core, the table further below lists extensions that were -part of the Core and extracted at some point in time. - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :doc:`Admin Panel ` - - The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, - Preview...). - - Composer name: :composer:`typo3/cms-adminpanel` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Dashboard ` - - A Dashboard for the TYPO3 backend. - - Composer name: :composer:`typo3/cms-dashboard` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Frontend Login ` - - Frontend login based on frontend users and user groups - - Composer name: :composer:`typo3/cms-felogin` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - - .. card:: :doc:`Fluid Styled Content ` - - Content Elements based on Fluid. - - Composer name: :composer:`typo3/cms-fluid-styled-content` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Form framework ` - - Form Library, Plugin and Editor. - - Composer name: :composer:`typo3/cms-form` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Indexed Search ` - - Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module - for statistics of the indexer and a frontend plugin. - - Composer name: :composer:`typo3/cms-indexed-search` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Import / Export ` - - Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other - TYPO3 systems. - - Composer name: :composer:`typo3/cms-impexp` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Link Validator ` - - The Link Validator checks the links in your website for validity. - - Composer name: :composer:`typo3/cms-linkvalidator` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Lowlevel ` - - Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw - database search, checking relations, counting pages and records etc. - - Composer name: :composer:`typo3/cms-lowlevel` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Reactions ` - - This extension handles incoming webhooks to TYPO3. - - Composer name: :composer:`typo3/cms-reactions` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - - .. card:: :doc:`Recycler ` - - The recycler offers the possibility to restore deleted records or remove them from the database permanently. - - Composer name: :composer:`typo3/cms-recycler` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Redirects ` - - Create manual redirects, list existing redirects and automatically create\nredirects on slug changes. - - Composer name: :composer:`typo3/cms-redirects` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Reports ` - - This extension shows status reports and installed services in the - :guilabel:`System > Reports` backend module. - - Composer name: :composer:`typo3/cms-reports` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - - .. card:: :doc:`CKEditor ` - - Integration of CKEditor as a Rich Text Editor for the TYPO3 backend. - - Composer name: :composer:`typo3/cms-rte-ckeditor` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Scheduler ` - - The TYPO3 Scheduler lets you register tasks to happen at a specific time. - - Composer name: :composer:`typo3/cms-scheduler` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`SEO ` - - SEO features including specific fields for SEO purposes, rendering of HTML meta tags and sitemaps. - - Composer name: :composer:`typo3/cms-seo` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`System Notes ` - - The internal notes are a useful feature for adding context and notes to pages. - It provides a way for users to document important information related to specific pages. - - Composer name: :composer:`typo3/cms-sys-note` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - - .. card:: :doc:`T3Editor ` - - This system extension provides a backend editor with syntax highlighting. - - Composer name: :composer:`typo3/cms-t3editor` - - This system extension was merged into EXT:backend with TYPO3 v13.0. - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - - .. card:: :doc:`Workspaces and Versioning ` - - Adds workspaces functionality with custom stages to TYPO3. - - Composer name: :composer:`typo3/cms-workspaces` - - .. card-footer:: - :button-styles: secondary - - :doc:`14-dev ` - :doc:`13.4 ` - :doc:`12.4 ` - -.. _System-Extensions-outdated: - -Documentation of system extensions abandoned from current Core version -====================================================================== - -.. t3-field-list-table:: - :header-rows: 1 - - - :Manual: Manual - :Composer: Composer name - :Comment: Comment - - - :Manual: `ADOdb `_ - :Composer: :composer:`friendsoftypo3/adodb` - :Comment: Included until TYPO3 <= 7.6 - - - :Manual: `CSS Styled Content `_ - :Composer: :composer:`typo3/cms-css-styled-content` - :Comment: Included until TYPO3 <= 8.7 - - - :Manual: `Database abstraction layer `_ - :Composer: :composer:`friendsoftypo3/dbal` - :Comment: Included until TYPO3 <= 7.6 - - - :Manual: `func `_ - :Composer: :composer:`friendsoftypo3/cms-func` - :Comment: Was removed from Core in 9.0, see `Changelog ` - - - :Manual: `Openid `_ - :Composer: :composer:`friendsoftypo3/openid` - :Comment: Included until TYPO3 <= 6.2 - - - :Manual: `RSA authentication `_ - :Composer: :composer:`typo3/cms-rsaauth` - :Comment: Included until TYPO3 <= 9.5 - - - :Manual: `htmlarea RTE `_ - :Composer: :composer:`friendsoftypo3/rtehtmlarea` - :Comment: Included until TYPO3 <= 7.6 - - - :Manual: `Salted user password hashes `_ - :Composer: :composer:`typo3/cms-saltedpasswords` - :Comment: Merged into main Core extension since TYPO3 >=7.4. See :ref:`Core API ` - - - :Manual: `System Actions `_ - :Composer: :composer:`typo3/cms-sys-action` - :Comment: Included until TYPO3 <= 9.5 - - - :Manual: `Taskcenter `_ - :Composer: :composer:`typo3/cms-taskcenter` - :Comment: Included until TYPO3 <= 9.5 diff --git a/Documentation/Home/Templating.rst b/Documentation/Home/Templating.rst deleted file mode 100644 index 9c8e148..0000000 --- a/Documentation/Home/Templating.rst +++ /dev/null @@ -1,45 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _templating: - - -========== -Templating -========== - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`The Fluid Templating Engine ` - - Fluid is TYPO3’s templating engine. Fluid acts as the glue between your static HTML templates and the - content you create in TYPO3’s backend. A typical Fluid template will contain HTML that defines the - structure of your page and Fluid tags that call various types of dynamic content. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Sitepackages ` - - Sitepackages allow you to bundle your Fluid templates and other site - assets into a single, reusable extension that can be installed with a single click. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - -.. toctree:: - :hidden: - - Templating With Fluid - Sitepackages diff --git a/Documentation/Home/UpgradingTYPO3.rst b/Documentation/Home/UpgradingTYPO3.rst deleted file mode 100644 index ff4c4d5..0000000 --- a/Documentation/Home/UpgradingTYPO3.rst +++ /dev/null @@ -1,114 +0,0 @@ -.. include:: /Includes.rst.txt - -.. _upgrading-typo3: - -=============== -Upgrading TYPO3 -=============== - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`Minor upgrades ` - - Minor updates (for example 13.4.1 to 13.4.2) - contain bugfixes and/or security updates. - This chapter details how updates are installed and highlights what tasks need to - be carried out before and after the core is updated. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Major upgrades ` - - Major updates (for example 12.4 to 13.4) can contain new features - and breaking changes as well as bugfixes. - This chapter details how updates are installed and highlights what tasks need to - be carried out before and after the core is updated. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Upgrading extensions ` - - Just like TYPO3's core, extensions also need to be regularly updated. - This chapter details how to upgrade extensions using Composer. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Third-party tools ` - - Tools and resources developed by the community that can assist with - common upgrade and maintenance tasks. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - - .. card:: :ref:`Legacy upgrade guide ` - - Using TYPO3 without Composer? This chapter details how to upgrade - TYPO3 manually. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Migrate a TYPO3 installation to Composer ` - - Information on how to migrate a legacy installation of TYPO3 to a - Composer-based installation. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - .. card:: :ref:`Migrate content ` - - This chapter details how pages and content can be exported and then - imported into another installation of TYPO3. - - .. card-footer:: - :button-styles: secondary - - :ref:`14-dev ` - :ref:`13.4 ` - :ref:`12.4 ` - - -.. toctree:: - :hidden: - - Minor upgrades - Major upgrades - Upgrading extensions - Third-party tools - Legacy upgrade - Migrate to Composer - Migrate content diff --git a/Documentation/Home/_OverviewInclude.rst.txt b/Documentation/Home/_OverviewInclude.rst.txt deleted file mode 100644 index 24c21f6..0000000 --- a/Documentation/Home/_OverviewInclude.rst.txt +++ /dev/null @@ -1,153 +0,0 @@ - -.. _start-getting-started: - -Getting Started with TYPO3 -========================== - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: :ref:`Getting Started ` - - * :ref:`TYPO3 Concepts ` introduces some of TYPO3s - core concepts. - - * :ref:`System Requirements ` for the - host operating system including its web server and database. - - * :ref:`Installation Guide ` details - the entire installation process. - - * :ref:`Setup Guide ` guides you through the next steps - post installation. - - .. card:: :ref:`Creating & Managing Content ` - - * :ref:`Editors Tutorial ` explains the creation and management of pages and content. - - * :ref:`Form System Extension ` is a powerful - tool that gives backend users the ability to create web forms. - - * :ref:`Localization Guide ` covers everything needed to add additional languages to a - TYPO3 site, and how to translate content and pages. - - .. card:: :ref:`Templating & Sitepackages ` - - * :ref:`Fluid is TYPO3’s templating engine. ` - Fluid acts as the glue between your static HTML templates and the content you create in TYPO3’s backend. - - * :ref:`Sitepackages ` allow you to bundle your Fluid templates and other site assets into a single, reusable extension. - - .. card:: :ref:`Configuring TYPO3 ` - - The :ref:`configuration overview ` - in :ref:`TYPO3 Explained ` - gives an overview of the various configuration options available. - It contains a description of the main system configuration options. - - * :ref:`Site Handling and Configuration ` shows you how - to setup domains, languages, human-readable URLs and error pages. - - * :ref:`Backend User Management ` explains how you - setup backend users and grant them specific access to your installation of - TYPO3. - - .. card:: :ref:`Upgrading TYPO3 ` - - * :ref:`Minor Upgrades ` contains information on how to upgrade to a newer minor version of TYPO3. - - * :ref:`Major Upgrades ` details how to upgrade to a newer major release of TYPO3. 11.5 to 12.4 for example. - - * :ref:`Upgrading Extensions ` details how to upgrade extensions using Composer. - - * :ref:`Migrate A TYPO3 Installation To Composer ` Information on how to migrate a legacy installation of TYPO3 to a Composer based installation. - - .. card:: :ref:`Developing & Using Extensions ` - - Getting started with extension development: - - * :ref:`Introduction to extensions in TYPO3 - ` - - * Extension :ref:`t3coreapi:extension-files-locations` - - * :ref:`t3coreapi:extension-naming` and :ref:`t3coreapi:cgl` - - - .. card:: :ref:`References ` - - * :ref:`TYPO3 Explained ` contains detailed information - about concepts and APIs for core and extension developers. - - * The `Core changelog `__ - lists all relevant changes for each TYPO3 version since 7. - - * The :ref:`references section ` lists all available reference manuals. - - .. card:: How to create translations - - *Internationalization* | *Translation* | *Multiple Languages* - - * :ref:`Localization Guide ` - - * :ref:`Supported languages ` - - * :ref:`Manage backend languages ` - - * :ref:`Working with languages as an editor ` - - * :ref:`t3coreapi:internationalization` in "TYPO3 Explained" - - -.. _start-Contributing: - -Contributing -============ - -.. card-grid:: - :columns: 1 - :columns-md: 2 - :gap: 4 - :card-height: 100 - - .. card:: Contribute to the core - - The "Core contribution guide" contains information for creating core - patches: - - * :ref:`Create a patch ` - - * :ref:`Commit message rules ` - - * :ref:`Setup an installation with DDEV ` - - - But contributions aren't just about writing patches. Contributions happen - in numerous other ways, including - - * :ref:`Writing issues ` - - * :ref:`Review patches ` - - .. card:: Contribute to official documentation - - You are welcome to click on the "Edit on GitHub" button on any page to propose - a change in the official documentation whenever you see something that you - think can be improved. - - * The blog post `Start Improving Docs Now to Grow TYPO3 - `__ gives a - good introduction to documentation contribution. - - * :ref:`h2document:docs-contribute` explains the workflow for contributing. - - * The documentation is edited in text files using reStructuredText syntax. Use - the :ref:`h2document:rest-cheat-sheet` to lookup most commonly used directives. - - * General conventions can be found in :ref:`h2document:conventions` - - * :ref:`h2document:docs-official-how-you-can-help` lists some general tasks to - get you started. diff --git a/Documentation/Index.rst b/Documentation/Index.rst index e2833c2..4b9a7f9 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -1,9 +1,18 @@ .. include:: /Includes.rst.txt -.. _start: +.. _start-Contributing: +.. _upgrading-typo3: +.. _templating: +.. _System-Extensions: +.. _getting-started: +.. _extensions: +.. _configuringTYPO3: +.. _creatingmanagingcontent: +.. _contribute: .. _examples: .. _guides: .. _tutorials: +.. _start: =========================================== Welcome to the official TYPO3 Documentation @@ -12,30 +21,71 @@ Welcome to the official TYPO3 Documentation TYPO3 CMS is an Open Source Enterprise Content Management System powered by PHP. -.. rst-class:: horizbuttons-primary-m -* :ref:`getting-started` -* :ref:`references` -* :ref:`extensions` +.. card-grid:: + :columns: 1 + :columns-md: 2 + :gap: 4 + :card-height: 100 + + .. card:: Getting started guide + + This guide introduces some of the core concepts of TYPO3, guides you + through installation, helps you to set up your first small project with + a custom template and gives you information on trou + + .. card-footer:: :ref:`Get started with TYPO3 ` + :button-style: btn btn-secondary stretched-link + + .. card:: Site package tutorial + + This tutorial describes step by step how to come from your first + site package or theme in TYPO3 from the scratch. + + .. card-footer:: :ref:`Build your own site package ` + :button-style: btn btn-secondary stretched-link + + .. card:: Editors guide + + Learn about how to log into the TYPO3 backend, how to work with the + page tree, how to create and manage content, how to work with translations + and other useful tricks for editors. + + .. card-footer:: :ref:`Add content to a TYPO3 page ` + :button-style: btn btn-secondary stretched-link + + .. card:: Download TYPO3 -.. include:: Home/_OverviewInclude.rst.txt + For information about the different versions of TYPO3 and its system + requirements, visit https://get.typo3.org -.. toctree:: - :hidden: + You can also download the the sources from there. We suggest to + :ref:`Install TYPO3 using Composer `, however. - Home/GettingStarted - Home/CreatingManagingContent - Home/Templating - Home/ConfiguringTYPO3 - Home/UpgradingTYPO3 - Home/ExtensionManuals - Home/References - Home/Contribute - Home/Overview + .. card-footer:: `Download TYPO3 `__ + :button-style: btn btn-secondary stretched-link +.. _references: -Support is available via StackOverflow and Slack. Visit the `help page -`__ for more information. +References +========== -For information about the different versions of TYPO3 and its system -requirements, visit https://get.typo3.org. +:ref:`TYPO3 explained ` + The main document for advanced developers and integrators, describes + the API, coding guidelines, configuration options and security + guidelines. Introduces extension development to enhance TYPO3. +:doc:`TYPO3 Core changelog ` + Learn what is new in TYPO3 and how to migrate away from deprecated + functionality. +:ref:`Fluid ViewHelper reference ` + Complete reference of all Fluid ViewHelper provided by TYPO3. Used + to improve your templates. +:ref:`TypoScript reference ` + Complete reference of TypoScript settings and configuration options. + Useful to improve the frontend output of your site. +:ref:`TSconfig rference ` + Configuration options to customize the TYPO3 backend. +:ref:`TCA reference ` + The complete reference of the Table Configuration Array (TCA) which + is used to map between raw database tables and their representation + as database records in the TYPO3 backend and in Extbase. diff --git a/Documentation/mainMenu.rst.txt b/Documentation/_mainMenu.rst.txt similarity index 100% rename from Documentation/mainMenu.rst.txt rename to Documentation/_mainMenu.rst.txt diff --git a/Documentation/mainMenu.json.rst b/Documentation/mainMenu.json.rst index 26bae1c..c7d42ee 100644 --- a/Documentation/mainMenu.json.rst +++ b/Documentation/mainMenu.json.rst @@ -3,4 +3,4 @@ .. main-menu-json:: - .. include:: /mainMenu.rst.txt + .. include:: /_mainMenu.rst.txt