Skip to content

Commit fdd2af1

Browse files
committed
[TASK] Remove download option, link to builder
Releases: main, 13.4
1 parent 8aff4fe commit fdd2af1

File tree

6 files changed

+13
-34
lines changed

6 files changed

+13
-34
lines changed

Documentation/Faq/Index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ Frequently asked questions
1515
How to get started quickly
1616
==========================
1717

18-
This tutorial guides you step-by-step through the process of creating a site package
19-
from scratch, introducing you to various TYPO3 concepts along the way.
20-
21-
If you are already familiar with TYPO3 and want to create a site package quickly,
22-
you may consider using the
23-
:ref:`Site Package Builder <t3coreapi:extension-sitepackage-builder>`.
18+
You can use the `Site Package Builder <https://get.typo3.org/sitepackage>`_ to
19+
create a customized site package. If you want to follow this tutorial, choose
20+
"Site Package Tutorial" as base package.
2421

2522
.. _introduction-files:
2623

@@ -47,9 +44,11 @@ or TYPO3 installations in the future, it is advisable to create a
4744
:ref:`custom extension <t3start:create-own-extension>`
4845
for that functionality instead.
4946

47+
.. _download-site-package-extension:
5048
.. _introduction-download:
5149

5250
Where to download the example site package
5351
==========================================
5452

55-
.. include:: /_Includes/_DownloadSitePackage.rst.txt
53+
Use `Site Package Builder <https://get.typo3.org/sitepackage>`_ with
54+
"Site Package Tutorial" as base package.

Documentation/FluidTemplates/FromTheScratch.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,6 @@ Repeat the same for file :file:`Resources/Private/PageView/Pages/Default.html`.
290290
* Header.html
291291
* Stage.html
292292

293-
You can find the complete site package extension at this step at branch
294-
`main-step/fluid <https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code/tree/main-step/fluid>`__.
293+
You can use the `Site Package Builder <https://get.typo3.org/sitepackage>`_ to
294+
create a customized site package. If you want to follow this tutorial, choose
295+
"Site Package Tutorial" as base package.

Documentation/Index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ that contains files regarding the theme and functionality of a site.
1212
This tutorial describes step by step how to come from your first TYPO3
1313
installation to the first basic site.
1414

15-
You can download the example site package used in this tutorial from GitHub:
16-
https://github.com/TYPO3-Documentation/site_package
15+
You can use the `Site Package Builder <https://get.typo3.org/sitepackage>`_ to
16+
create a customized site package. If you want to follow this tutorial, choose
17+
"Site Package Tutorial" as base package.
1718

1819
.. note::
1920
The example site package is structured for educational purposes and is

Documentation/MinimalExample/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.. highlight:: typoscript
33

44
.. _minimal-design:
5+
.. _site-package-builder:
56

67
=======================
78
Generate a site package

Documentation/NextSteps/Index.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,11 @@ a central place, such as a Git repository. Despite the fact that for a learning
6464
experience it is always beneficial to develop the extension yourself, you can
6565
also download the extension built in this tutorial below.
6666

67-
.. _download-site-package-extension:
68-
69-
Download the example site package extension
70-
===========================================
71-
72-
.. include:: /_Includes/_DownloadSitePackage.rst.txt
73-
74-
7567
.. _next-steps-further-readings:
7668

7769
Further readings
7870
================
7971

80-
.. _site-package-builder:
81-
82-
Site package builder
83-
--------------------
84-
85-
Another option to create a sitepackage extension quickly is an online tool
86-
developed by Benjamin Kott: the `sitepackage builder
87-
<http://sitepackagebuilder.com/>`__.
88-
8972
.. _youtube-videos:
9073

9174
Videos on YouTube

Documentation/_Includes/_DownloadSitePackage.rst.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)