Skip to content

Commit

Permalink
[TASK] Remove download option, link to builder (#332)
Browse files Browse the repository at this point in the history
Releases: main, 13.4

(cherry picked from commit a53699c)
  • Loading branch information
linawolf committed Dec 22, 2024
1 parent bc93835 commit a91fc03
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 34 deletions.
13 changes: 6 additions & 7 deletions Documentation/Faq/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3coreapi:extension-sitepackage-builder>`.
You can use the `Site Package Builder <https://get.typo3.org/sitepackage>`_ to
create a customized site package. If you want to follow this tutorial, choose
"Site Package Tutorial" as base package.

.. _introduction-files:

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

.. _download-site-package-extension:
.. _introduction-download:

Where to download the example site package
==========================================

.. include:: /_Includes/_DownloadSitePackage.rst.txt
Use `Site Package Builder <https://get.typo3.org/sitepackage>`_ with
"Site Package Tutorial" as base package.
5 changes: 3 additions & 2 deletions Documentation/FluidTemplates/FromTheScratch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code/tree/main-step/fluid>`__.
You can use the `Site Package Builder <https://get.typo3.org/sitepackage>`_ to
create a customized site package. If you want to follow this tutorial, choose
"Site Package Tutorial" as base package.
5 changes: 3 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://get.typo3.org/sitepackage>`_ 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
Expand Down
1 change: 1 addition & 0 deletions Documentation/MinimalExample/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.. highlight:: typoscript

.. _minimal-design:
.. _site-package-builder:

=======================
Generate a site package
Expand Down
17 changes: 0 additions & 17 deletions Documentation/NextSteps/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://sitepackagebuilder.com/>`__.

.. _youtube-videos:

Videos on YouTube
Expand Down
6 changes: 0 additions & 6 deletions Documentation/_Includes/_DownloadSitePackage.rst.txt

This file was deleted.

0 comments on commit a91fc03

Please sign in to comment.