From 89cce25642a0cb3b6dc7afdcf36860d23fc40958 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 21 Dec 2007 03:45:56 +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@248642 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/svn/book.xml | 51 +++++++++++++++++++++++++++ reference/svn/constants.xml | 6 ++-- reference/svn/reference.xml | 41 ++-------------------- reference/svn/setup.xml | 69 +++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 41 deletions(-) create mode 100644 reference/svn/book.xml create mode 100644 reference/svn/setup.xml diff --git a/reference/svn/book.xml b/reference/svn/book.xml new file mode 100644 index 0000000000..c62894284f --- /dev/null +++ b/reference/svn/book.xml @@ -0,0 +1,51 @@ + + + + + + + + Subversion + + + + &reftitle.intro; + + This extension implements PHP bindings for + Subversion (SVN), a version + control system, allowing PHP scripts to communicate with SVN repositories + and working copies without direct command line calls to the + svn + executable. + + &warn.experimental; + + + + &reference.svn.setup; + &reference.svn.constants; + &reference.svn.reference; + + + + + diff --git a/reference/svn/constants.xml b/reference/svn/constants.xml index 392dd755fb..209dbf9c61 100644 --- a/reference/svn/constants.xml +++ b/reference/svn/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -395,7 +395,7 @@ -
+ - - - + Subversion &Functions; SVN - -
- &reftitle.intro; - &warn.experimental; - - This extension implements PHP bindings for - Subversion (SVN), a version - control system, allowing PHP scripts to communicate with SVN repositories - and working copies without direct command line calls to the - svn - executable. - -
-
- &reftitle.required; - - The Subversion binaries are not necessary to use this - extension. However, when compiling the extension, libsvn - (the Subversion headers) must be available. - -
- &reference.svn.configure; -
- &reftitle.resources; - - Subversion's lower-level svn_fs_* functions make use of resources - that reference local file-system repositories. They can probably be - created using svn_repos_fs and - svn_fs_revision_root. (verify?) - - &no.resource; -
- &reference.svn.constants; -
+ &reference.svn.entities.functions; +
+ + + &reftitle.setup; + + +
+ &reftitle.required; + + The Subversion binaries are not necessary to use this + extension. However, when compiling the extension, libsvn + (the Subversion headers) must be available. + +
+ + + +
+ &reftitle.install; + &no.install; +
+ + + +
+ &reftitle.runtime; + &no.config; +
+ + + +
+ &reftitle.resources; + + &no.resource; +
+ + +
+ + +