Skip to content

Commit ad5c176

Browse files
committed
OPEN - task 3: Add project for site templates
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/3
1 parent c8a6ee7 commit ad5c176

File tree

2 files changed

+21
-62
lines changed

2 files changed

+21
-62
lines changed

content/about.html

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
title=About
2-
date=2013-11-15
2+
date=2013-10-24
33
type=page
44
status=published
55
~~~~~~
6-
7-
<h1>About JavaMoney</h1>
86
<h2>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; Platform as well as related projects and libraries</h2>
97

108
<section id="downloads" class="clearfix">
@@ -14,38 +12,13 @@ <h2>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; P
1412
<hr>
1513

1614
<section id="main_content">
17-
<h3>
18-
<a name="welcome-to-moneta---the-jsr-354-reference-implementation" class="anchor" href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span class="octicon octicon-link"></span></a>Welcome to Moneta - the JSR 354 reference implementation</h3>
19-
20-
<p>This module implements JSR 354 Money &amp; Currency. Hereby basically implementations of amounts, currency and roundings are provided.
21-
You can access the RI by adding the following Maven dependencies:</p>
22-
23-
<pre><code>&lt;dependency&gt;
24-
&lt;groupId&gt;org.javamoney.ri&lt;/groupId&gt;
25-
&lt;artifactId&gt;jsr-354-ri&lt;/artifactId&gt;
26-
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
27-
&lt;/dependency&gt;
28-
</code></pre>
29-
30-
<p>Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:</p>
31-
32-
<ul>
33-
<li>the RI only contains a very small, minimalistic subset of features. </li>
34-
<li>The JavaMoney project contains additional functionalities, such as
35-
** currency conversion,
36-
** currency management and
37-
** rounding and formatting features,
38-
** regions and validite4s support
39-
** bundles for different runtime environments</li>
40-
</ul><h3>
41-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
42-
43-
<p>tbd.</p>
44-
45-
<h3>
46-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
15+
<h3>Public Draft</h3>
4716

48-
<p>tbd</p>
17+
<p>
18+
The JSR 354 <b>Public Review</b> started on JCP.org.
19+
Check out the <a href="http://jcp.org/aboutJava/communityprocess/pr/jsr354/index.html">PR Download Page</a>
20+
</p>
21+
</section>
4922

5023

5124

content/tck.html

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,31 @@
55
~~~~~~
66

77
<h1>JSR 354 TCK</h1>
8-
<h2>Reference Implementation of JSR 354</h2>
9-
10-
<section id="downloads" class="clearfix">
11-
<table border="0">
12-
<tr>
13-
<td> <img src="img/javamoney_cup.jpg"></td>
14-
<td><h3>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; Platform as well as related projects and libraries</h3></td>
15-
</tr>
16-
</table>
8+
<h2>Technical Compatibiliy Kit (TCK) of JSR 354</h2>
9+
10+
<section id="downloads" class="clearfix">
11+
<a href="https://github.com/JavaMoney/jsr354-ri/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
12+
<a href="https://github.com/JavaMoney/jsr354-ri/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
13+
<a href="https://github.com/JavaMoney/jsr354-ri" id="view-on-github" class="button"><span>View on GitHub</span></a>
1714
</section>
1815

1916
<hr>
2017

2118
<section id="main_content">
2219
<h3>
23-
<a name="welcome-to-moneta---the-jsr-354-reference-implementation" class="anchor" href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span class="octicon octicon-link"></span></a>Welcome to Moneta - the JSR 354 reference implementation</h3>
20+
<a name="welcome-to-moneta---the-jsr-354-reference-implementation" class="anchor" href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span class="octicon octicon-link"></span></a>Welcome to the JSR 354 Technical Compatibiliy Kit (TCK)</h3>
2421

25-
<p>This module implements JSR 354 Money &amp; Currency. Hereby basically implementations of amounts, currency and roundings are provided.
26-
You can access the RI by adding the following Maven dependencies:</p>
22+
<p>This module is the TCK for JSR 354 Money &amp; Currency. Hereby tests implementations of amounts, currency and roundings are provided.
23+
You can access the TCK by adding the following Maven dependencies:</p>
2724

2825
<pre><code>&lt;dependency&gt;
29-
&lt;groupId&gt;org.javamoney.ri&lt;/groupId&gt;
30-
&lt;artifactId&gt;jsr-354-ri&lt;/artifactId&gt;
26+
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
27+
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
3128
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
3229
&lt;/dependency&gt;
3330
</code></pre>
3431

35-
<p>Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:</p>
36-
37-
<ul>
38-
<li>the RI only contains a very small, minimalistic subset of features. </li>
39-
<li>The JavaMoney project contains additional functionalities, such as
40-
** currency conversion,
41-
** currency management and
42-
** rounding and formatting features,
43-
** regions and validite4s support
44-
** bundles for different runtime environments</li>
45-
</ul><h3>
32+
<h3>
4633
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
4734

4835
<p>tbd.</p>
@@ -51,6 +38,5 @@ <h3>
5138
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
5239

5340
<p>tbd</p>
54-
55-
56-
41+
</section>
42+

0 commit comments

Comments
 (0)