diff --git a/reference/bbcode/constants.xml b/reference/bbcode/constants.xml index 28ec41a693..f87ac81a53 100644 --- a/reference/bbcode/constants.xml +++ b/reference/bbcode/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -298,7 +298,7 @@ -
+ - + + - BBCode Functions - BBCode + BBCode &Functions; - -
- &reftitle.intro; - - This extension aims to help parse BBCode text in - order to convert it to HTML or another markup language. It uses - one pass parsing and provides great speed improvement over the common - approach based on regular expressions. Further more, it helps provide - valid HTML by reordering open / close tags and by automatically closing - unclosed tags. - - Since 0.10.1 It supports argument quoting with single quotes, - double quotes and HTML escaped double quotes. - -
- - - &reference.bbcode.configure; - -
- &reftitle.runtime; - &no.config; -
- -
- &reftitle.resources; - - One resource is used in the BBCode extension: a BBCode_Container - returned by bbcode_create. - -
- - &reference.bbcode.constants; -
&reference.bbcode.entities.functions; +
+ diff --git a/reference/bbcode/setup.xml b/reference/bbcode/setup.xml new file mode 100644 index 0000000000..63ec89d926 --- /dev/null +++ b/reference/bbcode/setup.xml @@ -0,0 +1,49 @@ + + + + + &reftitle.setup; + +
+ &reftitle.required; + &no.requirement; +
+ + &reference.bbcode.configure; + +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + + One resource is used in the BBCode extension: a BBCode_Container + returned by bbcode_create. + +
+ +
+ + +