Skip to content

Commit 30f284f

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

File tree

5 files changed

+178
-4
lines changed

5 files changed

+178
-4
lines changed

archive.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ <h1>Blog Archive</h1>
7171
</div>
7272

7373
<!--<ul>-->
74-
<h4>Oktober 2013</h4>
74+
<h4>November 2013</h4>
7575
<ul>
7676

77+
<li>24 - <a href="\blog\2013\gimmeshelter.html">Gimme Shelter</a></li>
78+
</ul>
79+
<h4>Oktober 2013</h4>
80+
<ul>
81+
7782
<li>24 - <a href="\blog\2013\pdr.html">Public Draft</a></li>
7883
</ul>
7984
<h4>Mai 2013</h4>

blog/2013/gimmeshelter.html

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>JavaMoney</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
<meta name="keywords" content="">
10+
11+
<!-- Le styles -->
12+
<link href="/css/bootstrap.min.css" rel="stylesheet">
13+
<link href="/css/asciidoctor.css" rel="stylesheet">
14+
<link href="/css/base.css" rel="stylesheet">
15+
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
16+
17+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
18+
<!--[if lt IE 9]>
19+
<script src="/js/html5shiv.js"></script>
20+
<![endif]-->
21+
22+
<!-- Fav and touch icons -->
23+
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
24+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
25+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
26+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
27+
<link rel="shortcut icon" href="favicon.ico">
28+
</head>
29+
<body>
30+
<div id="wrap">
31+
32+
<!-- Fixed navbar -->
33+
<div class="navbar navbar-fixed-top">
34+
<div class="navbar-inner">
35+
<div class="container">
36+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
37+
<span class="icon-bar"></span>
38+
<span class="icon-bar"></span>
39+
<span class="icon-bar"></span>
40+
</button>
41+
<a class="brand" href="/">JavaMoney</a>
42+
<div class="nav-collapse collapse">
43+
<ul class="nav">
44+
<li><a href="/index.html">Home</a></li>
45+
<li><a href="about.html">About</a></li>
46+
<li><a href="http://github.com/JavaMoney/">View on GitHub</a></li>
47+
<li><a href="feed.xml">Subscribe</a></li>
48+
<li class="dropdown">
49+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Modules <b class="caret"></b></a>
50+
<ul class="dropdown-menu">
51+
<li><a href="ri.html">Moneta (RI)</a></li>
52+
<li><a href="tck.html">TCK</a></li>
53+
<li><a href="lib.html">Library</a></li>
54+
<li class="divider"></li>
55+
<li class="nav-header">Specification</li>
56+
<li><a href="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
57+
<li><a href="https://javamoney.java.net/api/">JSR 354 API on Java.net</a></li>
58+
<li class="divider"></li>
59+
<li class="nav-header">Sandbox</li>
60+
<li><a href="shelter.html">Shelter</a></li>
61+
</ul>
62+
</li>
63+
</ul>
64+
</div><!--/.nav-collapse -->
65+
</div>
66+
</div>
67+
</div>
68+
<div class="container">
69+
<div class="page-header">
70+
<h1>Gimme Shelter</h1>
71+
</div>
72+
73+
<p><em>24 November 2013</em></p>
74+
75+
<p>
76+
77+
<header>
78+
<h1>JavaMoney Shelter</h1>
79+
</header>
80+
81+
<section id="downloads" class="clearfix"></section>
82+
83+
84+
<section id="main_content">
85+
<h3>Shelter Opened</h3>
86+
87+
<p>
88+
The <b>JavaMoney Shelter</b> opened for incubating modules and those in need of adoption.<br>
89+
Check out <a
90+
href="../../shelter.html">javamoney-shelter</a> to <b>Adopt-a-JSR</b> and related projects before <b>Christmas</b>;-)
91+
</p>
92+
</section>
93+
94+
95+
</p>
96+
97+
<hr>
98+
99+
</div>
100+
<div id="push"></div>
101+
</div>
102+
103+
<div id="footer">
104+
<div class="container">
105+
<p class="muted credit">&copy; 2013 | 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>
106+
</div>
107+
</div>
108+
109+
<!-- Le javascript
110+
================================================== -->
111+
<!-- Placed at the end of the document so the pages load faster -->
112+
<script src="/js/jquery-1.9.1.min.js"></script>
113+
<script src="/js/bootstrap.min.js"></script>
114+
<script src="/js/run_prettify.js"></script>
115+
116+
</body>
117+
</html>

feed.xml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,38 @@
66
<atom:link href="http://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
77
<description>Java Money and Currency</description>
88
<language>en-gb</language>
9-
<pubDate>So, 24 Nov 2013 17:27:12 +0100</pubDate>
10-
<lastBuildDate>So, 24 Nov 2013 17:27:12 +0100</lastBuildDate>
9+
<pubDate>So, 24 Nov 2013 17:50:27 +0100</pubDate>
10+
<lastBuildDate>So, 24 Nov 2013 17:50:27 +0100</lastBuildDate>
1111

12+
<item>
13+
<title>Gimme Shelter</title>
14+
<link>http://javamoney.org\blog\2013\gimmeshelter.html</link>
15+
<pubDate>So, 24 Nov 2013 00:00:00 +0100</pubDate>
16+
<guid isPermaLink="false">\blog\2013\gimmeshelter.html</guid>
17+
<description>
18+
19+
20+
&lt;header&gt;
21+
&lt;h1&gt;JavaMoney Shelter&lt;/h1&gt;
22+
&lt;/header&gt;
23+
24+
&lt;section id=&quot;downloads&quot; class=&quot;clearfix&quot;&gt;&lt;/section&gt;
25+
26+
27+
&lt;section id=&quot;main_content&quot;&gt;
28+
&lt;h3&gt;Shelter Opened&lt;/h3&gt;
29+
30+
&lt;p&gt;
31+
The &lt;b&gt;JavaMoney Shelter&lt;/b&gt; opened for incubating modules and those in need of adoption.&lt;br&gt;
32+
Check out &lt;a
33+
href=&quot;../../shelter.html&quot;&gt;javamoney-shelter&lt;/a&gt; to &lt;b&gt;Adopt-a-JSR&lt;/b&gt; and related projects before &lt;b&gt;Christmas&lt;/b&gt;;-)
34+
&lt;/p&gt;
35+
&lt;/section&gt;
36+
37+
38+
39+
</description>
40+
</item>
1241
<item>
1342
<title>Public Draft</title>
1443
<link>http://javamoney.org\blog\2013\pdr.html</link>

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,29 @@
6969
<div class="page-header">
7070
<h1>Blog</h1>
7171
</div>
72+
<a href="\blog\2013\gimmeshelter.html"><h1>Gimme Shelter</h1></a>
73+
<p>24 November 2013</p>
74+
<p>
75+
76+
<header>
77+
<h1>JavaMoney Shelter</h1>
78+
</header>
79+
80+
<section id="downloads" class="clearfix"></section>
81+
82+
83+
<section id="main_content">
84+
<h3>Shelter Opened</h3>
85+
86+
<p>
87+
The <b>JavaMoney Shelter</b> opened for incubating modules and those in need of adoption.<br>
88+
Check out <a
89+
href="../../shelter.html">javamoney-shelter</a> to <b>Adopt-a-JSR</b> and related projects before <b>Christmas</b>;-)
90+
</p>
91+
</section>
92+
93+
94+
</p>
7295
<a href="\blog\2013\pdr.html"><h1>Public Draft</h1></a>
7396
<p>24 Oktober 2013</p>
7497
<p>

shelter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>Gimme Shelter</h1>
8787
<h3>
8888
<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>
8989

90-
<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>
90+
<p><a href="http://github.com/JavaMoney/javamoney-shelter">JavaMoney-shelter</a> 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>
9191
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.
9292
</p>
9393

0 commit comments

Comments
 (0)