Skip to content

Commit 14ca953

Browse files
committed
Finished DIC guide, bumping v1.0.0
1 parent af2c996 commit 14ca953

33 files changed

+293
-194
lines changed

404.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
<meta property="og:description" content="The page you requested was not found."/>
6060
<meta property="og:url" content="https://icehawk.github.io/404.html"/>
6161
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
62-
<meta property="article:published_time" content="2016-11-14T22:01:36+01:00"/>
63-
<meta property="article:modified_time" content="2016-11-14T22:01:36+01:00"/>
62+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
63+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6464
<meta name="twitter:card" content="summary_large_image"/>
6565
<meta name="twitter:title" content="404 - Not Found | IceHawk | PHP micro-framework respecting CQRS"/>
6666
<meta name="twitter:description" content="The page you requested was not found."/>
@@ -81,8 +81,8 @@
8181
},
8282
"headline": "404 - Not Found | IceHawk | PHP micro-framework respecting CQRS",
8383
"url": "https://icehawk.github.io/404.html",
84-
"datePublished": "2016-11-14T22:01:36+01:00",
85-
"dateModified": "2016-11-14T22:01:36+01:00",
84+
"datePublished": "2016-11-14T22:05:31+01:00",
85+
"dateModified": "2016-11-14T22:05:31+01:00",
8686
"image": "https://icehawk.github.io/images/logo_121x100.png",
8787
"keywords": "",
8888
"description": "The page you requested was not found."
@@ -212,7 +212,10 @@ <h1>Woops! - 404 Not Found</h1>
212212

213213

214214
<div id="footer" class="row small">
215-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
215+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
216+
v1.0.0
217+
</div>
218+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
216219
<span class="text-muted">
217220
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
218221
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -227,7 +230,7 @@ <h1>Woops! - 404 Not Found</h1>
227230
<i class="fa fa-comments-o text-muted"></i>
228231
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
229232
</div>
230-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
233+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
231234
<i class="fa fa-exclamation-circle text-muted"></i>
232235
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
233236
</div>

Contents/theme.twig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@
194194
{% block content %}{% endblock %}
195195

196196
<div id="footer" class="row small">
197-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
197+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
198+
@website_version@
199+
</div>
200+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
198201
<span class="text-muted">
199202
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
200203
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -209,7 +212,7 @@
209212
<i class="fa fa-comments-o text-muted"></i>
210213
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
211214
</div>
212-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
215+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
213216
<i class="fa fa-exclamation-circle text-muted"></i>
214217
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
215218
</div>

coverage.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="IceHawk components code coverage reports"/>
5757
<meta property="og:url" content="https://icehawk.github.io/coverage.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:37+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:37+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="CQRS"/>
6262
<meta property="article:tag" content="IceHawk"/>
6363
<meta property="article:tag" content="components"/>
@@ -86,8 +86,8 @@
8686
},
8787
"headline": "Code coverage | IceHawk | PHP micro-framework respecting CQRS",
8888
"url": "https://icehawk.github.io/coverage.html",
89-
"datePublished": "2016-11-14T22:01:37+01:00",
90-
"dateModified": "2016-11-14T22:01:37+01:00",
89+
"datePublished": "2016-11-14T22:05:31+01:00",
90+
"dateModified": "2016-11-14T22:05:31+01:00",
9191
"image": "https://icehawk.github.io/images/logo_121x100.png",
9292
"keywords": "CQRS, IceHawk, components, pubsub, session, forms, routing, documentation",
9393
"description": "IceHawk components code coverage reports"
@@ -237,7 +237,10 @@ <h2><i class="fa fa-github"></i> PubSub component</h2>
237237
<a href="https://coveralls.io/github/icehawk/pubsub?branch=master"><img src="https://coveralls.io/repos/github/icehawk/pubsub/badge.svg?branch=master" alt="Coverage Status" /></a>
238238
<a href="https://packagist.org/packages/icehawk/pubsub"><img src="https://poser.pugx.org/icehawk/pubsub/v/stable" alt="Latest Stable Version" /></a></p>
239239
<div id="footer" class="row small">
240-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
240+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
241+
v1.0.0
242+
</div>
243+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
241244
<span class="text-muted">
242245
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
243246
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -252,7 +255,7 @@ <h2><i class="fa fa-github"></i> PubSub component</h2>
252255
<i class="fa fa-comments-o text-muted"></i>
253256
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
254257
</div>
255-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
258+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
256259
<i class="fa fa-exclamation-circle text-muted"></i>
257260
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
258261
</div>

docs.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="IceHawk components documentation"/>
5757
<meta property="og:url" content="https://icehawk.github.io/docs.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:36+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:36+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="CQRS"/>
6262
<meta property="article:tag" content="IceHawk"/>
6363
<meta property="article:tag" content="components"/>
@@ -86,8 +86,8 @@
8686
},
8787
"headline": "Documentation | IceHawk | PHP micro-framework respecting CQRS",
8888
"url": "https://icehawk.github.io/docs.html",
89-
"datePublished": "2016-11-14T22:01:36+01:00",
90-
"dateModified": "2016-11-14T22:01:36+01:00",
89+
"datePublished": "2016-11-14T22:05:31+01:00",
90+
"dateModified": "2016-11-14T22:05:31+01:00",
9191
"image": "https://icehawk.github.io/images/logo_121x100.png",
9292
"keywords": "CQRS, IceHawk, components, pubsub, session, forms, routing, documentation",
9393
"description": "IceHawk components documentation"
@@ -362,7 +362,10 @@ <h2>Component docs</h2>
362362

363363

364364
<div id="footer" class="row small">
365-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
365+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
366+
v1.0.0
367+
</div>
368+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
366369
<span class="text-muted">
367370
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
368371
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -377,7 +380,7 @@ <h2>Component docs</h2>
377380
<i class="fa fa-comments-o text-muted"></i>
378381
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
379382
</div>
380-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
383+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
381384
<i class="fa fa-exclamation-circle text-muted"></i>
382385
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
383386
</div>

docs/forms.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="Forms - components documentation"/>
5757
<meta property="og:url" content="https://icehawk.github.io/docs/forms.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:37+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:37+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="forms"/>
6262
<meta property="article:tag" content="components"/>
6363
<meta property="article:tag" content="applications"/>
@@ -83,8 +83,8 @@
8383
},
8484
"headline": "Forms component | IceHawk | PHP micro-framework respecting CQRS",
8585
"url": "https://icehawk.github.io/docs/forms.html",
86-
"datePublished": "2016-11-14T22:01:37+01:00",
87-
"dateModified": "2016-11-14T22:01:37+01:00",
86+
"datePublished": "2016-11-14T22:05:31+01:00",
87+
"dateModified": "2016-11-14T22:05:31+01:00",
8888
"image": "https://icehawk.github.io/images/logo_121x100.png",
8989
"keywords": "forms, components, applications, routing, documentation",
9090
"description": "Forms - components documentation"
@@ -250,7 +250,10 @@ <h2>Topics</h2>
250250
<li><a href="/docs/forms/usage.html">Usage</a></li>
251251
</ul>
252252
<div id="footer" class="row small">
253-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
253+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
254+
v1.0.0
255+
</div>
256+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
254257
<span class="text-muted">
255258
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
256259
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -265,7 +268,7 @@ <h2>Topics</h2>
265268
<i class="fa fa-comments-o text-muted"></i>
266269
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
267270
</div>
268-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
271+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
269272
<i class="fa fa-exclamation-circle text-muted"></i>
270273
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
271274
</div>

docs/forms/installation.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="Forms installation - components documentation"/>
5757
<meta property="og:url" content="https://icehawk.github.io/docs/forms/installation.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:37+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:37+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="forms"/>
6262
<meta property="article:tag" content="installation"/>
6363
<meta name="twitter:card" content="summary_large_image"/>
@@ -80,8 +80,8 @@
8080
},
8181
"headline": "Installation | IceHawk | PHP micro-framework respecting CQRS",
8282
"url": "https://icehawk.github.io/docs/forms/installation.html",
83-
"datePublished": "2016-11-14T22:01:37+01:00",
84-
"dateModified": "2016-11-14T22:01:37+01:00",
83+
"datePublished": "2016-11-14T22:05:31+01:00",
84+
"dateModified": "2016-11-14T22:05:31+01:00",
8585
"image": "https://icehawk.github.io/images/logo_121x100.png",
8686
"keywords": "forms, installation",
8787
"description": "Forms installation - components documentation"
@@ -254,7 +254,10 @@ <h2>Manual in composer.json</h2>
254254
}
255255
}</code></pre>
256256
<div id="footer" class="row small">
257-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
257+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
258+
v1.0.0
259+
</div>
260+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
258261
<span class="text-muted">
259262
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
260263
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -269,7 +272,7 @@ <h2>Manual in composer.json</h2>
269272
<i class="fa fa-comments-o text-muted"></i>
270273
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
271274
</div>
272-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
275+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
273276
<i class="fa fa-exclamation-circle text-muted"></i>
274277
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
275278
</div>

docs/forms/usage.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="Forms usage - components documentation"/>
5757
<meta property="og:url" content="https://icehawk.github.io/docs/forms/usage.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:37+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:37+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="forms"/>
6262
<meta property="article:tag" content="usage"/>
6363
<meta property="article:tag" content="CSRF"/>
@@ -83,8 +83,8 @@
8383
},
8484
"headline": "Usage | IceHawk | PHP micro-framework respecting CQRS",
8585
"url": "https://icehawk.github.io/docs/forms/usage.html",
86-
"datePublished": "2016-11-14T22:01:37+01:00",
87-
"dateModified": "2016-11-14T22:01:37+01:00",
86+
"datePublished": "2016-11-14T22:05:31+01:00",
87+
"dateModified": "2016-11-14T22:05:31+01:00",
8888
"image": "https://icehawk.github.io/images/logo_121x100.png",
8989
"keywords": "forms, usage, CSRF, Token, Feedback",
9090
"description": "Forms usage - components documentation"
@@ -428,7 +428,10 @@ <h2>Using the Form class</h2>
428428
# Reset the form to initial state and renew CSRF token
429429
$form-&gt;reset();</code></pre>
430430
<div id="footer" class="row small">
431-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
431+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
432+
v1.0.0
433+
</div>
434+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
432435
<span class="text-muted">
433436
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
434437
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -443,7 +446,7 @@ <h2>Using the Form class</h2>
443446
<i class="fa fa-comments-o text-muted"></i>
444447
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
445448
</div>
446-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
449+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
447450
<i class="fa fa-exclamation-circle text-muted"></i>
448451
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
449452
</div>

docs/icehawk.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<meta property="og:description" content="IceHawk - components documentation"/>
5757
<meta property="og:url" content="https://icehawk.github.io/docs/icehawk.html"/>
5858
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
59-
<meta property="article:published_time" content="2016-11-14T22:01:36+01:00"/>
60-
<meta property="article:modified_time" content="2016-11-14T22:01:36+01:00"/>
59+
<meta property="article:published_time" content="2016-11-14T22:05:31+01:00"/>
60+
<meta property="article:modified_time" content="2016-11-14T22:05:31+01:00"/>
6161
<meta property="article:tag" content="IceHawk"/>
6262
<meta property="article:tag" content="components"/>
6363
<meta property="article:tag" content="applications"/>
@@ -83,8 +83,8 @@
8383
},
8484
"headline": "IceHawk component | IceHawk | PHP micro-framework respecting CQRS",
8585
"url": "https://icehawk.github.io/docs/icehawk.html",
86-
"datePublished": "2016-11-14T22:01:36+01:00",
87-
"dateModified": "2016-11-14T22:01:36+01:00",
86+
"datePublished": "2016-11-14T22:05:31+01:00",
87+
"dateModified": "2016-11-14T22:05:31+01:00",
8888
"image": "https://icehawk.github.io/images/logo_121x100.png",
8989
"keywords": "IceHawk, components, applications, routing, documentation",
9090
"description": "IceHawk - components documentation"
@@ -304,7 +304,10 @@ <h2>Topics</h2>
304304
<li><a href="/docs/icehawk/final-responding.html">Final responding</a></li>
305305
</ul>
306306
<div id="footer" class="row small">
307-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
307+
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
308+
v1.0.0
309+
</div>
310+
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
308311
<span class="text-muted">
309312
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator" target="_blank">
310313
IceHawk <abbr title="Static Page Generator">SPG</abbr>
@@ -319,7 +322,7 @@ <h2>Topics</h2>
319322
<i class="fa fa-comments-o text-muted"></i>
320323
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on gitter</a>
321324
</div>
322-
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
325+
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
323326
<i class="fa fa-exclamation-circle text-muted"></i>
324327
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted" target="_blank">Report an issue</a>
325328
</div>

0 commit comments

Comments
 (0)