Ignore:
Timestamp:
Jul 21, 2024, 1:47:00 PM (4 months ago)
Author:
abarral
Message:

Fix r5093: ship new fcm source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/tools/fcm/doc/user_guide/introduction.html

    r1578 r5094  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    2 
     1<!DOCTYPE html>
    32<html>
    43<head>
    5   <title>FCM System User Guide: Introduction</title>
    6   <meta name="author" content="FCM development team">
    7   <meta name="descriptions" content="User Guide - Introduction">
    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">
     4  <title>FCM: User Guide: Introduction</title>
     5  <meta name="author" content="FCM team" />
     6  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     7  <link rel="icon" href="../etc/fcm-icon.png" type="image/png" />
     8  <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" />
     9  <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
     10  <link href="../etc/fcm.css" rel="stylesheet" media="screen" />
    1111</head>
     12<body>
     13  <div class="navbar navbar-inverse">
     14    <div class="container-fluid">
     15      <div class="navbar-header">
     16        <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a>
     17      </div>
     18      <div class="collapse navbar-collapse">
     19        <ul class="nav navbar-nav">
     20          <li><a href="../installation/">Installation</a></li>
    1221
    13 <body>
    14   <address>
    15     <a href="index.html">FCM System User Guide</a> &gt; Introduction
    16   </address>
     22          <li><a class="active" href="#">User Guide</a></li>
     23        </ul>
     24      </div>
     25    </div>
     26  </div>
    1727
    18   <h1>Introduction</h1>
     28  <div class="page-header">
     29    <div class="fcm-page-content pull-right well well-sm"></div>
     30    <h1>FCM: User Guide: Introduction</h1>
     31  </div>
     32
     33  <div class="container">
     34  <div class="row">
     35  <div class="col-md-12">
    1936
    2037  <p>This is the User Guide for the <em>Flexible Configuration Management</em>
     
    2441  are system manager of a project within FCM.</p>
    2542
    26   <p>Note: some hyperlinks in this document lead to pages that are internal to
    27   the Met Office, and so will generally not work when this document is viewed
    28   externally. Please accept our apologies if this causes you any
    29   inconvenience.</p>
    30 
    3143  <p>This guide consists of the following sections:</p>
    3244
    33   <ul>
    34     <li><a href="overview.html">System Overview</a>: A brief description of the
    35     main features of FCM.</li>
     45  <dl>
     46    <dt><a href="overview.html">System Overview</a></dt>
    3647
    37     <li><a href="getting_started.html">Getting Started</a>: How to start using
    38     FCM. It includes a tutorial for you to work through and
    39     familiarise yourself with some FCM activities.</li>
     48    <dd>A brief description of the main features of FCM.</dd>
    4049
    41     <li><a href="code_management.html">Code Management System</a>: How to use
    42     the code management system to manage code changes.</li>
     50    <dt><a href="getting_started.html">Getting Started</a></dt>
    4351
    44     <li><a href="working_practices.html">Code Management Working Practices</a>:
    45     Recommended ways of working with the code management system.</li>
     52    <dd>How to start using FCM. It includes a tutorial for you to work through
     53    and familiarise yourself with some FCM activities.</dd>
    4654
    47     <li><a href="extract.html">The Extract System</a>: How to extract code from
    48     the repository ready for building.</li>
     55    <dt><a href="code_management.html">Code Management System</a></dt>
    4956
    50     <li><a href="build.html">The Build System</a>: How to compile code using
    51     the build system.</li>
     57    <dd>How to use the code management system to manage code changes.</dd>
    5258
    53     <li><a href="system_admin.html">System Administration</a>: How to configure
    54     and maintain a new system within FCM.</li>
     59    <dt><a href="working_practices.html">Code Management Working
     60    Practices</a></dt>
    5561
    56     <li><a href="command_ref.html">FCM Command Reference</a>: Detailed
    57     information about each of the <em>fcm</em> commands.</li>
     62    <dd>Recommended ways of working with the code management system.</dd>
    5863
    59     <li><a href="further_info.html">Further Information</a>: Where to find
    60     further information about FCM and about configuration management in
    61     general.</li>
     64    <dt><a href="make.html">FCM Make</a></dt>
    6265
    63     <li>Annex: <a href="annex_quick_ref.html">Quick reference</a>: A quick
    64     reference to many useful FCM code management system commands.</li>
     66    <dd>How to use the make command to invoke the extract and build systems.</dd>
    6567
    66     <li>Annex: Detailed definitions of what declarations are allowed in the
    67     following configuration files:
     68    <dt><a href="system_admin.html">System Administration</a></dt>
    6869
    69       <ul>
    70         <li><a href="annex_fcm_cfg.html">central/user</a></li>
     70    <dd>How to configure and maintain a new system within FCM.</dd>
    7171
    72         <li><a href="annex_ext_cfg.html">extract</a></li>
     72    <dt><a href="command_ref.html">FCM Command Reference</a></dt>
    7373
    74         <li><a href="annex_bld_cfg.html">build</a></li>
     74    <dd>Detailed information about each of the <code>fcm</code> commands.</dd>
    7575
    76         <li><a href="annex_pck_cfg.html">build package</a></li>
    77       </ul>
    78     </li>
    79   </ul>
     76    <dt>Annex:</dt>
    8077
    81   <script type="text/javascript" src="maintain.js"></script>
     78    <dd>
     79      <dl>
     80        <dt><a href="annex_quick_ref.html">Quick reference</a></dt>
     81
     82        <dd>A quick reference to many useful FCM code management system
     83        commands.</dd>
     84
     85        <dt><a href="annex_cfg.html">FCM Configuration File</a></dt>
     86
     87        <dd>Detailed definitions of what declarations are allowed in
     88        different FCM configuration files.</dd>
     89      </dl>
     90
     91      <p>The annex also contains further sections relating to some deprecated
     92      features.</p>
     93    </dd>
     94  </dl>
     95
     96  </div>
     97  </div>
     98  </div>
     99
     100  <hr/>
     101  <div class="container-fluid text-center">
     102    <div class="row"><div class="col-md-12">
     103    <address><small>
     104      Copyright &copy; 2006-2021 British Crown (Met Office) &amp; Contributors.
     105      <a href="http://www.metoffice.gov.uk">Met Office</a>.
     106      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
     107      This document is released under the British <a href=
     108      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
     109      "license">Open Government Licence</a>.<br />
     110    </small></address>
     111    </div></div>
     112  </div>
     113
     114  <script type="text/javascript" src="../etc/jquery.min.js"></script>
     115  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
     116  <script type="text/javascript" src="../etc/fcm.js"></script>
     117  <script type="text/javascript" src="../etc/fcm-version.js"></script>
    82118</body>
    83119</html>
Note: See TracChangeset for help on using the changeset viewer.