Skip to content

Commit ef4371b

Browse files
committed
CLOSED - task 4: Update site, include shelter
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/4
1 parent e15dbcd commit ef4371b

32 files changed

+1475
-1475
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>About</h1>
116116

117117
<div id="footer">
118118
<div class="container">
119-
<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>
119+
<p class="muted credit">&copy; 2013-2014 | 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>
120120
</div>
121121
</div>
122122

api.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<h1>Specification (JSR 354)</h1>
7676
</div>
7777

78-
<p><em>01 Januar 2014</em></p>
78+
<p><em>01 January 2014</em></p>
7979

8080
<p>
8181
<h2>Money &amp; Currency API</h2>
@@ -110,7 +110,7 @@ <h3>
110110

111111
<pre><code>&lt;dependency&gt;
112112
&lt;groupId&gt;javax.money&lt;/groupId&gt;
113-
&lt;artifactId&gt;money-api&lt;/artifactId&gt;
113+
&lt;artifactId&gt;jsr354-api&lt;/artifactId&gt;
114114
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
115115
&lt;/dependency&gt;
116116
</code></pre>
@@ -127,7 +127,7 @@ <h3>
127127
<p>
128128
The API basically consists of three packages:
129129
<ul>
130-
<li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOPerator, MonetaryQuery</code>, and the
130+
<li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOperator, MonetaryQuery</code>, and the
131131
accessor singletons for amounts, currencies and roundings.</li>
132132
<li><b>javax.money.format</b> contains the formatting logic, which has some similarities with <code>java.text</code> but relies
133133
more on immutable artifacts and builders.</li>
@@ -155,7 +155,7 @@ <h3>
155155

156156
<div id="footer">
157157
<div class="container">
158-
<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>
158+
<p class="muted credit">&copy; 2013-2014 | 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>
159159
</div>
160160
</div>
161161

archive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Blog Archive</h1>
7676
</div>
7777

7878
<!--<ul>-->
79-
<h4>Januar 2014</h4>
79+
<h4>January 2014</h4>
8080
<ul>
8181

8282
<li>01 - <a href="\blog.html">Events &amp; History</a></li>
@@ -103,7 +103,7 @@ <h4>Mai 2013</h4>
103103

104104
<div id="footer">
105105
<div class="container">
106-
<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+
<p class="muted credit">&copy; 2013-2014 | 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>
107107
</div>
108108
</div>
109109

blog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<h1>Blog</h1>
7676
</div>
7777
<a href="\blog.html"><h1>Events &amp; History</h1></a>
78-
<p>01 Januar 2014</p>
78+
<p>01 January 2014</p>
7979
<p>
8080

8181
</p>
@@ -159,7 +159,7 @@ <h3>Early Draft</h3>
159159

160160
<div id="footer">
161161
<div class="container">
162-
<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>
162+
<p class="muted credit">&copy; 2013-2014 | 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>
163163
</div>
164164
</div>
165165

blog/2013/edr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Early Draft</h3>
107107

108108
<div id="footer">
109109
<div class="container">
110-
<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>
110+
<p class="muted credit">&copy; 2013-2014 | 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>
111111
</div>
112112
</div>
113113

blog/2013/first-post-draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h1>First Post</h1>
115115

116116
<div id="footer">
117117
<div class="container">
118-
<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>
118+
<p class="muted credit">&copy; 2013-2014 | 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>
119119
</div>
120120
</div>
121121

blog/2013/gimmeshelter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Shelter Opened</h3>
107107

108108
<div id="footer">
109109
<div class="container">
110-
<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>
110+
<p class="muted credit">&copy; 2013-2014 | 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>
111111
</div>
112112
</div>
113113

blog/2013/pdr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Public Draft</h3>
107107

108108
<div id="footer">
109109
<div class="container">
110-
<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>
110+
<p class="muted credit">&copy; 2013-2014 | 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>
111111
</div>
112112
</div>
113113

blog/2013/second-post-draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>Second Post</h1>
101101

102102
<div id="footer">
103103
<div class="container">
104-
<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>
104+
<p class="muted credit">&copy; 2013-2014 | 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>
105105
</div>
106106
</div>
107107

blog/2013/third-post-draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1>Third Post</h1>
112112

113113
<div id="footer">
114114
<div class="container">
115-
<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>
115+
<p class="muted credit">&copy; 2013-2014 | 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>
116116
</div>
117117
</div>
118118

0 commit comments

Comments
 (0)