Skip to content

Commit

Permalink
[TASK] Move Images (#448)
Browse files Browse the repository at this point in the history
in preparation for screenshot automatization
refs TYPO3-Documentation/t3docs-screenshots#151

Co-authored-by: lina.wolf <[email protected]>
  • Loading branch information
linawolf and linawolf authored Jul 9, 2021
1 parent 212a47d commit 50be0ea
Show file tree
Hide file tree
Showing 48 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extension `examples <https://extensions.typo3.org/extension/examples/>`__.
Once the extension t3docs/examples is installed the examples are available
as content elements:

.. figure:: /Images/ManualScreenshots/Fluidtemplate/DataProcessingExamples.png
.. figure:: /Images/ManualScreenshots/DataProcessing/DataProcessingExamples.png
:class: with-shadow
:alt: Overview of all data processing examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ Output
Using :typoscript:`maximumColumns` limits the amount of columns in the multi dimensional array.
In this example, the field data of the last column will be stripped off. Therefore the output would be:

.. figure:: /Images/ManualScreenshots/Fluidtemplate/CsvProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/CsvProcessor.png
:class: with-shadow
:alt: CSV data as HTML table
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ specific custom data processor, of course.
Example output
==============

.. figure:: /Images/ManualScreenshots/Fluidtemplate/CustomDataProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/CustomDataProcessor.png
:class: with-shadow
:alt: custom data processor output

Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ Output
The array of records each contains the data of the table in :php:`data` and
the data of the images in :php:`files`.

.. figure:: /Images/ManualScreenshots/Fluidtemplate/DatabaseProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/DatabaseProcessor.png
:class: with-shadow
:alt: haiku record data dump and output
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Output

The array :php:`images` contains the data of the files now.

.. figure:: /Images/ManualScreenshots/Fluidtemplate/FilesProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/FilesProcessor.png
:class: with-shadow
:alt: files dump and output

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ The array now contains the images ordered in rows and columns. For each image th
width and height supplied.


.. figure:: /Images/ManualScreenshots/Fluidtemplate/GalleryProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/GalleryProcessor.png
:class: with-shadow
:alt: Gallery dump and output
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ German language has the :php:`item.available` set to false. It therefore
doesn't get linked in the template.


.. figure:: /Images/ManualScreenshots/Fluidtemplate/LanguageMenuProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/LanguageMenuProcessor.png
:class: with-shadow
:alt: language menu dump and output
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ Output
The array now contains the menu items on level one. Each item in return has the menu
items of level 2 in an array called :php:`children`.

.. figure:: /Images/ManualScreenshots/Fluidtemplate/MenuProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/MenuProcessor.png
:class: with-shadow
:alt: language menu dump and output
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Output

The array now contains the information from the site configuration:

.. figure:: /Images/ManualScreenshots/Fluidtemplate/SiteProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/SiteProcessor.png
:class: with-shadow
:alt: site configuration dump and output
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ Output

The array now contains the split strings:

.. figure:: /Images/ManualScreenshots/Fluidtemplate/SplitProcessor.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/DataProcessing/SplitProcessor.png
:class: with-shadow
:alt: split dump and output
4 changes: 2 additions & 2 deletions Documentation/ContentObjects/GeneralInformation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ Example:

The result is this configuration:

.. include:: /Images/ManualScreenshots/ContentObjectsExampleMerge1.rst.txt
.. include:: /Images/ManualScreenshots/FrontendOutput/StdWrap/ContentObjectsExampleMerge1.rst.txt

Notice that :typoscript:`.value` was *not* cleared, because it's simply two arrays
which are joined:

.. include:: /Images/ManualScreenshots/ContentObjectsExampleMerge2.rst.txt
.. include:: /Images/ManualScreenshots/FrontendOutput/StdWrap/ContentObjectsExampleMerge2.rst.txt

So hence the line :typoscript:`page.20.value >` in the above example is useless.
4 changes: 2 additions & 2 deletions Documentation/ContentObjects/Hmenu/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ list from the property ".items".
work if the parent page of the current page is the root page of the
site.

.. figure:: /Images/ManualScreenshots/ContentObjectsHmenuSpecialBrowse.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/Hmenu/ContentObjectsHmenuSpecialBrowse.png
:alt: Example for the usage of the property "items".

**nextsection\_last** / **prevsection\_last:** Where
Expand Down Expand Up @@ -1612,7 +1612,7 @@ are graphical items:
The menu looks like this on a web page:

.. figure:: /Images/ManualScreenshots/ContentObjectsHmenuExampleMenu.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/Hmenu/ContentObjectsHmenuExampleMenu.png
:alt: Output of the example menu.

The TypoScript code above generates this menu, but the items do not
Expand Down
14 changes: 7 additions & 7 deletions Documentation/Gifbuilder/Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,17 @@ create much better quality images:
without the niceText property of the GIFBUILDER
:ref:`TEXT <gifbuilder-text>` object enabled as a side effect).

.. |A Background Image| image:: /Images/ManualScreenshots/GifbuilderExamples/Backimage.jpg
.. |A Background Image| image:: /Images/ThirdParty/GifbuilderExamples/Backimage.jpg
:target: /File:Backimage.jpg
.. |A overlay image| image:: /Images/ManualScreenshots/GifbuilderExamples/Logo.png
.. |A overlay image| image:: /Images/ThirdParty/GifbuilderExamples/Logo.png
:target: /File:Logo.png
.. |A normal mask| image:: /Images/ManualScreenshots/GifbuilderExamples/Mask.png
.. |A normal mask| image:: /Images/ThirdParty/GifbuilderExamples/Mask.png
:target: /File:Mask.png
.. |Description| image:: /Images/ManualScreenshots/GifbuilderExamples/Mask_i.png
.. |Description| image:: /Images/ThirdParty/GifbuilderExamples/Mask_i.png
:target: /File:Mask_i.png
.. |image1| image:: /Images/ManualScreenshots/GifbuilderExamples/Result.jpg
.. |image1| image:: /Images/ThirdParty/GifbuilderExamples/Result.jpg
:target: /File:Result.jpg
.. |Variant 1| image:: /Images/ManualScreenshots/GifbuilderExamples/Typo3_shadow1.png
.. |Variant 1| image:: /Images/ThirdParty/GifbuilderExamples/Typo3_shadow1.png
:target: /File:Typo3_shadow1.png
.. |Variant 2| image:: /Images/ManualScreenshots/GifbuilderExamples/Typo3_shadow2.png
.. |Variant 2| image:: /Images/ThirdParty/GifbuilderExamples/Typo3_shadow2.png
:target: /File:Typo3_shadow2.png

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. Manual Screenshot
.. figure:: /Images/ManualScreenshots/FrontendOutput/StdWrap/ContentObjectsExampleMerge1.png
:class: with-shadow
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. Manual Screenshot
.. figure:: /Images/ManualScreenshots/FrontendOutput/StdWrap/ContentObjectsExampleMerge2.png
:class: with-shadow
2 changes: 1 addition & 1 deletion Documentation/MenuObjects/CommonProperties/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ showAccessRestrictedPages

The result can be seen in the image below:

.. figure:: /Images/ManualScreenshots/MenuObjectsCommonPropertiesSubmenuObjSuffixes.png
.. figure:: /Images/ManualScreenshots/FrontendOutput/Hmenu/MenuObjectsCommonPropertiesSubmenuObjSuffixes.png
:alt: Output of the above example.

Applies to TMENU on >= 2 :sup:`nd` level in a menu.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/UsingSetting/Debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Finding errors
There are no tools that will tell whether the given TypoScript code is 100%
correct. The :guilabel:`TypoScript object browser` will warn about syntax errors though:

.. figure:: /Images/ManualScreenshots/TemplatesSyntaxError.png
.. figure:: /Images/ManualScreenshots/Templates/SyntaxError.png
:alt: The TypoScript Object Browser showing a syntax error
:class: with-shadow

Expand All @@ -48,7 +48,7 @@ analyzer:
The result is a long listing with all compiled line numbers, which makes it
possible to find the error reported by the :guilabel:`TypoScript object browser`.

.. figure:: /Images/ManualScreenshots/TemplatesFullListing.png
.. figure:: /Images/ManualScreenshots/Templates/FullListing.png
:alt: The TypoScript Object Browser showing a syntax error
:class: with-shadow

Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsingSetting/Entering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If the "t3editor" system extension is not installed or has been
disabled via configuration options, the :guilabel:`Constants` and :guilabel:`Setup` fields
will be normal multi-line text fields.

.. figure:: /Images/ManualScreenshots/TemplatesInputNoT3Editor.png
.. figure:: /Images/ManualScreenshots/Templates/InputNoT3Editor.png
:alt: The Constants and Setup fields without the t3editor enabled


Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsingSetting/TheConstantEditor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Usage example::

Will look in the Constant Editor like this:

.. figure:: /Images/ManualScreenshots/TemplatesCustomSubcategory.png
.. figure:: /Images/ManualScreenshots/Templates/CustomSubcategory.png
:alt: The Constant Editor showing a custom category.


Expand Down

0 comments on commit 50be0ea

Please sign in to comment.