Difference between revisions of "XAPI Developer Guide"

From Xen
(Created page with "<!-- MoinMoin name: XAPI_Developer_Guide --> <!-- Comment: Added CategoryXCP --> <!-- WikiMedia name: XAPI Developer Guide --> <!-- Page revision: 00000022 --> <!-- Orig…")
 
(XAPI Developer Guide)
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
<!-- #language en -->
 
<!-- #language en -->
 
== XAPI Developer Guide ==
 
== XAPI Developer Guide ==
This guide is a constantly evolving documentation effort to support developers learning about or working with XAPI. If you would like to edit these pages and have not already done so - please contact community.manager@xen.org with your Wiki User Name for editing rights.
+
This guide is a constantly evolving documentation effort to support developers learning about or working with XAPI.
   
 
== OCaml Language ==
 
== OCaml Language ==
The XAPI toolstack is written entirely in OCaml. General information on the language is available at http://www.ocaml-tutorial.org/.
+
The XAPI toolstack is written entirely in OCaml. General information on the language is available at http://www.ocaml-tutorial.org/, which is mirrored at http://mirror.ocamlcore.org/ocaml-tutorial.org/.
 
* [http://www.xen.org/files/XenCloud/ocamldoc/ XAPI Source Documentation] - OCamlDoc source-code documentation for XAPI
 
* [http://www.xen.org/files/XenCloud/ocamldoc/ XAPI Source Documentation] - OCamlDoc source-code documentation for XAPI
 
* [[OCaml Best Practices]] - Coding standards and guidelines for OCaml source code in XAPI.
 
* [[OCaml Best Practices]] - Coding standards and guidelines for OCaml source code in XAPI.
Line 44: Line 44:
 
* [[XAPI Pool Join]] - Internal mechanism behind the pool join process
 
* [[XAPI Pool Join]] - Internal mechanism behind the pool join process
   
[[Category:XCP]]
+
[[Category:XAPI Devel]]
 
[[Category:Design Document]]
 
[[Category:Design Document]]
[[Category:Developers]]
 
 
[[Category:Index]]
 
[[Category:Index]]

Latest revision as of 12:31, 11 July 2013


XAPI Developer Guide

This guide is a constantly evolving documentation effort to support developers learning about or working with XAPI.

OCaml Language

The XAPI toolstack is written entirely in OCaml. General information on the language is available at http://www.ocaml-tutorial.org/, which is mirrored at http://mirror.ocamlcore.org/ocaml-tutorial.org/.

XAPI Tutorials

A collection of tutorials to better understand how to make changes to XAPI.

XAPI Projects

Projects currently being worked on and suggestions for future projects.

XAPI Internals

How XAPI Works...