File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ Fluid Rendering Engine
7
7
======================
8
8
9
9
Fluid is a PHP template engine and is the de facto standard for any HTML-based
10
- output in the TYPO3 CMS. However, it is not dependent on TYPO3 and can be used
11
- in any PHP project.
10
+ output in the TYPO3 CMS ecosystem . However, it is not dependent on TYPO3 and can
11
+ be used in any PHP project.
12
12
13
- General documentation of Fluid can be found in the Documentation/ folder.
13
+ General documentation of Fluid can be found in the Documentation/ folder, see
14
+ below link for a rendered version.
14
15
15
16
:Repository: https://github.com/TYPO3/Fluid
17
+ :Read online: https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/
16
18
:Packagist: https://packagist.org/packages/typo3fluid/fluid
Original file line number Diff line number Diff line change 3
3
"description" : " The TYPO3 Fluid template rendering engine" ,
4
4
"homepage" : " https://github.com/TYPO3/Fluid" ,
5
5
"support" : {
6
+ "docs" : " https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/" ,
6
7
"issues" : " https://github.com/TYPO3/Fluid/issues" ,
7
8
"source" : " https://github.com/TYPO3/Fluid"
8
9
},
You can’t perform that action at this time.
0 commit comments