summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-13 19:39:39 +0100
committerRichard Jones <rjones@redhat.com>2009-04-13 19:39:39 +0100
commitec89b939882564b0f7a481298e06111b7578d60d (patch)
tree5703766de327b5f9f8ab8fcedac60f7db60a2f77
parent632d452727d32905627037e295aca38ce0b38f57 (diff)
downloadlibguestfs-ec89b939882564b0f7a481298e06111b7578d60d.tar.gz
libguestfs-ec89b939882564b0f7a481298e06111b7578d60d.tar.xz
libguestfs-ec89b939882564b0f7a481298e06111b7578d60d.zip
Describe all available bindings.
-rw-r--r--README5
-rw-r--r--guestfs.pod2
-rw-r--r--libguestfs.spec.in6
3 files changed, 9 insertions, 4 deletions
diff --git a/README b/README
index f32c8596..d717a14c 100644
--- a/README
+++ b/README
@@ -16,9 +16,8 @@ LVs, what filesystem is in each LV, etc.). It can also run commands
in the context of the guest. Also you can access filesystems over FTP.
Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in other languages, if people
-contribute the language bindings). You can also use it from shell
-scripts or the command line.
+programs (or management programs written in OCaml, Perl or Python).
+You can also use it from shell scripts or the command line.
Libguestfs was written by Richard W.M. Jones (rjones@redhat.com).
For discussion please use the fedora-virt mailing list:
diff --git a/guestfs.pod b/guestfs.pod
index 41234fdb..6c016000 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -37,7 +37,7 @@ LVs, what filesystem is in each LV, etc.). It can also run commands
in the context of the guest. Also you can access filesystems over FTP.
Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in OCaml or Perl).
+programs (or management programs written in OCaml, Perl or Python).
You can also use it from shell scripts or the command line.
You don't need to be root to use libguestfs, although obviously you do
diff --git a/libguestfs.spec.in b/libguestfs.spec.in
index f6931b78..ed982a4d 100644
--- a/libguestfs.spec.in
+++ b/libguestfs.spec.in
@@ -57,6 +57,12 @@ programs.
See also the 'guestfish' package for shell scripting and command line
access.
+For Perl bindings, see 'libguestfs-perl'.
+
+For OCaml bindings, see 'libguestfs-ocaml-devel'.
+
+For Python bindings, see 'libguestfs-python'.
+
%package devel
Summary: Development tools and libraries for %{name}