wgtpkg-install: search in subdir "htdocs" also
[src/app-framework-main.git] / src / README.md
1
2 Summary of source files
3 =======================
4
5 afm-db.[ch]
6 -----------
7
8 Handles a set of directories as a set of applications.
9 Builds in memory the list of the applications.
10
11
12 afm-launch.[ch]
13 ---------------
14
15 Launches applications.
16 Uses the descriptions in /etc/afm to know how to launch
17 applications based on their types.
18
19
20 afm-launch-mode.[ch]
21 --------------------
22
23 Simple file for managing the known launch modes.
24
25 afm-run.[ch]
26 ------------
27
28 Manages the live of running applications: starts it, stop it,
29 continue it, terminates it. Manages the list of running
30 applications.
31
32 Applications are handled as process groups. It allows to use
33 applications that fork or the binder/client division.
34
35 afm-system-daemon.[ch]
36 ----------------------
37
38 afm-user-daemon.[ch]
39 --------------------
40
41 User daemon serving on the D-Bus of the session.
42
43 wgt.[ch]
44 --------
45
46 Access to files of a widget.
47
48 Implements the mechanism for seeking for files using the locale settings. 
49
50
51