X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=HACKING;h=865ae20a00bd5805763441e3f471934eb6644d9c;hb=2ed92137182d4d479dddddeccaf6ad8dae967895;hp=28b25f74582c2d8e4c023b5b463be656d9d724b2;hpb=c79fc07ff71926b3bf956ff296336f6f71bb3b1e;p=guestfs-browser.git diff --git a/HACKING b/HACKING index 28b25f7..865ae20 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,12 @@ This document describes the software architecture of the guestfs-browser, useful if you want to hack on it. +Patches +------- + +Patches should be sent to the virt-tools mailing list: +http://www.redhat.com/mailman/listinfo/virt-tools-list + About OCaml ----------- @@ -8,7 +14,8 @@ First of all about OCaml: Read the tutorial and other resources available from this site: http://caml.inria.fr/ - http://ocaml-tutorial.org/ + http://mirror.ocamlcore.org/ocaml-tutorial.org/index.html + # http://ocaml-tutorial.org/ If you are using emacs, install tuareg-mode instead of using the built-in emacs mode (which sucks). vi users have a good built-in @@ -65,7 +72,7 @@ Most modules alias short names for some common libvirt and libguestfs modules, eg: module C = Libvirt.Connect - module Q = Queue + module G = Guestfs So when you see a function such as 'C.connect_readonly', it's really the function 'connect_readonly' in the [nested] module