Skip to content

Commit a420276

Browse files
committed
OPEN - task 4: Update site, include shelter
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/4
1 parent 74bf091 commit a420276

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

content/lib.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title=Library
2-
date=2013-11-15
2+
date=2013-11-24
33
type=page
44
status=published
55
~~~~~~
@@ -58,12 +58,13 @@ <h3>
5858
<p>Different people have contributed to this project. During the development of JSR 354, <a href="https://github.com/atsticks" class="user-mention">@atsticks</a> and <a href="https://github.com/keilw" class="user-mention">@keilw</a> founded this project and were also the main contributors. Nevertheless everybody is really welcome to help us, to make this library more feasible and add features.</p>
5959

6060
<h3>
61-
<a name="javamoney-incubator" class="anchor" href="#javamoney-incubator"><span class="octicon octicon-link"></span></a>javamoney-incubator</h3>
61+
<a name="javamoney-shelter" class="anchor" href="#javamoney-shelter"><span class="octicon octicon-link"></span></a>javamoney-shelter</h3>
6262

63-
<p>The javamoney incubator module is for testing out new features or modules before they enter the official javamoney library. This allows to gain experience and make components error prone and performant and enables a discussion of new features with a broader community.</p>
63+
<p>The <a href="shelter.html">javamoney shelter</a> module is for testing out new features or modules before they may enter the official javamoney library.
64+
</p>
6465

6566
<h3>
6667
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
6768

68-
<p>Having trouble with Pages? Check out the documentation at http://tbd/pages or contact <a href="mailto:[email protected]">[email protected]</a>.</p>
69+
<p>Having trouble with Pages? Check out the documentation at http://javamoney.org or contact <a href="mailto:[email protected]">[email protected]</a>.</p>
6970
</section>

content/shelter.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
title=Shelter
2+
date=2013-11-24
3+
type=page
4+
status=published
5+
~~~~~~
6+
7+
<header>
8+
<h1>Gimme Shelter</h1>
9+
</header>
10+
11+
<section id="downloads" class="clearfix">
12+
<iframe width="420" height="315" src="//www.youtube.com/embed/Jb-JZPmiEOI" frameborder="0" allowfullscreen></iframe>
13+
</section>
14+
15+
<hr>
16+
17+
<section id="main_content">
18+
<h3>
19+
<a name="welcome-to-the-javamoney-shelter" class="anchor" href="#welcome-to-the-javamoney-financial-library"><span class="octicon octicon-link"></span></a>Welcome to the JavaMoney Shelter.</h3>
20+
21+
<p>JavaMoney-shelter is a sandbox or "sanctuary" for new ideas and modules to be adopted, e.g. via <a href="https://java.net/projects/adoptajsr/pages/Home">Adopt-a-JSR</a> or similar programs.<br>
22+
The shelter also acts as incubator module for testing out new features or modules before they may enter the official javamoney library. This allows to gain experience and make components error prone and performant and enables a discussion of new features with a broader community.
23+
</p>
24+
25+
<pre><code>&lt;dependency&gt;
26+
&lt;groupId&gt;org.javamoney.shelter&lt;/groupId&gt;
27+
&lt;artifactId&gt;javamoney-${module}&lt;artifactId&gt;
28+
&lt;versionId&gt;the current version&lt;/version&gt;
29+
&lt;/dependency&gt;
30+
</code></pre>
31+
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>
34+
35+
<p>Everyone is welcome to contribute. <a href="https://github.com/keilw" class="user-mention">@keilw</a> composed this project for you.</p>
36+
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>
39+
40+
<p>Having trouble with Pages? Check out documentation at http://javamoney.org or contact <a href="mailto:[email protected]">[email protected]</a>.</p>
41+
</section>

templates/menu.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<li class="nav-header">Specification</li>
2525
<li><a href="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
2626
<li><a href="https://javamoney.java.net/api/">JSR 354 API on Java.net</a></li>
27+
<li class="divider"></li>
28+
<li class="nav-header">Sandbox</li>
29+
<li><a href="shelter.html">Shelter</a></li>
2730
</ul>
2831
</li>
2932
</ul>

0 commit comments

Comments
 (0)