forked from wakaleo/jenkins-the-definitive-guide-book
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathwebsite.html
More file actions
75 lines (59 loc) · 1.81 KB
/
website.html
File metadata and controls
75 lines (59 loc) · 1.81 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<title>Jenkins - Le guide complet</title>
<style type="text/css" media="screen">
html {
/*
border: 1px solid black;
*/
margin: 0 15% 0 15%;
font-size:1.4em;
}
#footer {
background: #fff;
}
h1 {
text-align: center;
padding: 0.5em 0 0.5em 0;
font-size: 2.2em;
width: 100%;
background: #def;
border: 1px solid;
}
a {
color: #123;
padding:0.1em;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
a:visited {
color:#997;
}
.important {
font-size: 200%;
}
</style>
</head>
<body>
<h1>Jenkins - Le guide complet</h1>
<p>Le livre suivant décrit en détails l'utilisation du serveur d'intégration continue <a href="http://jenkins-ci.org/">Jenkins<img src="http://jenkins-le-guide-complet.github.io/images/jenkins-logo.png" style="float:right;" title="Jenkins"/></a>.</p>
<ul class="important">
<li><a href="html/book.html">Lire la version HTML en ligne</a></li>
<li><a href="continuous-integration-with-hudson.pdf">Télécharger la version PDF (25 Mo)</a></li>
</ul>
<p>Cette traduction est entièrement basée sur le travail communautaire conduit par <a href="http://www.wakaleo.com/books/jenkins-the-definitive-guide">John Ferguson Smart</a>.
</p>
<div id="footer">
Ce projet est publié automatiquement à chaque nouvelle modification.
Le livre est presqu'entièrement traduit. Il manque quelques paragraphes ou chapitres parmi les plus de 350 pages du livre !
Si vous voulez voir votre nom ajouté à la liste des contributeurs, vous pouvez vous aussi <a href="http://github.com/Jenkins-Le-guide-complet">participer sur GitHub</a> !
</p>
</div>
</body>
</html>