1 | 1 | simandl | These are the files that must exist for a module: |
2 | | | |
3 | | | .description contains a brief description of the module. |
4 | | | Its contents will be shown during the configuration process |
5 | | | |
6 | | | .settings.default some default values for this module |
7 | | | |
8 | | | diagrams.pl This script generates all missing or out of date diagrams. |
9 | | | |
10 | | | makeindex.pl |
11 | | | |
12 | | | makerrd |
13 | | | |
14 | | | platform/common.pm |
15 | | | |
16 | | | platform/default.pm |
17 | | | |
18 | | | read-data.pl Initialization script. It imports some libraries and starts |
19 | | | the whole process according to the commandline parameters. |
20 | | | These scripts look always teh same since the core stuff is |
21 | | | dome in the corrosponding global and module libraries. |
22 | | | |
23 | | | settings file generated by setup.pl |
24 | | | |
25 | | | setup.pl This script parses some system parameters or asks for user |
26 | | | input and generates the "settings" file which contains the |
27 | | | module specific configuration. |
28 | | | |
29 | | | |
30 | | | |