From b7fce1d28b2c39ee16704d413dbc51cda29d0e57 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 11 Dec 2007 06:36:28 +0000 Subject: [PATCH] MFB: - Moved the intro from reference.xml to book.xml - Change the intro ID to intro. - Moved the resources section to setup.xml - Changes constants.xml to be an git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247964 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bbcode/constants.xml | 6 ++--- reference/bbcode/reference.xml | 43 ++++------------------------- reference/bbcode/setup.xml | 49 ++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 41 deletions(-) create mode 100644 reference/bbcode/setup.xml 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. + +
+ +
+ + +