X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=HACKING;h=f59dd666ba8bb8e784caf7347eee7a81cededca0;hp=9ae20a6f055feba0db22f60138ab990347f7aeaa;hb=ba7ec6aea325b0a6df5777afc057df087f669a7b;hpb=04d8209077d2227eb1d42695ba71147f78987050 diff --git a/HACKING b/HACKING index 9ae20a6..f59dd66 100644 --- a/HACKING +++ b/HACKING @@ -71,6 +71,10 @@ appliance/ capitests/ Automated tests of the C API. +cat/ + The 'virt-cat', 'virt-filesystems' and 'virt-ls' commands and + documentation. + contrib/ Outside contributions, experimental parts. @@ -80,6 +84,9 @@ csharp/ daemon/ The daemon that runs inside the guest and carries out actions. +df/ + 'virt-df' command and documentation. + examples/ The examples. @@ -120,6 +127,9 @@ m4/ ocaml/ OCaml bindings. +php/ + PHP bindings. + po/ Translations of simple gettext strings. For translations of longer documents, see po-docs/. @@ -138,14 +148,14 @@ python/ regressions/ Regression tests. +rescue/ + 'virt-rescue' command and documentation. + ruby/ Ruby bindings. tools/ - Command line tools like virt-cat, virt-df, virt-edit and more. - In versions <= 1.0.73 these were all in separate directories - like cat/, df/, edit/, but since then we moved them all into - one directory to simplify builds. + Command line tools written in Perl (virt-resize and more). src/ Source code to the C library.