This file is indexed.

/usr/share/doc/fcm/user_guide/introduction.html is in fcm 2016.12.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
  <title>FCM: User Guide: Introduction</title>
  <meta name="author" content="FCM team" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="icon" href="../etc/fcm-icon.png" type="image/png" />
  <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" />
  <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
  <link href="../etc/fcm.css" rel="stylesheet" media="screen" />
</head>
<body>
  <div class="navbar navbar-inverse">
    <div class="container-fluid">
      <div class="navbar-header">
        <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a>
      </div>
      <div class="collapse navbar-collapse">
        <ul class="nav navbar-nav">
          <li><a href="../installation/">Installation</a></li>

          <li><a class="active" href="#">User Guide</a></li>
        </ul>
      </div>
    </div>
  </div>

  <div class="page-header">
    <div class="fcm-page-content pull-right well well-sm"></div>
    <h1>FCM: User Guide: Introduction</h1>
  </div>

  <div class="container">
  <div class="row">
  <div class="col-md-12">

  <p>This is the User Guide for the <em>Flexible Configuration Management</em>
  system which is known as <em>FCM</em>. It is designed to tell you everything
  you need to know if you want to develop code which has been configured within
  FCM. In addition it also provides the extra information you will need if you
  are system manager of a project within FCM.</p>

  <p>This guide consists of the following sections:</p>

  <dl>
    <dt><a href="overview.html">System Overview</a></dt>

    <dd>A brief description of the main features of FCM.</dd>

    <dt><a href="getting_started.html">Getting Started</a></dt>

    <dd>How to start using FCM. It includes a tutorial for you to work through
    and familiarise yourself with some FCM activities.</dd>

    <dt><a href="code_management.html">Code Management System</a></dt>

    <dd>How to use the code management system to manage code changes.</dd>

    <dt><a href="working_practices.html">Code Management Working
    Practices</a></dt>

    <dd>Recommended ways of working with the code management system.</dd>

    <dt><a href="make.html">FCM Make</a></dt>

    <dd>How to use the make command to invoke the extract and build systems.</dd>

    <dt><a href="system_admin.html">System Administration</a></dt>

    <dd>How to configure and maintain a new system within FCM.</dd>

    <dt><a href="command_ref.html">FCM Command Reference</a></dt>

    <dd>Detailed information about each of the <code>fcm</code> commands.</dd>

    <dt>Annex:</dt>

    <dd>
      <dl>
        <dt><a href="annex_quick_ref.html">Quick reference</a></dt>

        <dd>A quick reference to many useful FCM code management system
        commands.</dd>

        <dt><a href="annex_cfg.html">FCM Configuration File</a></dt>

        <dd>Detailed definitions of what declarations are allowed in
        different FCM configuration files.</dd>
      </dl>

      <p>The annex also contains further sections relating to some deprecated
      features.</p>
    </dd>
  </dl>

  </div>
  </div>
  </div>

  <hr/>
  <div class="container-fluid text-center">
    <div class="row"><div class="col-md-12">
    <address><small>
      &copy; British Crown Copyright 2006-16
      <a href="http://www.metoffice.gov.uk">Met Office</a>.
      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
      This document is released under the British <a href=
      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
      "license">Open Government Licence</a>.<br />
    </small></address>
    </div></div>
  </div>

  <script type="text/javascript" src="../etc/jquery.min.js"></script>
  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
  <script type="text/javascript" src="../etc/fcm.js"></script>
  <script type="text/javascript" src="../etc/fcm-version.js"></script>
</body>
</html>