Skip to content

Commit

Permalink
[DOC] Some minor docs improvements to match all latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Apr 29, 2020
1 parent 1e12d73 commit 1af3c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Documentation/DeveloperGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ It is recommenced to install T3extblog in TYPO3'S default Bootstrap Package.
* Using the subscription manager (confirm and delete for new comment and post subscription)
* New comment subscription
* admin, subscriber opt-in and notification emails
* triggered by: frontend & backend (confirm and un-spam a comment)
* triggered by:
* frontend & backend (confirm and un-spam a comment)
* edit button (BE module and core dashboard) and direct spam / confirmed toggle buttons
* make sure mails are sent with localized links for multi language setups
* New post subscription
* subscriber opt-in (frontend) and notification emails (button in BE module)
Expand Down Expand Up @@ -181,7 +183,7 @@ This extension uses the `nimut/testing-framework` testing framework, see https:/

.. code-block:: bash
cd typo3conf/ext/t3extblog
cd web/typo3conf/ext/t3extblog
composer install
Expand All @@ -197,6 +199,7 @@ See https://github.com/FluidTYPO3/fluidtypo3-gizzle for more information on the

**How to release**

* Create upgrade guide!
* Change version information in :code:`/ext_emconf.php`
* Change version information in :code:`/Documentation/Settings.yml` and :code:`/Documentation/Settings.cfg`
* Commit changes: No [XYZ] prefix, this commit message will be the TYPO3 TER release notice
Expand Down
5 changes: 3 additions & 2 deletions Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Currently implemented features:
* Blog system with posts, categories, tags, comments and subscriptions
* Use all TYPO3 content elements within your blog posts
* BE Module with dashboard and lists for posts, comments and subscriptions
* Multiple core dashboard widgets
* Views: list, detail, latest, categories, archive, latest posts and comments (each is a FE plugin)
* Filter posts by category, tag or author
* Fields for preview text and image in list view
Expand Down Expand Up @@ -52,10 +53,10 @@ Currently implemented features:
**Developer related**

* Reasonable cache handling (using cache tags)
* Default HTML markup matches Twitter Bootstrap 3.x
* Default HTML markup matches Twitter Bootstrap 3.x or 4.x
* Using Pootle translation server (translation.typo3.org)
* Using interfaces and signal / slot for easy extending
* Supports migration (of EXT:t3blog) and is tested in TYPO3 6-9
* Supports migration (of EXT:t3blog) and is tested in TYPO3 6-10
* A few unit tests


Expand Down

0 comments on commit 1af3c05

Please sign in to comment.