-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
423 lines (374 loc) · 25.9 KB
/
index.html
File metadata and controls
423 lines (374 loc) · 25.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Home | RBleug</title>
<meta name="description" content="Regilero's blog; Mostly tech things about web stuff."/>
<meta name="author" content="regilero"/>
<link rel="author" href="/contact/" title="who am I?" type="text/html" />
<link rel="icon" type="image/x-icon" href="/theme/img/regilero.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/theme/img/regilero.ico" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
<link rel="stylesheet" href="/theme/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="/theme/bootstrap/css/bootstrap-theme.min.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--
<link rel="stylesheet" href="/theme/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/theme/blueprint/print.css" type="text/css" media="print">
<link rel="stylesheet" href="/theme/syntax.css" type="text/css" />
<!--[if lt IE 8]>
<link rel="stylesheet" href="/theme/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<!--
<link rel="stylesheet" href="/theme/blueprint/plugins/link-icons/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/theme/fontello/css/fontello.css">
<!--[if IE 7]><link rel="stylesheet" href="/theme/fontello/css/fontello-ie7.css"><![endif]-->
<link href="/theme/syntax.css" rel="stylesheet" type="text/css" />
<link href="/theme/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="topNav navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs-inline" href="#">Navigation</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/" class="glyphicon glyphicon-home"> Home</a></li>
<li ><a href="/archives/" class="glyphicon glyphicon-th"> Archives</a></li>
<li ><a href="/contact/" class="glyphicon glyphicon-earphone"> Contact</a></li>
<li><a class="glyphicon glyphicon-eye-open" href="/feed.xml"> RSS Feed</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container" role="main">
<div class="jumbotron">
<div class="container">
<div id="branding">
<h1 class="logo"><a href="/">RBleug</a></h1>
<hr/>
<h2 class="alt">Regilero's blog; Mostly tech things about web stuff.</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8" id="left-content">
<div class="container-fluid">
<!-- Show last 6 posts here -->
<div class="row">
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2019/10/17/security_apache_traffic_server_http_smuggling/">Security: HTTP Smuggling, Apache Traffic Server</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2019/10/17/security_apache_traffic_server_http_smuggling/">
details of CVE-2018-8004 (August 2018 - Apache Traffic Server).</a><br/>
</div>
<div class="entry">
<a href="/english/security/2019/10/17/security_apache_traffic_server_http_smuggling/"><img src="/theme/img/pix/old15.jpg" alt="Security: HTTP Smuggling, Apache Traffic Server"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2019-10-17">Oct 17, 2019</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/CVE/">CVE</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HTTP/">HTTP</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Pound/">Pound</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Smuggling/">Smuggling</a></div>
</div>
</article>
</div>
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2019/04/24/security_jetty_http_smuggling/">Security: HTTP Smuggling, Jetty</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2019/04/24/security_jetty_http_smuggling/">
details of CVE-2017-7656, CVE-2017-7657 and CVE-2017-7658 (June 2018 - Jetty).</a><br/>
</div>
<div class="entry">
<a href="/english/security/2019/04/24/security_jetty_http_smuggling/"><img src="/theme/img/pix/old2.jpg" alt="Security: HTTP Smuggling, Jetty"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2019-04-24">Apr 24, 2019</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/CVE/">CVE</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HTTP/">HTTP</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Jetty/">Jetty</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Smuggling/">Smuggling</a></div>
</div>
</article>
</div>
</div>
<div class="row">
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2018/07/03/security_pound_http_smuggling/">Security: HTTP Smuggling, Apsis Pound load balancer</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2018/07/03/security_pound_http_smuggling/">
details of CVE-2016-10711 (published feb 2018).</a><br/>
</div>
<div class="entry">
<a href="/english/security/2018/07/03/security_pound_http_smuggling/"><img src="/theme/img/pix/old1.jpg" alt="Security: HTTP Smuggling, Apsis Pound load balancer"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2018-07-03">Jul 03, 2018</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/CVE/">CVE</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HTTP/">HTTP</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Pound/">Pound</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Smuggling/">Smuggling</a></div>
</div>
</article>
</div>
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/postgresql/2017/06/26/postgresql_advanced_generate_series/">PostgreSQL, advanced use of generate_series for data generation</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/postgresql/2017/06/26/postgresql_advanced_generate_series/">
filling thousands of random realistic data rows.</a><br/>
</div>
<div class="entry">
<a href="/english/postgresql/2017/06/26/postgresql_advanced_generate_series/"><img src="/theme/img/pix/generation.jpg" alt="PostgreSQL, advanced use of generate_series for data generation"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2017-06-26">Jun 26, 2017</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/postgresql/">postgresql</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/PostgreSQL/">PostgreSQL</a></div>
</div>
</article>
</div>
</div>
<div class="row">
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2016/12/19/security_dompdf_rce/">Web Security, Dompdf security issues details</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2016/12/19/security_dompdf_rce/">
details of december 2015's 3 CVE in dompdf, with one RCE.</a><br/>
</div>
<div class="entry">
<a href="/english/security/2016/12/19/security_dompdf_rce/"><img src="/theme/img/pix/library.jpg" alt="Web Security, Dompdf security issues details"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2016-12-19">Dec 19, 2016</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/CVE/">CVE</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Injection/">Injection</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a></div>
</div>
</article>
</div>
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2016/06/10/security_play_with_implicit_html_and_closing_divs/">Web Security, using bad HTML to escape from a DIV</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2016/06/10/security_play_with_implicit_html_and_closing_divs/">
Break HTML layouts with only bad HTML and the browser's help.</a><br/>
</div>
<div class="entry">
<a href="/english/security/2016/06/10/security_play_with_implicit_html_and_closing_divs/"><img src="/theme/img/pix/counting.jpg" alt="Web Security, using bad HTML to escape from a DIV"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2016-06-10">Jun 10, 2016</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/HTML/">HTML</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Injection/">Injection</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a></div>
</div>
</article>
</div>
</div>
<div class="row">
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2015/10/04/http_smuggling_in_2015_part_one/">Checking HTTP Smuggling issues in 2015 - Part1</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2015/10/04/http_smuggling_in_2015_part_one/">
First part of the 2015 HTTP Smuggling articles. Injecting HTTP in HTTP, the theory.</a><br/>
</div>
<div class="entry">
<a href="/english/security/2015/10/04/http_smuggling_in_2015_part_one/"><img src="/theme/img/pix/wookie1.jpg" alt="Checking HTTP Smuggling issues in 2015 - Part1"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2015-10-04">Oct 04, 2015</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/Apache/">Apache</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HAProxy/">HAProxy</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HTTP/">HTTP</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Nginx/">Nginx</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Smuggling/">Smuggling</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Varnish/">Varnish</a></div>
</div>
</article>
</div>
<div class="home-article col-md-6">
<article class="panel panel-default">
<header>
<h2 class="home-header"><a href="/english/security/2015/03/25/nginx-integer_truncation/">Nginx Integer Truncation</a></h2>
</header>
<div class="post-pict">
<div class="post-excerpt">
<a href="/english/security/2015/03/25/nginx-integer_truncation/">
Exploitation of Integer Overflow with the HTTP Content length Header</a><br/>
</div>
<div class="entry">
<a href="/english/security/2015/03/25/nginx-integer_truncation/"><img src="/theme/img/pix/long_name2.jpg" alt="Nginx Integer Truncation"/></a>
</div>
<div class="post-details">
<span class="date"><i class="glyphicon glyphicon-time"></i> <time datetime="2015-03-25">Mar 25, 2015</time></span><br/>
<span class="category"><i class="glyphicon glyphicon-list"></i> <a href="/english/">english</a> and <a href="/security/">security</a></span><br/>
</div>
<div class="tag panel-footer"><i class="glyphicon glyphicon-tag"></i><a href="/tag/Apache/">Apache</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Drupal/">Drupal</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/HTTP/">HTTP</a>, <i class="glyphicon glyphicon-tag"></i><a href="/tag/Security/">Security</a></div>
</div>
</article>
</div>
</div>
</div>
</div>
<div class="col-md-4" id="sideBar">
<div id="sideBarContent">
<div class="sideBarListBox">
<div class="page-header">
<h3>Latest posts</h3>
</div>
<div class="list-group" role="navigation">
<a class="list-group-item" href="/english/security/2019/10/17/security_apache_traffic_server_http_smuggling/">
Security: HTTP Smuggling, Apache Traffic Server
</a>
<a class="list-group-item" href="/english/security/2019/04/24/security_jetty_http_smuggling/">
Security: HTTP Smuggling, Jetty
</a>
<a class="list-group-item" href="/english/security/2018/07/03/security_pound_http_smuggling/">
Security: HTTP Smuggling, Apsis Pound load balancer
</a>
<a class="list-group-item" href="/english/postgresql/2017/06/26/postgresql_advanced_generate_series/">
PostgreSQL, advanced use of generate_series for data generation
</a>
<a class="list-group-item" href="/english/security/2016/12/19/security_dompdf_rce/">
Web Security, Dompdf security issues details
</a>
</div>
</div>
<div class="sideBarListBox">
<div class="page-header">
<h3>Tags</h3>
</div>
<div class="tagcloud">
<a style='font-size: 31px' class='taglink' href='/tag/Apache/'>Apache</a>
<a style='font-size: 21px' class='taglink' href='/tag/Nginx/'>Nginx</a>
<a style='font-size: 12px' class='taglink' href='/tag/Js/'>Js</a>
<a style='font-size: 18px' class='taglink' href='/tag/BlockReplace/'>BlockReplace</a>
<a style='font-size: 21px' class='taglink' href='/tag/mod_rewrite/'>mod_rewrite</a>
<a style='font-size: 18px' class='taglink' href='/tag/Injection/'>Injection</a>
<a style='font-size: 12px' class='taglink' href='/tag/Statistics/'>Statistics</a>
<a style='font-size: 18px' class='taglink' href='/tag/Web/'>Web</a>
<a style='font-size: 32px' class='taglink' href='/tag/Security/'>Security</a>
<a style='font-size: 12px' class='taglink' href='/tag/HTML5/'>HTML5</a>
<a style='font-size: 12px' class='taglink' href='/tag/Dojo/'>Dojo</a>
<a style='font-size: 12px' class='taglink' href='/tag/Managed/'>Managed</a>
<a style='font-size: 18px' class='taglink' href='/tag/PHP-fpm/'>PHP-fpm</a>
<a style='font-size: 21px' class='taglink' href='/tag/PostgreSQL/'>PostgreSQL</a>
<a style='font-size: 12px' class='taglink' href='/tag/Cache/'>Cache</a>
<a style='font-size: 18px' class='taglink' href='/tag/RewriteMap/'>RewriteMap</a>
<a style='font-size: 21px' class='taglink' href='/tag/Proxy/'>Proxy</a>
<a style='font-size: 12px' class='taglink' href='/tag/Bash/'>Bash</a>
<a style='font-size: 23px' class='taglink' href='/tag/CVE/'>CVE</a>
<a style='font-size: 12px' class='taglink' href='/tag/HTML/'>HTML</a>
<a style='font-size: 18px' class='taglink' href='/tag/Pound/'>Pound</a>
<a style='font-size: 12px' class='taglink' href='/tag/Jetty/'>Jetty</a>
<a style='font-size: 26px' class='taglink' href='/tag/Performance/'>Performance</a>
<a style='font-size: 23px' class='taglink' href='/tag/Smuggling/'>Smuggling</a>
<a style='font-size: 12px' class='taglink' href='/tag/Accumulated/'>Accumulated</a>
<a style='font-size: 30px' class='taglink' href='/tag/Drupal/'>Drupal</a>
<a style='font-size: 12px' class='taglink' href='/tag/Varnish/'>Varnish</a>
<a style='font-size: 12px' class='taglink' href='/tag/Linux/'>Linux</a>
<a style='font-size: 12px' class='taglink' href='/tag/Monitoring/'>Monitoring</a>
<a style='font-size: 12px' class='taglink' href='/tag/ZendFramework/'>ZendFramework</a>
<a style='font-size: 12px' class='taglink' href='/tag/HAProxy/'>HAProxy</a>
<a style='font-size: 12px' class='taglink' href='/tag/Ajax/'>Ajax</a>
<a style='font-size: 12px' class='taglink' href='/tag/Bug/'>Bug</a>
<a style='font-size: 12px' class='taglink' href='/tag/js/'>js</a>
<a style='font-size: 18px' class='taglink' href='/tag/jinja/'>jinja</a>
<a style='font-size: 23px' class='taglink' href='/tag/SaltStack/'>SaltStack</a>
<a style='font-size: 30px' class='taglink' href='/tag/PHP/'>PHP</a>
<a style='font-size: 18px' class='taglink' href='/tag/Plone/'>Plone</a>
<a style='font-size: 12px' class='taglink' href='/tag/Mongodb/'>Mongodb</a>
<a style='font-size: 18px' class='taglink' href='/tag/APC/'>APC</a>
<a style='font-size: 31px' class='taglink' href='/tag/HTTP/'>HTTP</a>
</div>
</div>
</div> <!-- end sideBarContent -->
<div class="sideBarMore">
<div class="page-header">
<h3>About</h3>
</div>
<a href="https://twitter.com/regilero" target="_blank"><img src="/theme/img/twitter_thumb.png" width="48" height="48" alt="Twitter regilero" title="Twitter regilero"></a>
<a href="https://github.com/regilero" target="_blank"><img src="/theme/img/github_thumb.png" width="48" height="48" alt="Github regilero" title="Github regilero"></a>
<a href="http://www.flickr.com/photos/regilero/" target="_blank"><img src="/theme/img/flickr_thumb.png" width="48" height="48" alt="Flickr photos" title="Flickr photos"></a>
<a href="http://stackoverflow.com/users/550618/regilero" target="_blank"><img src="http://stackoverflow.com/users/flair/550618.png" width="208" height="58" alt="profile for regilero at Stack Overflow, Q&A for professional and enthusiast programmers" title="profile for regilero at Stack Overflow, Q&A for professional and enthusiast programmers"></a>
<a href="https://stackexchange.com/users/264377/regilero" target="_blank"><img src="http://stackexchange.com/users/flair/264377.png?theme=clean" width="208" height="58" alt="profile for regilero on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for regilero on Stack Exchange, a network of free, community-driven Q&A sites" /></a>
</div>
<div class="sideBarItem">
<h3>Some Friends</h3>
<ul>
<li><a class="effect" target="_blank" href="http://makina-corpus.com/blog/metier/actu-metier">Blogs Makina Corpus<div class="cover-right"><img src="/theme/img/makinaorg.png" height="30" width="30"><img src="/theme/img/makinaorg_banner.png" height="30" width="117"></div></a></li>
<li><a class="effect" target="_blank" href="http://www.makina-corpus.com">Makina Corpus<div class="cover-right"><img src="/theme/img/makinacom.png" height="30" width="30"><img src="/theme/img/makinacom_banner.png" height="30" width="117"></div></a></li>
<li><a class="effect" target="_blank" href="http://blog.processus.org/">Pounard, processus.org<div class="cover-right"><img src="/theme/img/pounard.png" height="30" width="30"><img src="/theme/img/pounard_banner.png" height="30" width="117"></div></a></li>
<li><a class="effect" target="_blank" href="http://toutpt.github.io/" >Toupt<div class="cover-right"><img src="/theme/img/toupt.png" height="30" width="30"><img src="/theme/img/toupt_banner.png" height="30" width="117"></div></a></li>
<li><a class="effect" target="_blank" href="http://francoisgaudin.com/">François Gaudin<div class="cover-right"><img src="/theme/img/gaudin.png" height="30" width="30"><img src="/theme/img/gaudin_banner.png" height="30" width="117"></div></a></li>
<li><a class="effect" target="_blank" href="http://fle.github.io/">Florent Lebreton<div class="cover-right"><img src="/theme/img/fle.png" height="30" width="30"><img src="/theme/img/fle_banner.png" height="30" width="117"></div></a></li>
</ul>
<div class="clear"></div>
</div>
</div> <!-- end sidebar -->
</div><!-- end row -->
<div class="row">
<div class="col-md-12" id="footer">
<div class="panel panel-default">
<div class=panel-footer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/fr/"><img alt="Licence Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/fr/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">regilero's blog</span> est mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/fr/">licence Creative Commons Attribution - Partage dans les Mêmes Conditions 3.0 France</a>.<br />Fondé(e) sur une œuvre à <a xmlns:dct="http://purl.org/dc/terms/" href="http://regilero.github.io" rel="dct:source">http://regilero.github.io</a>.
</div>
</div>
</div>
</div><!-- end row -->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> -->
<script src="/theme/js/toc.min.js" ></script>
<script src="/theme/js/effects.js" ></script>
<script src="/theme/js/jquery.parallax.min.js"></script>
<script src="/theme/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40859893-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>