Difference between revisions of "Development Information"

From AMule Project FAQ
Jump to: navigation, search
(Created page with '== Introduction == This page was created to help new developers understand how aMule is implemented. Basically the best way to learn about aMule is to take a look at the code its…')
 
(Added link to aMule mind-map.)
Line 7: Line 7:
  
 
== The big picture ==
 
== The big picture ==
The mind map about aMule goes here.
+
To get a first glimpse about aMule with a little insight into the boring details look at the [http://www.amule.org/aMule.dev.mmap.png aMule mind-map].
 +
 
 +
'''Note:''' This mind-map is based on the current knowledge of Marcell regarding the aMule client.
  
 
== Translations ==
 
== Translations ==

Revision as of 16:03, 1 October 2009

Introduction

This page was created to help new developers understand how aMule is implemented. Basically the best way to learn about aMule is to take a look at the code itself. This however takes quite some time and is difficult to begin with when you are new to the project and don't know about the components and their interactions. Read on to get some help on getting started improving the application. We wish you success!

aMule comes with different utilities and is therefore not the only part of the aMule project. This wiki page however focuses on the aMule client application only!

Note: This site is work in progress. It was started by Marcell, because he found aMule was lacking documentation for developers.

The big picture

To get a first glimpse about aMule with a little insight into the boring details look at the aMule mind-map.

Note: This mind-map is based on the current knowledge of Marcell regarding the aMule client.

Translations

Here is a helpful documentation how the gettext catalogs and portable object files work: click me!

Documented code

The source code of aMule is documented inline with Doxygen compatible comments. This enables the generation of linked HTML documentation using Doxygen.
Here you can find the newest compressed version of the aMule Doxygen documentation. Download and uncompress it, open the index.html file and start browsing.