forked from pullrequest/pullrequest.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
108 lines (94 loc) · 4.85 KB
/
default.html
File metadata and controls
108 lines (94 loc) · 4.85 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
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>.::PullRequest.org::. {{ page.title }}</title>
<meta name="description" content="">
<meta name="author" content="PullRequest team">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/public/css/style.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<script src="/public/js/libs/modernizr.custom.47336.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/public/js/libs/jquery-1.6.2.min.js"><\/script>')</script>
</head>
<body>
<div id="container">
<header>
<h1><a href="/" title="Page d'accueil"><img src="/public/img/pullrequest-logo.png" alt="PullRequest"/></a></h1>
<a href="http://github.com/pullrequest"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
</header>
<div id="main" role="main">
<section id="content">
{{ content }}
</section><!--
--><aside>
<section id="about">
<h1>A propos</h1>
<p>PullRequest est un blog de développeurs ouvert à toute contribution appropriée.</p>
</section>
<section id="follow">
<h1>Suivez nous!</h1>
<ul>
<li>
<a href="http://twitter.com/pullrequest" class="twitter-follow-button" data-show-count="false" data-lang="fr">Follow @pullrequest</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</li>
<li class="feed">
<a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/pullrequest/blog-posts">abonnement RSS</a>
</li>
</ul>
</section>
<section id="contribute">
<h1>Participer</h1>
<p>
Les articles sont écrits en <a href="http://daringfireball.net/projects/markdown/syntax">MarkDown</a> et stockés dans un repository Git sur <a href="http://github.com/pullrequest/pullrequest.github.com">Github</a>.
N'hésitez pas à <strong>forker</strong> puis à faire une <strong><a href="https://github.com/pullrequest/pullrequest.github.com/pull/new/master">Pull Request</a></strong> ;)
</p>
</section>
<section id="licensing">
<h1>Licence</h1>
<p>
Les articles sont mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/">Licence Creative Commons Paternité 2.0 France</a>.
<a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/">
<br><img alt="Contrat Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by/2.0/fr/88x31.png" />
</a>
</p>
</section>
<section id="opensource">
<h1>OpenSource</h1>
<p>Les auteurs de PullRequest sont à l'origine, ou contributeurs, entre autres, de ces projets:</p>
<ul>
<li><a href="http://openscales.org">OpenScales</a></li>
<li><a href="http://resthub.org">RESThub</a></li>
<li><a href="http://loicfrering.github.com/backbone.datagrid/">Backbone.Datagrid</a></li>
<li><a href="https://github.com/loicfrering/LosoDiAnnotationsBundle">LosoDiAnnotationsBundle</a></li>
<li><a href="http://www.mythic-forge.com/">Mythic-forge</a></li>
</ul>
</section>
</aside>
</div>
<footer>
<small id="legal">© 2011 pullrequest.org</small>
<small id="poweredby">Propulsé par <a href="http://jekyllrb.com">Jekyll</a></small>
</footer>
</div>
<script defer src="/public/js/tags.js"></script>
<script defer src="/public/js/authors.js"></script>
<script>
var _gaq=[["_setAccount","UA-22833612-1"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>