-
Notifications
You must be signed in to change notification settings - Fork 1
/
development_builds.html
126 lines (108 loc) · 4.22 KB
/
development_builds.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
<!DOCTYPE html>
<html>
<head>
<title>Versiones en desarrollo - 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" />
<link rel="stylesheet" href="css/tabla.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">Sistema Operativo libre de tipo UNIX</h2>
</p><p><a target="_blank" href="development_builds.en.html"><p class="centrado">English</a> <a target="_blank" href="development_builds.fr.html"> Française</p></a></p>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="#">Descargar</a></li>
<li><a href="email-us.html">Contacto</a></li>
<li><a href="screenshots.html">Capturas de pantalla</a></li>
<li><a href="doc.html">Documentación</a></li>
<li><a href="http://wiki.amayaos.com">Wiki</a></li>
</ul>
</div>
<div id="cuerpo">
<h3 class="centrado">Development Builds</h3>
<div id="pagina">
<h4></h4>
<p>Aquí puedes descargar versiones en desarrollo del Sistema Operativo AmayaOS. Estas versiones han sido compiladas a partir del código fuente más moderno y están pensadas para ser
inspeccionadas en busca de errores. Si estás buscando versiones estables de AmayaOS deberías visitar nuestra <a href="download.html">página de descargas</a>. Si por el contrario
decides utilizar una versión en desarrollo y encuentras algún fallo te agradeceríamos que te pusieras en <a href="email-us.html">contacto con nosotros</a>.</p>
<p></p>
<table>
<tr>
<td class="cabecera">Versión</td>
<td class="cabecera">Arquitectura</td>
<td class="cabecera">Imagen</td>
<td class="cabecera">Descarga</td>
</tr>
<tr>
<td>0.1-alpha2</td>
<td>X86<p></p>X86_64</td>
<td>Imagen Live</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-alpha2.iso/download">Enlace</td>
</tr>
<tr>
<td>0.1-alpha1</td>
<td>X86<p></p>X86_64</td>
<td>Imagen Live</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-alpha1.iso/download">Enlace</td>
</tr>
<tr>
<td>0.1-alpha1</td>
<td>X86<p></p>X86_64</td>
<td>Imagen de Instalación</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-alpha1-install.iso/download">Enlace</td>
</tr>
<tr>
<td>0.1-r6</td>
<td>X86<p></p>X86_64</td>
<td>Imagen Live</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-r6.iso/download">Enlace</td>
</tr>
<tr>
<td>0.1-r5</td>
<td>X86<p></p>X86_64</td>
<td>Imagen Live</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-r5.iso/download">Enlace</td>
</tr>
<tr>
<td>0.1-r4</td>
<td>X86<p></p>X86_64</td>
<td>Imagen Live</td>
<td><a href="https://sourceforge.net/projects/amayaos/files/AmayaOS-0.1/AmayaOS-0.1-r4.iso/download">Enlace</td>
</tr>
</table>
</div>
</div>
</div>
<div id="pie">
<hr />
<p class="centrado"> Esta página se visualiza mejor con software 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</p>
<p class="centrado">Visitas desde el 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>