mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Update link to the php bindings project webpage
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>
This commit is contained in:
parent
85a4f035f6
commit
da74a4ed70
@ -21,7 +21,7 @@ other languages:
|
|||||||
bindings <https://search.cpan.org/dist/Sys-Virt/>`__.
|
bindings <https://search.cpan.org/dist/Sys-Virt/>`__.
|
||||||
|
|
||||||
- **PHP**: Radek Hladik started developing `PHP
|
- **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
|
In February 2011 the binding development has been moved to the
|
||||||
libvirt.org website as libvirt-php project.
|
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
|
The project is now maintained by Michal Novotny and it's heavily
|
||||||
based on Radek's version. For more information, including information
|
based on Radek's version. For more information, including information
|
||||||
on posting patches to libvirt-php, please refer to the `PHP
|
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
|
- **Python**: Libvirt's python bindings are split to a separate
|
||||||
`package <https://gitlab.com/libvirt/libvirt-python>`__ since version
|
`package <https://gitlab.com/libvirt/libvirt-python>`__ since version
|
||||||
|
@ -84,7 +84,7 @@ Application development
|
|||||||
`ocaml <https://libvirt.org/ocaml/>`__,
|
`ocaml <https://libvirt.org/ocaml/>`__,
|
||||||
`perl <https://search.cpan.org/dist/Sys-Virt/>`__,
|
`perl <https://search.cpan.org/dist/Sys-Virt/>`__,
|
||||||
`python <python.html>`__,
|
`python <python.html>`__,
|
||||||
`php <php.html>`__,
|
`php <https://php.libvirt.org>`__,
|
||||||
`ruby <https://libvirt.org/ruby/>`__
|
`ruby <https://libvirt.org/ruby/>`__
|
||||||
and integration API modules for
|
and integration API modules for
|
||||||
`D-Bus <dbus.html>`__
|
`D-Bus <dbus.html>`__
|
||||||
|
@ -95,7 +95,6 @@ docs_rst_files = [
|
|||||||
'nss',
|
'nss',
|
||||||
'pci-addresses',
|
'pci-addresses',
|
||||||
'pci-hotplug',
|
'pci-hotplug',
|
||||||
'php',
|
|
||||||
'platforms',
|
'platforms',
|
||||||
'programming-languages',
|
'programming-languages',
|
||||||
'python',
|
'python',
|
||||||
|
23
docs/php.rst
23
docs/php.rst
@ -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.
|
|
@ -24,7 +24,7 @@ using one or more test case to define a given test scenario.
|
|||||||
For more details you can look at:
|
For more details you can look at:
|
||||||
|
|
||||||
- A `documentation
|
- 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
|
file describing the test suite and how to write test cases and test
|
||||||
scenarios.
|
scenarios.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user