Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Add notice with links to newer Extbase / Fluid content (10.4 only) (#591
Browse files Browse the repository at this point in the history
)

Also, the Includes.rst.txt was not included on some
pages. This was added as well.

The manual is currently only rendered up to 10.4. There
is no version selector to switch to a newer version and
there is not easy way to get to the newer version of a
page unless one starts another search.

While a link on each page to link to newer content of this
page would be preferable (from point of view of the reader),
this is not feasible to do for every page.
However stating where the new content should be ("TYPO3
Explained") might be helpful when searching for it and
adding a link to the respective chapters might be
sufficient.

(Unfortunately, when googling one often ends up on older
pages unless this is specifically prevented by specifying
the versions).

In addition to this, a link to the newer content of the page
might be helpful on some of the pages. Here, it might be a
good idea to check which pages are viewed most frequently.

Resolves: #590
Releases: 10.4
  • Loading branch information
sypets authored Apr 3, 2023
1 parent a7c3cb2 commit e44834e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Documentation/3-BlogExample/1-first-orientation.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /Includes.rst.txt

First orientation
=================

Expand Down
2 changes: 2 additions & 0 deletions Documentation/3-BlogExample/2-the-stations-of-the-journey.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /Includes.rst.txt

The stations of the journey
===========================================

Expand Down
8 changes: 5 additions & 3 deletions Documentation/3-BlogExample/3-calling-the-extension.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /Includes.rst.txt

Calling the extension
=====================

Expand All @@ -23,9 +25,9 @@ of the page.

The process of eradication is first forwarded to the *dispatcher*
of Extbase by TYPO3.
Before the execution is handed to our own controller code, the
dispatcher and the parent `ActionController` complete several
preliminary tasks before they hand the further processing on
Before the execution is handed to our own controller code, the
dispatcher and the parent `ActionController` complete several
preliminary tasks before they hand the further processing on
to the according position within the code of our blog example:

* It interprets the incoming request and bundles all relevant
Expand Down
3 changes: 0 additions & 3 deletions Documentation/4-FirstExtension/1-the-example-extension.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. review information:
- language: ok (corrected May/14 2019)
.. include:: /Includes.rst.txt

=====================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /Includes.rst.txt

Adding additional tag attributes with additionalAttributes
==========================================================

Expand Down Expand Up @@ -38,6 +40,6 @@ few of this additional attributes are needed. Otherwise it is often
reasonable to write an own ViewHelper which extends the corresponding
ViewHelper.

`additionalAttributes` is provided by the `TagBasedViewHelper`, the
base class for tag based ViewHelpers (see appendix C) and it allows
`additionalAttributes` is provided by the `TagBasedViewHelper`, the
base class for tag based ViewHelpers (see appendix C) and it allows
the adding of optional attributes for the HTML tag output.
9 changes: 9 additions & 0 deletions Documentation/Includes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@
.. By default, code blocks use PHP syntax highlighting
.. highlight:: php

.. ---------------------
.. Extbase moved message
.. ---------------------
.. attention::
This manual is no longer being maintained for TYPO3 versions 11.5 and above. The majority of the content has been
migrated to the :ref:`Extbase <t3coreapi_v11:extbase>` or :ref:`Fluid <t3coreapi_v11:fluid>` sections in
"TYPO3 Explained".
2 changes: 2 additions & 0 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use_opensearch =
# t3cheatsheets = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
# t3contribute = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/
t3coreapi_v11 = https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/
# t3docteam = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
# t3editors = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
# t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
Expand All @@ -43,6 +44,7 @@ t3tca = https://docs.typo3.org/m/typo3/reference-tca/10.4/en-us/
# t3translate = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/10.4/en-us/
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/
t3tsref_v11 = https://docs.typo3.org/m/typo3/reference-typoscript/11.5/en-us/
# t3ts45 = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
# t3viewhelper = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
# t3upgrade = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
Expand Down

0 comments on commit e44834e

Please sign in to comment.