1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <title>FCM Detailed Design: Introduction</title> |
---|
6 | <meta name="author" content="FCM development team"> |
---|
7 | <meta name="descriptions" content="FCM Detailed Design: Introduction"> |
---|
8 | <meta name="keywords" content="FCM, design"> |
---|
9 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
10 | <link rel="stylesheet" type="text/css" href="style.css"> |
---|
11 | </head> |
---|
12 | |
---|
13 | <body> |
---|
14 | <address> |
---|
15 | <a href="index.html">FCM Detailed Design</a> > Introduction |
---|
16 | </address> |
---|
17 | |
---|
18 | <h1>Introduction</h1> |
---|
19 | |
---|
20 | <p>This document contains the Detailed Design for the <em>Flexible |
---|
21 | Configuration Management</em> system which is known as <em>FCM</em>.</p> |
---|
22 | |
---|
23 | <p>A lot of information about the design of FCM can be found within:</p> |
---|
24 | |
---|
25 | <ul class="pad"> |
---|
26 | <li>The <a href="../user_guide">FCM User Guide</a>. This contains all the |
---|
27 | information which a user needs to know about FCM, including relevant |
---|
28 | aspects of the design.</li> |
---|
29 | |
---|
30 | <li>The FCM source code which is, we hope, well commented.</li> |
---|
31 | </ul> |
---|
32 | |
---|
33 | <p>Everything else which you might need to know about the design should be |
---|
34 | described in the following sections. It includes higher level design |
---|
35 | information not suited for inclusion in the source code but too detailed to |
---|
36 | be included in the User Guide. It is intended for those who need to maintain |
---|
37 | or develop the FCM system or simply for those who wish to obtain a deeper |
---|
38 | understanding of how the system works. This document consists of the following |
---|
39 | sections:</p> |
---|
40 | |
---|
41 | <ul class="pad"> |
---|
42 | <li><a href="code_management.html">Code Management System</a></li> |
---|
43 | |
---|
44 | <li><a href="extract.html">Extract System</a></li> |
---|
45 | |
---|
46 | <li><a href="build.html">Build System</a></li> |
---|
47 | </ul> |
---|
48 | |
---|
49 | <script type="text/javascript" src="maintain.js"> |
---|
50 | </script> |
---|
51 | </body> |
---|
52 | </html> |
---|