-
Notifications
You must be signed in to change notification settings - Fork 132
EresiDocumentation
We are currently working on version 0.8 of ERESI. Most of the files available on this pages are done for version 0.7. No major design change has been done between 0.7 and 0.8 versions, but the newest commands might not be documented yet.
Most of our code is commented using doxygen. Soon we will be able to put the documentation of the complete C API of all components of the ERESI framework. As we are completing this for the moment, we propose to dig into a few other files that will help you understanding how to start hacking into the ERESI project:
-
The Eresi man page. It includes the documentation of ALL commands in the ERESI standard library.
-
HOWTO port ERESI 0.8x (to other Architectures and Operating Systems) (Developers needed for AMD64, ARM, PPC, PA-RISC and IA64)
-
The ERESI coding style guide (norm, practices, and integration)
-
Notes on the Distributed Update Management Protocol (DUMP) as implemented in libdump (Maintainer needed !)