Skip to content

Commit

Permalink
Merge pull request #31 from franzholz/develop
Browse files Browse the repository at this point in the history
fix Documentation to new requirements
  • Loading branch information
franzholz authored Dec 1, 2023
2 parents 075990a + a23b87c commit 36b009b
Show file tree
Hide file tree
Showing 21 changed files with 147 additions and 362 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2023-12-01 Franz Holzinger <[email protected]>
* add Documentation fixes

2023-11-22 Franz Holzinger <[email protected]>
* remove Classes/Hooks/CmsBackend.php, because this has been replaced already by the PageContentPreviewRenderingListener.

2023-08-02 Franz Holzinger <[email protected]>
* Breaking no. 88525: Remove "createDirs" directive of extension installation

Expand Down
51 changes: 0 additions & 51 deletions Classes/Hooks/CmsBackend.php

This file was deleted.

2 changes: 1 addition & 1 deletion Classes/Middleware/FrontendHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class FrontendHooks implements MiddlewareInterface
{
/**
* Hook to store the current basket
* Hook to initialize the current captcha
*
* @param ServerRequestInterface $request
* @param RequestHandlerInterface $handler
Expand Down
8 changes: 4 additions & 4 deletions Configuration/TCA/tt_board.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'size' => '40',
'eval' => 'trim',
'max' => '80',
'default' => ''
'default' => null
]
],
'city' => [
Expand All @@ -66,7 +66,7 @@
'size' => 20,
'eval' => 'trim',
'max' => 255,
'default' => ''
'default' => null
]
],
'email' => [
Expand All @@ -76,7 +76,7 @@
'size' => '40',
'eval' => 'trim',
'max' => '80',
'default' => ''
'default' => null
]
],
'hidden' => [
Expand Down Expand Up @@ -135,7 +135,7 @@
'type' => 'input',
'size' => '15',
'max' => '15',
'default' => ''
'default' => null
]
],
'reference' => [
Expand Down
12 changes: 7 additions & 5 deletions Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _admin-manual:
Expand All @@ -19,7 +19,7 @@ Prerequisites
Some of the TypoScript settings do not function via the constants field, but must be entered in the
setup field. Only those settings which can be found using the Constants Editor or in the file
:file:`Configuration/TypoScript/Default/constants.txt` are valid constants. You must
:file:`Configuration/TypoScript/Default/constants.typoscript` are valid constants. You must
include the “Message Board Setup” into your “include static from extensions” of your TYPO3 template
setup. The “Message Board CSS styles“ are not required. They provide default CSS styles for the forum.

Expand Down Expand Up @@ -63,7 +63,8 @@ Other configuration
This other option is for all the rest...


.. figure:: ../Images/AdministratorManual/ExtensionManager.png
.. figure:: /Images/AdministratorManual/ExtensionManager.png
:width: 700px
:alt: Extension Manager

Extension Manager
Expand Down Expand Up @@ -144,8 +145,9 @@ Example Setup
You must alternatively use :code:`plugin.tt_board_tree` for the tree type forum. :code:`plugin.tt_board_list` is only used for the list type forum.


.. figure:: ../Images/AdministratorManual/PrivacyPolicy.png
:alt: Privacy Policy
.. figure:: /Images/AdministratorManual/PrivacyPolicy.png
:width: 700px
:alt: Privacy Policy

Override the language texts for the Privacy Policy

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _changelog:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Configuration/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _configuration:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Developer/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _developer:
Expand Down
34 changes: 34 additions & 0 deletions Documentation/Includes.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. More information about this file:
https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
.. ----------
.. text roles
.. ----------
.. role:: aspect(emphasis)
.. role:: bash(code)
.. role:: html(code)
.. role:: js(code)
.. role:: php(code)
.. role:: rst(code)
.. role:: sep(strong)
.. role:: sql(code)

.. role:: tsconfig(code)
:class: typoscript

.. role:: typoscript(code)
.. role:: xml(code)
:class: html

.. role:: yaml(code)

.. default-role:: code

.. ---------
.. highlight
.. ---------
.. By default, code blocks use PHP syntax highlighting
.. highlight:: php
21 changes: 0 additions & 21 deletions Documentation/Includes.txt

This file was deleted.

57 changes: 32 additions & 25 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.. include:: Includes.txt
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: Includes.rst.txt


.. _start:
Expand All @@ -7,41 +12,43 @@
Message board, twin mode
=============================================================

.. only:: html
:Extension key:
tt_board

:Package name:
jambagecom/tt-board

:Classification:
tt_board
:Version:
|release|

:Version:
|release|
:Language:
en

:Language:
en
:Description:
Simple threaded (tree) or list message board (forum).

:Description:
Manual covering TYPO3 extension tt_board
:Keywords:
translation pack

:Keywords:
forum,message,board
:Copyright:
2006

:Copyright:
2019
:Author:
Franz Holzinger

:Author:
Franz Holzinger
:Email:
[email protected]

:Email:
[email protected]
:License:
This document is published under the
`Open Content License <https://www.openhub.net/licenses/opl>`__.

:License:
This document is published under the Open Publication License
available from http://www.opencontent.org/openpub/
The content of this document is related to TYPO3,
a GNU/GPL CMS/Framework available from `www.typo3.org <https://www.typo3.org/>`_.

:Rendered:
|today|
:Rendered:
|today|

The content of this document is related to TYPO3,
a GNU/GPL CMS/Framework available from `www.typo3.org <https://typo3.org/>`__.


**Table of Contents**
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _introduction:
Expand Down Expand Up @@ -36,15 +36,15 @@ Screenshots

List type forum:
^^^^^^^^^^^^^^^^
.. figure:: ../Images/Introduction/ListType.png
.. figure:: /Images/Introduction/ListType.png
:width: 500px
:alt: list type forum

The forum topics and entries are listed in a table format.

Tree type forum:
^^^^^^^^^^^^^^^^
.. figure:: ../Images/Introduction/TreeType.png
.. figure:: /Images/Introduction/TreeType.png
:width: 500px
:alt: tree type forum

Expand Down
2 changes: 1 addition & 1 deletion Documentation/KnownProblems/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt


.. _known-problems:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Links.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: Includes.txt
.. include:: Includes.rst.txt


.. _links:
Expand Down
60 changes: 0 additions & 60 deletions Documentation/Localization.de_DE.tmpl/Index.rst

This file was deleted.

Loading

0 comments on commit 36b009b

Please sign in to comment.