From a91fc03627cb54ec891a01e9ae08fe5fa47bad9d Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sun, 22 Dec 2024 15:48:21 +0100 Subject: [PATCH] [TASK] Remove download option, link to builder (#332) Releases: main, 13.4 (cherry picked from commit a53699c1a5971564099b2fabaef0db8c7e89c3db) --- Documentation/Faq/Index.rst | 13 ++++++------- Documentation/FluidTemplates/FromTheScratch.rst | 5 +++-- Documentation/Index.rst | 5 +++-- Documentation/MinimalExample/Index.rst | 1 + Documentation/NextSteps/Index.rst | 17 ----------------- .../_Includes/_DownloadSitePackage.rst.txt | 6 ------ 6 files changed, 13 insertions(+), 34 deletions(-) delete mode 100644 Documentation/_Includes/_DownloadSitePackage.rst.txt diff --git a/Documentation/Faq/Index.rst b/Documentation/Faq/Index.rst index 1d93a8e..4d3e8fa 100644 --- a/Documentation/Faq/Index.rst +++ b/Documentation/Faq/Index.rst @@ -15,12 +15,9 @@ Frequently asked questions How to get started quickly ========================== -This tutorial guides you step-by-step through the process of creating a site package -from scratch, introducing you to various TYPO3 concepts along the way. - -If you are already familiar with TYPO3 and want to create a site package quickly, -you may consider using the -:ref:`Site Package Builder `. +You can use the `Site Package Builder `_ to +create a customized site package. If you want to follow this tutorial, choose +"Site Package Tutorial" as base package. .. _introduction-files: @@ -47,9 +44,11 @@ or TYPO3 installations in the future, it is advisable to create a :ref:`custom extension ` for that functionality instead. +.. _download-site-package-extension: .. _introduction-download: Where to download the example site package ========================================== -.. include:: /_Includes/_DownloadSitePackage.rst.txt \ No newline at end of file +Use `Site Package Builder `_ with +"Site Package Tutorial" as base package. diff --git a/Documentation/FluidTemplates/FromTheScratch.rst b/Documentation/FluidTemplates/FromTheScratch.rst index b67881c..c92cc5c 100644 --- a/Documentation/FluidTemplates/FromTheScratch.rst +++ b/Documentation/FluidTemplates/FromTheScratch.rst @@ -290,5 +290,6 @@ Repeat the same for file :file:`Resources/Private/PageView/Pages/Default.html`. * Header.html * Stage.html -You can find the complete site package extension at this step at branch -`main-step/fluid `__. +You can use the `Site Package Builder `_ to +create a customized site package. If you want to follow this tutorial, choose +"Site Package Tutorial" as base package. diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 638b285..21830f3 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -12,8 +12,9 @@ that contains files regarding the theme and functionality of a site. This tutorial describes step by step how to come from your first TYPO3 installation to the first basic site. -You can download the example site package used in this tutorial from GitHub: -https://github.com/TYPO3-Documentation/site_package +You can use the `Site Package Builder `_ to +create a customized site package. If you want to follow this tutorial, choose +"Site Package Tutorial" as base package. .. note:: The example site package is structured for educational purposes and is diff --git a/Documentation/MinimalExample/Index.rst b/Documentation/MinimalExample/Index.rst index 34368ec..564310e 100644 --- a/Documentation/MinimalExample/Index.rst +++ b/Documentation/MinimalExample/Index.rst @@ -2,6 +2,7 @@ .. highlight:: typoscript .. _minimal-design: +.. _site-package-builder: ======================= Generate a site package diff --git a/Documentation/NextSteps/Index.rst b/Documentation/NextSteps/Index.rst index 1974791..750a665 100644 --- a/Documentation/NextSteps/Index.rst +++ b/Documentation/NextSteps/Index.rst @@ -64,28 +64,11 @@ a central place, such as a Git repository. Despite the fact that for a learning experience it is always beneficial to develop the extension yourself, you can also download the extension built in this tutorial below. -.. _download-site-package-extension: - -Download the example site package extension -=========================================== - -.. include:: /_Includes/_DownloadSitePackage.rst.txt - - .. _next-steps-further-readings: Further readings ================ -.. _site-package-builder: - -Site package builder --------------------- - -Another option to create a sitepackage extension quickly is an online tool -developed by Benjamin Kott: the `sitepackage builder -`__. - .. _youtube-videos: Videos on YouTube diff --git a/Documentation/_Includes/_DownloadSitePackage.rst.txt b/Documentation/_Includes/_DownloadSitePackage.rst.txt deleted file mode 100644 index 622da36..0000000 --- a/Documentation/_Includes/_DownloadSitePackage.rst.txt +++ /dev/null @@ -1,6 +0,0 @@ -You can download the example site package used in this tutorial from GitHub: -https://github.com/TYPO3-Documentation/site_package - -.. note:: - The example site package is structured for educational purposes and is - not intended for use in production environments.