-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (118 loc) · 6.23 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bref. Une API Zia</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="./assets/css/prettify.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29009488-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>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="i-bar"></span>
<span class="i-bar"></span>
<span class="i-bar"></span>
<span class="i-bar"></span>
</a>
<a class="brand" href="#">Bref.</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="index.html">Accueil</a></li>
<li><a href="documentation-intro.html">Découvrir l'API</a></li>
<li><a href="documentation-api.html">Implémenter l'API</a></li>
<li><a href="documentation-module.html">Implémenter un module</a></li>
<li><a href="doxygen">Doxygen</a></li>
<li><a href="https://github.com/bref/bref-api">Le projet sur Github</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="bref-home">
<h1>Bref.</h1>
<p class="lead">On vous propose notre API.</p>
<p class="starting"><a class="btn btn-large btn-info" href="documentation-intro.html">Commencer à découvrir l'API »</a></p>
</div>
<div class="row">
<div class="span4">
<h2>Découvrir l'API</h2>
<p>
<a href="documentation-intro.html" class="thumbnail"><img src="./assets/img/home-intro.jpg" alt="Commencer à découvrir l'API"></a>
Venez découvrir un rapide tour d'horizon de l'API Bref, notamment le fonctionnement de son système de pipeline.
</p>
<p class="pull-right"><a class="btn" href="documentation-intro.html">Commencer à découvrir l'API »</a></p>
</div>
<div class="span4">
<h2>Implémenter notre API</h2>
<p>
<a href="documentation-api.html" class="thumbnail"><img src="./assets/img/home-api.jpg" alt="Implémentez notre API"></a>
Vous trouverez ici les différentes classes que vous devrez implémenter pour utiliser les modules compatibles avec l'API Bref.
</p>
<p class="pull-right"><a class="btn" href="documentation-api.html">Voir la documentation »</a></p>
</div>
<div class="span4">
<h2>Implémenter un module</h2>
<p>
<a href="documentation-module.html" class="thumbnail"><img src="./assets/img/home-examples.jpg" alt="Implémentez un module"></a>
Vous trouverez ici plusieurs exemples d'implémentation de modules utilisant l'API Bref.
</p>
<p class="pull-right"><a class="btn" href="documentation-module.html">Voir la documentation »</a></p>
</div>
<!-- <div class="span4">
<h2>Le projet sur Github</h2>
<p>
<a href="https://github.com/bref/bref-api" class="thumbnail"><img src="./assets/img/home-github.jpg" alt="bref-api sur GitHub"></a>
Notre API Bref sur Github : clonez, forkez la dernière version stable ; postez vos problèmes, proposez vos idées, suggestions
et améliorations.
</p>
<p class="pull-right"><a class="btn" href="https://github.com/bref/bref-api">Bref-API sur Github »</a></p>
</div>-->
</div>
<hr>
<footer>
<p class="pull-right">
<iframe src="http://ghbtns.com/github-btn.html?user=bref&repo=bref-api&type=watch&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="30px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=bref&repo=bref-api&type=fork&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="30px"></iframe>
<a href="http://twitter.com/BrefAPI"><img src="./assets/img/icon_twitter.png" alt="Suivez-nous sur twitter" /></a>
<a href="irc://irc.epitech.net/bref"><img src="./assets/img/icon_irc.png" alt="irc" /></a>
</p>
<p class="pull-left epilogo"><a href="http://www.epitech.eu"><img src="./assets/img/epitech.gif" alt="Epitech" /></a></p>
<p>Bref. L'API Zia Epitech Nantes 2014.</p>
<p>Par
<a href="http://www.epitech.eu/intra/index.php?section=etudiant&page=rapport&login=badaud_t">badaud_t</a>,
<a href="http://www.epitech.eu/intra/index.php?section=etudiant&page=rapport&login=chiron_f">chiron_f</a>,
<a href="http://www.epitech.eu/intra/index.php?section=etudiant&page=rapport&login=giersc_v">giersc_v</a>,
<a href="http://www.epitech.eu/intra/index.php?section=etudiant&page=rapport&login=papin_g">papin_g</a> et
<a href="http://www.epitech.eu/intra/index.php?section=etudiant&page=rapport&login=rannou_p">rannou_p</a>.
</p>
</footer>
</div>
<script type="text/javascript">
var uvOptions = {};
(function() {
var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/2Do8WywvBVXH9Qyv847nBA.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
})();
</script>
</body>
</html>