From 62133fc8d6f31f9c207b66700b1b93e2c70b7927 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 21 Dec 2007 03:37:38 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - Split reference.xml into book.xml and setup.xml - Moved from reference.xml to book.xml: - The intro text (partintro), and link to constants - Moved from reference.xml to setup.xml: - The rest: configuration, and added requirements, installation, and resources - Changed the intro ID from .intro to intro. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248641 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/book.xml | 52 ++++++++++++++++++++++++++++ reference/strings/constants.xml | 6 ++-- reference/strings/reference.xml | 60 ++++++++------------------------- reference/strings/setup.xml | 49 +++++++++++++++++++++++++++ 4 files changed, 118 insertions(+), 49 deletions(-) create mode 100644 reference/strings/book.xml create mode 100644 reference/strings/setup.xml diff --git a/reference/strings/book.xml b/reference/strings/book.xml new file mode 100644 index 0000000000..2bd4175cae --- /dev/null +++ b/reference/strings/book.xml @@ -0,0 +1,52 @@ + + + + + + + String &Functions; + Strings + + + &reftitle.intro; + + These functions all manipulate strings in various ways. Some more + specialized sections can be found in the regular expression and + URL handling sections. + + + For information on how strings behave, especially with regard to + usage of single quotes, double quotes, and escape sequences, see + the Strings entry in + the Types section of the + manual. + + + + &reference.strings.setup; + &reference.strings.constants; + &reference.strings.reference; + + + + + diff --git a/reference/strings/constants.xml b/reference/strings/constants.xml index 880d642b89..eb8ff60dc2 100644 --- a/reference/strings/constants.xml +++ b/reference/strings/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -236,7 +236,7 @@ -
+ - - + - - String Functions - Strings + + String &Functions; - -
- &reftitle.intro; - - These functions all manipulate strings in various ways. Some more - specialized sections can be found in the regular expression and - URL handling sections. - - - For information on how strings behave, especially with regard to - usage of single quotes, double quotes, and escape sequences, see - the Strings entry in - the Types section of the - manual. - -
+ + &reftitle.seealso; + + For even more powerful string handling and manipulating functions + take a look at the POSIX regular + expression functions and the Perl + compatible regular expression functions. + + -
- &reftitle.required; - &no.requirement; -
+ &reference.strings.entities.functions; -
- &reftitle.install; - &no.install; -
- - &reference.strings.constants; - -
- &reftitle.seealso; - - For even more powerful string handling and manipulating functions - take a look at the POSIX regular - expression functions and the Perl - compatible regular expression functions. - -
-
+
-&reference.strings.entities.functions; - -
+ + + &reftitle.setup; + +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + &no.install; +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ + +