Skip to content

Commit 47f31af

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

File tree

2 files changed

+111
-65
lines changed

2 files changed

+111
-65
lines changed

content/ri.html

Lines changed: 61 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,77 @@
1-
title=Moneta
2-
date=2013-11-15
3-
type=page
4-
status=published
5-
~~~~~~
1+
title=Moneta date=2013-11-15 type=page status=published ~~~~~~
62

7-
<h1>JSR 354 RI</h1>
8-
<h2>Reference Implementation of JSR 354</h2>
3+
<h1>JSR 354 RI</h1>
4+
<h2>Reference Implementation of JSR 354</h2>
95

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>
14-
</section>
6+
<section id="downloads" class="clearfix">
7+
<a href="https://github.com/JavaMoney/jsr354-ri/zipball/master"
8+
id="download-zip" class="button"><span>Download .zip</span></a> <a
9+
href="https://github.com/JavaMoney/jsr354-ri/tarball/master"
10+
id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
11+
<a href="https://github.com/JavaMoney/jsr354-ri" id="view-on-github"
12+
class="button"><span>View on GitHub</span></a>
13+
</section>
1514

16-
<hr>
15+
<hr>
1716

18-
<section id="main_content">
19-
<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 Moneta - the JSR 354 reference implementation</h3>
17+
<section id="main_content">
18+
<h3>
19+
<a name="welcome-to-moneta---the-jsr-354-reference-implementation"
20+
class="anchor"
21+
href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span
22+
class="octicon octicon-link"></span></a>Welcome to Moneta - the JSR 354
23+
reference implementation
24+
</h3>
2125

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

25-
<pre><code>&lt;dependency&gt;
31+
<pre>
32+
<code>&lt;dependency&gt;
2633
&lt;groupId&gt;org.javamoney.ri&lt;/groupId&gt;
2734
&lt;artifactId&gt;jsr-354-ri&lt;/artifactId&gt;
2835
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
2936
&lt;/dependency&gt;
30-
</code></pre>
37+
</code>
38+
</pre>
3139

32-
<p>Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:</p>
40+
<p>Nevertheless we highly recommend you to depend on the Javamoney
41+
OSS library to be used, due to the following reasons:</p>
3342

34-
<ul>
35-
<li>the RI only contains a very small, minimalistic subset of features. </li>
36-
<li>The JavaMoney project contains additional functionalities, such as
37-
** currency conversion,
38-
** currency management and
39-
** rounding and formatting features,
40-
** regions and validite4s support
41-
** bundles for different runtime environments</li>
42-
</ul><h3>
43-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
43+
<ul>
44+
<li>the RI only contains a very small, minimalistic subset of
45+
features.</li>
46+
<li>The JavaMoney project contains additional functionalities,
47+
such as ** currency conversion, ** currency management and **
48+
rounding and formatting features, ** regions and validite4s support
49+
** bundles for different runtime environments</li>
50+
</ul>
4451

45-
<p>tbd.</p>
52+
<h3>
53+
<a name="authors-and-contributors" class="anchor"
54+
href="#authors-and-contributors"><span
55+
class="octicon octicon-link"></span></a>Authors and Contributors
56+
</h3>
4657

47-
<h3>
48-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
58+
<p>
59+
Different people have contributed to this project. During the
60+
development of JSR 354, <a href="https://github.com/atsticks"
61+
class="user-mention">@atsticks</a> and <a
62+
href="https://github.com/keilw" class="user-mention">@keilw</a>
63+
founded this project and also were the main contributors. Nevertheless
64+
everybody is really welcome to help us, to make this library more
65+
feasible and add features.
66+
</p>
4967

50-
<p>tbd</p>
68+
<h3>
69+
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span
70+
class="octicon octicon-link"></span></a>Support or Contact
71+
</h3>
5172

52-
53-
73+
<p>
74+
Having trouble with Pages? Check out the documentation at
75+
http://tbd/pages or contact <a href="mailto:[email protected]">[email protected]</a>.
76+
</p>
77+
</section>

content/tck.html

Lines changed: 50 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,64 @@
1-
title=TCK
2-
date=2013-11-15
3-
type=page
4-
status=published
5-
~~~~~~
1+
title=TCK date=2013-11-15 type=page status=published ~~~~~~
62

7-
<h1>JSR 354 TCK</h1>
8-
<h2>Technical Compatibiliy Kit (TCK) of JSR 354</h2>
3+
<h1>JSR 354 TCK</h1>
4+
<h2>Technical Compatibiliy Kit (TCK) of JSR 354</h2>
95

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>
14-
</section>
6+
<section id="downloads" class="clearfix">
7+
<a href="https://github.com/JavaMoney/jsr354-ri/zipball/master"
8+
id="download-zip" class="button"><span>Download .zip</span></a> <a
9+
href="https://github.com/JavaMoney/jsr354-ri/tarball/master"
10+
id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
11+
<a href="https://github.com/JavaMoney/jsr354-ri" id="view-on-github"
12+
class="button"><span>View on GitHub</span></a>
13+
</section>
1514

16-
<hr>
15+
<hr>
1716

18-
<section id="main_content">
19-
<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>
17+
<section id="main_content">
18+
<h3>
19+
<a name="welcome-to-moneta---the-jsr-354-reference-implementation"
20+
class="anchor"
21+
href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span
22+
class="octicon octicon-link"></span></a>Welcome to the JSR 354 Technical
23+
Compatibiliy Kit (TCK)
24+
</h3>
2125

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>
26+
<p>This module is the TCK for JSR 354 Money &amp; Currency. Hereby
27+
tests implementations of amounts, currency and roundings are provided.
28+
You can access the TCK by adding the following Maven dependencies:</p>
2429

25-
<pre><code>&lt;dependency&gt;
30+
<pre>
31+
<code>&lt;dependency&gt;
2632
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
2733
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
2834
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
2935
&lt;/dependency&gt;
30-
</code></pre>
36+
</code>
37+
</pre>
3138

32-
<h3>
33-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
39+
<h3>
40+
<a name="authors-and-contributors" class="anchor"
41+
href="#authors-and-contributors"><span
42+
class="octicon octicon-link"></span></a>Authors and Contributors
43+
</h3>
3444

35-
<p>tbd.</p>
45+
<p>
46+
Different people have contributed to this project. During the
47+
development of JSR 354, <a href="https://github.com/atsticks"
48+
class="user-mention">@atsticks</a> and <a
49+
href="https://github.com/keilw" class="user-mention">@keilw</a>
50+
founded this project and also were the main contributors. Nevertheless
51+
everybody is really welcome to help us, to make this library more
52+
feasible and add features.
53+
</p>
3654

37-
<h3>
38-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
55+
<h3>
56+
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span
57+
class="octicon octicon-link"></span></a>Support or Contact
58+
</h3>
3959

40-
<p>tbd</p>
41-
</section>
42-
60+
<p>
61+
Having trouble with Pages? Check out the documentation at
62+
http://tbd/pages or contact <a href="mailto:[email protected]">[email protected]</a>.
63+
</p>
64+
</section>

0 commit comments

Comments
 (0)