-
Notifications
You must be signed in to change notification settings - Fork 1
/
screenshots.fr.html
89 lines (71 loc) · 3.9 KB
/
screenshots.fr.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
<!DOCTYPE html>
<html>
<head>
<title>Captures d'écran - AmayaOS</title>
<link rel="shortcut icon" href="imagenes/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="contenedor">
<div id="encabezado">
<h1 class="centrado">AmayaOS</h1>
<p class="centrado"><a href="index.html"><img src="imagenes/logo.png" alto="logo" /></a></p>
<h2 class="centrado">Système d'exploitation libre de type UNIX</h2>
</p><p><a target="_blank" href="screenshots.en.html"><p class="centrado">English</a> <a target="_blank" href="screenshots.html"> Español</p></a></p>
</div>
<div id="nav">
<ul>
<li><a href="index.fr.html">Accueil</a></li>
<li><a href="download.fr.html">Télécharger</a></li>
<li><a href="email-us.fr.html">Contact</a></li>
<li><a href="#">Captures d'écran</a></li>
<li><a href="doc.fr.html">Documentation</a></li>
<li><a href="http://wiki.amayaos.com">Wiki</a></li>
</ul>
</div>
<div id="cuerpo">
<h3 class="centrado">Captures d'écran</h3>
<div id="pagina">
<p>Voici, vous trouverez quelques captures d'écran de la version actuelle d'AmayaOS (0.09). Pour explorer toutes les possibilités offerts par le système d'exploitation, n'hésitez pas à en <a href="download/0.09.html">obtenir une copie.</a></p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_0.png" alt="AmayaOS Text User Based Interface"/></h4>
<p>Celui-ci est l'environnement en mode texte (TUI) qui est exécuté par defaut sur AmayaOS et qui est très simple de l'utiliser.</p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_1.png" alt="AmayaOS Text User Based Interface"/></h4>
<p>En utilisant le menu de l'environnement, vous pouvez démarrer les applications du système.</p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_2.png" alt="AmayaOS Shell"/></h4>
<p>AmayaOS, de la même façon que d'autres systèmes d'exploitation UNIX inclut une ligne de commandes ou shell qui peut interagir avec le système. Pour AmayaOS, la shell est l'interface principale du système.</p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_3.png" alt="AmayaOS Coreutils"/></h4>
<p>Tel que d'autres systèmes d'exploitation, AmayaOS comprend une série d'utilitaires du noyau (Coreutils) permettant de réaliser de tâches basiques.</p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_4.png" alt="AmayaOS Man"/></h4>
<p>AmayaOS contient sa propre version de la commande manuel man. L'image précédente montre le manuel de la commande pwd.</p>
<h4 class="centrado"><img src="screenshots/0.09/amaya_5.png" alt="AmayaOS MinesWeeper"/></h4>
<p>AmayaOS 0.09, en train d'exécuter le connu jeu du démineur.</p>
</div>
</div>
</div>
<div id="pie">
<hr />
<p class="centrado"> Cette page web se visualise mieux en utilisant du logiciel libre : </p>
<p class="centrado"><a target="_blank" href="http://www.gnu.org/software/gnuzilla/"><img src="imagenes/icecat.jpg" alt="icecat" /></a></p>
<p class="centrado">Copyright © 2014, 2015, 2016, 2017 Daniel Martín - Traduit par : TheFaico</p>
<p class="centrado">Visites depuis le 12/10/2015 :</p>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10655289;
var sc_invisible=0;
var sc_security="29bda0a6";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify traffic
stats" href="http://statcounter.com/shopify/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/10655289/0/29bda0a6/0/"
alt="shopify traffic stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</div>
</body>
</html>