Classes
This class is abstract. It contains tools that are usefull for implement a content parser.
This class is an abstract class. It contains the common elements needed by all the unparsers of PHPBoost.
This class ensures the real time processing of the content. The major part of the processing is saved in the database to minimize as much as possible the treatment when the content is displayed. However, some tags cannot be cached, because we cannot have return to the original code. It's for instance the case of the code tag which replaces the code by a lot of html code which formats the code.
This is a manual syntax highlighter for plain code with the [highlight] tag to choose what to highlight.