1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <title>FCM System User Guide: Further Information</title> |
---|
6 | <meta name="author" content="FCM development team"> |
---|
7 | <meta name="descriptions" content="User Guide - Further Information"> |
---|
8 | <meta name="keywords" content="FCM, user guide"> |
---|
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 System User Guide</a> > Further Information |
---|
16 | </address> |
---|
17 | |
---|
18 | <h1>Further Information</h1> |
---|
19 | |
---|
20 | <ul> |
---|
21 | <li>Project documents |
---|
22 | |
---|
23 | <ul> |
---|
24 | <li> |
---|
25 | <a href="../../../FCM_Admin/doc/project/HighLevelDesign.html">High Level Design</a> |
---|
26 | |
---|
27 | <ul> |
---|
28 | <li>Gives the original reasons behind the choice of tools used in |
---|
29 | the FCM system (e.g. Subversion & Trac).</li> |
---|
30 | |
---|
31 | <li>Some of the issues discussed are no longer relevant.</li> |
---|
32 | </ul> |
---|
33 | </li> |
---|
34 | |
---|
35 | <li> |
---|
36 | <a href="../design">FCM Detailed Design</a> |
---|
37 | |
---|
38 | <ul> |
---|
39 | <li>Information about the internal workings of the FCM system.</li> |
---|
40 | |
---|
41 | <li>Intended mainly for people maintaining or developing the FCM |
---|
42 | system.</li> |
---|
43 | </ul> |
---|
44 | </li> |
---|
45 | |
---|
46 | <li> |
---|
47 | <a href="../../../FCM_Admin/doc/project/scmUsecaseSolutions.html">Use-Case |
---|
48 | Solution</a> |
---|
49 | |
---|
50 | <ul> |
---|
51 | <li>Discusses how FCM meets its requirements.</li> |
---|
52 | |
---|
53 | <li>Some of the working practices discussed may not match current |
---|
54 | advice. This User Guide takes precedence where there are any |
---|
55 | differences.</li> |
---|
56 | </ul> |
---|
57 | </li> |
---|
58 | </ul> |
---|
59 | </li> |
---|
60 | |
---|
61 | <li>Subversion |
---|
62 | |
---|
63 | <ul> |
---|
64 | <li><a href="http://subversion.tigris.org/">Subversion Home |
---|
65 | Page</a></li> |
---|
66 | |
---|
67 | <li><a href="http://svnbook.red-bean.com/en/1.2/">Subversion |
---|
68 | Book</a></li> |
---|
69 | |
---|
70 | <li><a href="http://subversion.tigris.org/faq.html">Subversion |
---|
71 | FAQ</a></li> |
---|
72 | </ul> |
---|
73 | </li> |
---|
74 | |
---|
75 | <li>Other links |
---|
76 | |
---|
77 | <ul> |
---|
78 | <li><a href="http://projects.edgewall.com/trac/">Trac Home |
---|
79 | Page</a></li> |
---|
80 | |
---|
81 | <li><a href="http://furius.ca/xxdiff/">xxdiff Home Page</a></li> |
---|
82 | |
---|
83 | <li><a href="http://subversion.tigris.org/hacking.html">Hacker's |
---|
84 | Guide to Subversion</a>: Contains some useful guidelines on log |
---|
85 | message, filing issues, etc.</li> |
---|
86 | </ul> |
---|
87 | </li> |
---|
88 | </ul> |
---|
89 | |
---|
90 | <script type="text/javascript" src="maintain.js"> |
---|
91 | </script> |
---|
92 | </body> |
---|
93 | </html> |
---|