From da74a4ed70f31466c05f5841cdb07fbc0d35f65b Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 14 Mar 2023 22:40:00 +0100 Subject: [PATCH] docs: Update link to the php bindings project webpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The page for the libvirt-php project is now hosted via gitlab pages and available at https://php.libvirt.org/ Additionally drop the docs/php.rst(html) page which has only redundant information. Redirects will be set up to make sure old links still work. Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- docs/bindings.rst | 4 ++-- docs/docs.rst | 2 +- docs/meson.build | 1 - docs/php.rst | 23 ----------------------- docs/testapi.rst | 2 +- 5 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 docs/php.rst diff --git a/docs/bindings.rst b/docs/bindings.rst index 522d443d50..1a96b9e56a 100644 --- a/docs/bindings.rst +++ b/docs/bindings.rst @@ -21,7 +21,7 @@ other languages: bindings `__. - **PHP**: Radek Hladik started developing `PHP - bindings `__ in 2010. + bindings `__ in 2010. In February 2011 the binding development has been moved to the libvirt.org website as libvirt-php project. @@ -29,7 +29,7 @@ other languages: The project is now maintained by Michal Novotny and it's heavily based on Radek's version. For more information, including information on posting patches to libvirt-php, please refer to the `PHP - bindings `__ site. + bindings `__ site. - **Python**: Libvirt's python bindings are split to a separate `package `__ since version diff --git a/docs/docs.rst b/docs/docs.rst index ea14555575..daa0234fa6 100644 --- a/docs/docs.rst +++ b/docs/docs.rst @@ -84,7 +84,7 @@ Application development `ocaml `__, `perl `__, `python `__, - `php `__, + `php `__, `ruby `__ and integration API modules for `D-Bus `__ diff --git a/docs/meson.build b/docs/meson.build index 864abf0ba5..8f84d08912 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -95,7 +95,6 @@ docs_rst_files = [ 'nss', 'pci-addresses', 'pci-hotplug', - 'php', 'platforms', 'programming-languages', 'python', diff --git a/docs/php.rst b/docs/php.rst deleted file mode 100644 index 36f7c44bed..0000000000 --- a/docs/php.rst +++ /dev/null @@ -1,23 +0,0 @@ -================ -PHP API bindings -================ - -The libvirt-php, originally called php-libvirt, is the PHP API bindings for the -libvirt virtualization toolkit originally developed by Radek Hladik. - -Getting the source ------------------- - -The PHP bindings code source is now maintained in a -`git `__ repository available on -`gitlab.com `__: - -:: - - git clone https://gitlab.com/libvirt/libvirt-php.git - -Project pages -------------- - -Since February 2011 the project has its own pages hosted at libvirt.org. For -more information on the project please refer to https://libvirt.org/php. diff --git a/docs/testapi.rst b/docs/testapi.rst index 9aa0afb761..5f02e2872f 100644 --- a/docs/testapi.rst +++ b/docs/testapi.rst @@ -24,7 +24,7 @@ using one or more test case to define a given test scenario. For more details you can look at: - A `documentation - PDF `__ + PDF `__ file describing the test suite and how to write test cases and test scenarios.