root / tmp / org.txm.setups / index.php @ 1657
History | View | Annotate | Download (1.6 kB)
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
---|---|
2 |
<html><head> |
3 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
4 |
<meta name="generator" content="ReText 4.1.2"> |
5 |
<link rel="stylesheet" type="text/css" href="index_files/sf.css"> |
6 |
<title>Téléchargement de TXM 0.8.0 α2</title> |
7 |
</head>
|
8 |
<body>
|
9 |
<hr/> |
10 |
|
11 |
<h1 align="center">Téléchargement de <span class="big"> TXM 0.8.0 </span> α<br> |
12 |
<!--<img src="index_files/txm-icon.jpg"><br>-->
|
13 |
<!-- <small><a href="#fr">(instructions d'installation en français ci-dessous - FR FR FR)</a></small> -->
|
14 |
</h1>
|
15 |
<div style="background-image:url('index_files/TXM-background.jpg');background-repeat: no-repeat;background-position: right;"> |
16 |
|
17 |
<table > |
18 |
<td><center><a href="TXM_0.8.0a3_Win64_installer.exe"><img width="125" src="index_files/windows-icon.png"/><br>Windows 7 et plus (64 bit)</a></center></td> |
19 |
<td><center ><a href="TXM_0.8.0a3_Linux64_installer.deb"><img width="125" src="index_files/ubuntu-icon.png"/><br>Ubuntu 16.04 et plus</a><br></center></li><td> |
20 |
<td><center ><a href="TXM_0.8.0a3_MacOSX_installer.pkg"><img width="125" src="index_files/macosx-icon.png"/><br>Mac OS X 10.10 et plus</a><br></center></li><td> |
21 |
</table>
|
22 |
|
23 |
<?php
|
24 |
|
25 |
echo '<h2>files</h2>' |
26 |
|
27 |
try {
|
28 |
|
29 |
} catch (Exception $e) { |
30 |
echo '<p>Exception: </p>' |
31 |
} |
32 |
|
33 |
?>
|
34 |
|
35 |
<h2>Recettes</h2> |
36 |
<ul>
|
37 |
<li><a href="https://groupes.renater.fr/wiki/txm-info/public/roadmap_0.8#recette_0_-_installation_multiple">Recette 0 </a>: installation</li> |
38 |
<li><a href="https://groupes.renater.fr/wiki/txm-info/public/roadmap_0.8#recette_1_verification_de_toutes_les_fonctionnalites_de_txm_080" >Recette 1</a> : vérification des fonctionnalités</li> |
39 |
|
40 |
</body>
|
41 |
</html>
|