-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (91 loc) · 4.08 KB
/
Copy pathindex.html
File metadata and controls
105 lines (91 loc) · 4.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaMoney</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/asciidoctor.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/">JavaMoney</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/index.html">Home</a></li>
<li><a href="http://github.com/JavaMoney/">View on GitHub</a></li>
<!-- <li><a href="about.html">About</a></li>
<li><a href="feed.xml">Subscribe</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Modules <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="modules/jsr354-ri">Moneta (RI)</a></li>
<li><a href="modules/jsr354-tck">TCK</a></li>
<li><a href="modules/lib">Library</a></li>
<li class="divider"></li>
<li class="nav-header">Specification</li>
<li><a href="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
<li><a href="https://javamoney.java.net/api/">JSR 354 API on Java.net</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<table border="0">
<tr>
<td> <img src="img/javamoney_cup.jpg"></td>
<td><h2>Welcome to JavaMoney - the Java Money and Currency API for the Java™ Platform as well as related projects and libraries</h2></td>
</tr>
</table>
<div class="page-header">
<h1>News</h1>
</div>
<p><em>24 October 2013</em></p>
<p>
The JSR 354 <b>Public Review</b> started on JCP.org.
Check out the <a href="http://jcp.org/aboutJava/communityprocess/pr/jsr354/index.html">PR Download Page</a></p>
<hr>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© 2012-2013 JavaMoney.org | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.2.0</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery-1.9.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/run_prettify.js"></script>
</body>
</html>