]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Update link to the php bindings project webpage
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 Mar 2023 21:40:00 +0000 (22:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Apr 2023 07:19:05 +0000 (09:19 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/bindings.rst
docs/docs.rst
docs/meson.build
docs/php.rst [deleted file]
docs/testapi.rst

index 522d443d50869bc4c29286edb3f9adcc86c5459e..1a96b9e56aa432cbb399640f413bf5e052e8b893 100644 (file)
@@ -21,7 +21,7 @@ other languages:
    bindings <https://search.cpan.org/dist/Sys-Virt/>`__.
 
 -  **PHP**: Radek Hladik started developing `PHP
-   bindings <https://libvirt.org/php>`__ in 2010.
+   bindings <https://php.libvirt.org/>`__ 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 <https://libvirt.org/php>`__ site.
+   bindings <https://php.libvirt.org/>`__ site.
 
 -  **Python**: Libvirt's python bindings are split to a separate
    `package <https://gitlab.com/libvirt/libvirt-python>`__ since version
index ea14555575316bee689315def0f387b06d8134ff..daa0234fa6d23225db9083e479dccf59948bc319 100644 (file)
@@ -84,7 +84,7 @@ Application development
    `ocaml <https://libvirt.org/ocaml/>`__,
    `perl <https://search.cpan.org/dist/Sys-Virt/>`__,
    `python <python.html>`__,
-   `php <php.html>`__,
+   `php <https://php.libvirt.org>`__,
    `ruby <https://libvirt.org/ruby/>`__
    and integration API modules for
    `D-Bus <dbus.html>`__
index 864abf0ba5241c7a66cf755fb3556737ce501633..8f84d08912c248df60b540a8526dbd9990c6c452 100644 (file)
@@ -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 (file)
index 36f7c44..0000000
+++ /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 <https://git-scm.com/>`__ repository available on
-`gitlab.com <https://gitlab.com/libvirt/libvirt-php>`__:
-
-::
-
-   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.
index 9aa0afb76179900ed4840757ea1ce78d06521b7d..5f02e2872f755ef453e9cd43b788fe28189bd257 100644 (file)
@@ -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 <https://libvirt.org/sources/libvirt-test-API/Libvirt-test-API.pdf>`__
+   PDF <https://download.libvirt.org/libvirt-test-API/Libvirt-test-API.pdf>`__
    file describing the test suite and how to write test cases and test
    scenarios.