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.
further_info.html in vendors/fcm/current/doc/user_guide – NEMO

source: vendors/fcm/current/doc/user_guide/further_info.html @ 1980

Last change on this file since 1980 was 1980, checked in by flavoni, 14 years ago

importing fcm vendor

File size: 2.0 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6  <meta name="generator" content=
7  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
9  <title>FCM User Guide: Further Information</title>
10  <meta name="author" content="FCM development team" />
11  <meta name="descriptions" content="User Guide - Further Information" />
12  <meta name="keywords" content="FCM, user guide" />
13  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14  <link rel="stylesheet" type="text/css" href="style.css" />
15<script type="text/javascript" src="fcm.js">
16</script>
17</head>
18
19<body onload=
20"javascript: FCM.load('doc/user_guide/', null, [['.', 'FCM User Guide']]);">
21  <div id="document-info">
22    <address id="fcm-js-trail"></address>
23
24    <address id="fcm-js-maintenance"></address>
25  </div>
26
27  <h1>Further Information</h1>
28
29  <dl>
30    <dt><a href="../design/">FCM Detailed Design</a></dt>
31
32    <dd>
33      <ul>
34        <li>Information about the internal workings of the FCM system.</li>
35
36        <li>Intended mainly for people maintaining or developing the FCM
37        system.</li>
38      </ul>
39    </dd>
40
41    <dt>Subversion</dt>
42
43    <dd>
44      <ul>
45        <li><a href="http://subversion.tigris.org/">Subversion Home
46        Page</a></li>
47
48        <li><a href="http://svnbook.red-bean.com/en/1.4//">Subversion
49        Book</a></li>
50
51        <li><a href="http://subversion.tigris.org/faq.html">Subversion
52        FAQ</a></li>
53
54        <li><a href="http://subversion.tigris.org/hacking.html">Hacker's Guide
55        to Subversion</a>: Contains some useful guidelines on log message,
56        filing issues, etc.</li>
57      </ul>
58    </dd>
59
60    <dt>Other links</dt>
61
62    <dd>
63      <ul>
64        <li><a href="http://trac.edgewall.org/">Trac Home Page</a></li>
65
66        <li><a href="http://furius.ca/xxdiff/">xxdiff Home Page</a></li>
67      </ul>
68    </dd>
69  </dl>
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.