New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
index.html in vendors/doc – NEMO

source: vendors/doc/index.html @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 3.2 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4  <title>FCM Documentation</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</head>
11<body>
12  <div class="navbar navbar-inverse">
13    <div class="container-fluid">
14      <div class="navbar-header">
15        <a class="active navbar-brand" href="#">
16          <span class="fcm-version">FCM</span>
17        </a>
18      </div>
19      <div class="collapse navbar-collapse">
20        <ul class="nav navbar-nav">
21          <li><a href="installation/">Installation</a></li>
22
23          <li><a href="user_guide/">User Guide</a></li>
24        </ul>
25      </div>
26    </div>
27  </div>
28
29  <div class="container">
30  <div class="row">
31  <div class="col-md-12">
32  <div class="jumbotron">
33    <div class="container-fluid">
34      <div class="row">
35        <div class="col-md-12">
36          <h1>FCM</h1>
37        </div>
38      </div>
39   
40      <div class="row">
41        <div class="col-md-6 well">
42          <h2>Build</h2>
43
44          <p>A powerful build system for modern Fortran software
45          applications.</p>
46        </div>
47
48        <div class="col-md-6 well">
49          <h2>Version Control</h2>
50
51          <p>Wrappers to the Subversion version control system,
52          usage conventions and processes for scientific software
53          development.</p>
54        </div>
55      </div>
56
57      <div class="row text-center">
58        <div class="col-md-4">
59          <p><a class="btn btn-primary btn-block" href=
60          "https://github.com/metomi/fcm/releases/">
61          <span class="glyphicon glyphicon-download"
62          aria-hidden="true"></span>
63          Get FCM from Github</a></p>
64        </div>
65        <div class="col-md-4">
66          <p><a class="btn btn-primary btn-block" href="installation/">
67          <span class="glyphicon glyphicon-wrench"
68          aria-hidden="true"></span>
69          Read the FCM Installation Guide</a></p>
70        </div>
71        <div class="col-md-4">
72          <p><a class="btn btn-primary btn-block" href="user_guide/">
73          <span class="glyphicon glyphicon-user"
74          aria-hidden="true"></span>
75          Read the FCM User Guide</a></p>
76        </div>
77      </div>
78    </div>
79  </div>
80  </div>
81  </div>
82  </div>
83
84  <hr/>
85  <div class="container-fluid text-center">
86    <div class="row"><div class="col-md-12">
87    <address><small>
88      &copy; British Crown Copyright 2006-16
89      <a href="http://www.metoffice.gov.uk">Met Office</a>.
90      See <a href="etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
91      This document is released under the British <a href=
92      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
93      "license">Open Government Licence</a>.<br />
94    </small></address>
95    </div></div>
96  </div>
97
98  <script type="text/javascript" src="etc/jquery.min.js"></script>
99  <script type="text/javascript" src="etc/bootstrap/js/bootstrap.min.js"></script>
100  <script type="text/javascript" src="etc/fcm.js"></script>
101  <script type="text/javascript" src="etc/fcm-version.js"></script>
102</body>
103</html>
Note: See TracBrowser for help on using the repository browser.