Skip to content

Commit c8a6ee7

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

File tree

1 file changed

+46
-9
lines changed

1 file changed

+46
-9
lines changed

content/about.html

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,51 @@
11
title=About
2-
date=2013-09-24
2+
date=2013-11-15
33
type=page
44
status=published
55
~~~~~~
66

7-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.
8-
Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu,
9-
mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo
10-
ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet
11-
ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus,
12-
id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In
13-
consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere
14-
libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.
7+
<h1>About JavaMoney</h1>
8+
<h2>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; Platform as well as related projects and libraries</h2>
9+
10+
<section id="downloads" class="clearfix">
11+
<img src="img/javamoney_cup.jpg"></td>
12+
</section>
13+
14+
<hr>
15+
16+
<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>
47+
48+
<p>tbd</p>
49+
50+
51+

0 commit comments

Comments
 (0)