This file is indexed.

/usr/share/doc/fcm/index.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
<!DOCTYPE html>
<html>
<head>
  <title>FCM Documentation</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" />
</head>
<body>
  <div class="navbar navbar-inverse">
    <div class="container-fluid">
      <div class="navbar-header">
        <a class="active 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 href="user_guide/">User Guide</a></li>
        </ul>
      </div>
    </div>
  </div>

  <div class="container">
  <div class="row">
  <div class="col-md-12">
  <div class="jumbotron">
    <div class="container-fluid">
      <div class="row">
        <div class="col-md-12">
          <h1>FCM</h1>
        </div>
      </div>
    
      <div class="row">
        <div class="col-md-6 well">
          <h2>Build</h2>

          <p>A powerful build system for modern Fortran software
          applications.</p>
        </div>

        <div class="col-md-6 well">
          <h2>Version Control</h2>

          <p>Wrappers to the Subversion version control system,
          usage conventions and processes for scientific software
          development.</p>
        </div>
      </div>

      <div class="row text-center">
        <div class="col-md-4">
          <p><a class="btn btn-primary btn-block" href=
          "https://github.com/metomi/fcm/releases/">
          <span class="glyphicon glyphicon-download"
          aria-hidden="true"></span>
          Get FCM from Github</a></p>
        </div>
        <div class="col-md-4">
          <p><a class="btn btn-primary btn-block" href="installation/">
          <span class="glyphicon glyphicon-wrench"
          aria-hidden="true"></span>
          Read the FCM Installation Guide</a></p>
        </div>
        <div class="col-md-4">
          <p><a class="btn btn-primary btn-block" href="user_guide/">
          <span class="glyphicon glyphicon-user"
          aria-hidden="true"></span>
          Read the FCM User Guide</a></p>
        </div>
      </div>
    </div>
  </div>
  </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>