-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-e.html
107 lines (99 loc) · 5.56 KB
/
index-e.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>MetPX</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="css/metpx-sidebar.css" rel="stylesheet" type="text/css"/>
<!-- <link href="./css/justified-nav.css" rel="stylesheet" type="text/css"/> -->
</head>
<body>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" class="navbar-toggle collapsed" data-target="#navbar" data-toggle="collapse" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"/>
<span class="icon-bar"/>
<span class="icon-bar"/>
</button>
<a class="navbar-brand" href="index-e.html"><strong>MetPX</strong></a>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sundew <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/MetPX/Sundew/blob/master/doc/sundew-e.rst">Overview</a></li>
<li><a href="https://github.com/MetPX/Sundew/tree/master/doc">Documentation</a></li>
<li><a href="https://github.com/MetPX/Sundew/issues">Issues</a></li>
<li><a href="https://github.com/MetPX/Sundew">Git</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sarracenia <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/MetPX/sarracenia/blob/master/doc/sarra.rst">Overview</a></li>
<li><a href="https://github.com/MetPX/sarracenia/blob/master/CHANGES.rst">Release Notes</a></li>
<li><a href="https://github.com/MetPX/sarracenia/blob/master/doc/UPGRADING.rst">Upgrade Guide</a></li>
<li><a href="https://github.com/MetPX/sarracenia/blob/master/doc/sr_subscribe.1.rst#documentation">Documentation</a></li>
<li><a href="https://github.com/MetPX/sarracenia/issues">Issues</a></li>
<li><a href="https://github.com/MetPX/sarracenia">Git</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="index-f.html">Français</a></li>
</ul>
</div> <!-- #navbar -->
</div> <!-- container -->
</nav>
<div class="container">
<!-- Jumbotron -->
<div class="jumbotron">
<h1>Meteorological Product Exchanger</h1>
<p class="lead">MetPX is a collection of tools created to support data acquisition, routing, and dissemination in a meteorological context.</p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-6">
<h2>MetPX Sundew</h2>
<p>MetPX-Sundew is the legacy WMO-GTS supporting message switching system. MetPX-Sundew transfers accepts, transforms, and delivers individual products</p>
<p><a class="btn btn-primary" href="https://github.com/MetPX/Sundew" role="button">Learn more »</a></p>
</div>
<div class="col-lg-6">
<h2>MetPX Sarracenia</h2>
<p>MetPX Sarracenia is the next generation <em>data pump</em>, currently under development.
Sarracenia transfers directory trees of products on behalf of data sources
across a sequence of switches. While Sarracenia leaves legacy
compatibility behind in order to address more modern concerns, Sundew remains
necessary to interface to legacy systems.</p>
<p><a class="btn btn-primary" href="https://github.com/MetPX/sarracenia/blob/master/doc/sarra.rst" role="button">Learn more »</a></p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="col-sm-6">
<p>Code licensed <a href="https://github.com/MetPX/sarracenia/blob/master/LICENSE">GPLv2</a></p>
<p class="text-muted">
<span class="glyphicon glyphicon-copyright-mark"> </span> 2004-2011 Environment Canada<br/><span class="glyphicon glyphicon-copyright-mark"> </span> 2011-2018 Government of Canada</p>
</div>
<div class="col-sm-6">
<ul class="list-inline">
<li><a href="http://sourceforge.net/p/metpx">SourceForge</a></li>
<li><a href="http://github.com/MetPX/sarracenia">GitHub</a></li>
<li><a href="http://github.com/MetPX/sarracenia/blob/master/doc/sarra.rst">About</a></li>
</ul>
</div>
</div>
</footer>
<script src="js/anchor.js"> </script><script>anchors.add();</script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script><script src="js/bootstrap.min.js"> </script></body>
</body>
</html>