.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _introduction: Introduction ------------ This extension adds the possibility to write Fluid everywhere your want. It parses the complete page content for fluid. With this extension, you can add dynamic information into your content and implement your own markers by using a SignalSlot. Use the SignalSlot 'parsePlainContent' in the ParseHtmlController.php to make your own content markers available everywhere! You can add dynamic variables, complete rendered html elements or your own php logic. Content is now parsed everywhere :: {variable} and {_all} Cache ~~~~~ The FluidRTE-Extension post-renders the complete page content for fluid code and replaces it. It doesn't matter if the cache is enabled or disabled.