intégration des chaines

This commit is contained in:
root 2016-07-04 11:42:11 +02:00
parent 56219b752e
commit 0804569a91
24 changed files with 149 additions and 132 deletions

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les enjeux du logiciel libre</title> <title>Les enjeux du logiciel libre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">

View File

@ -4,16 +4,16 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
<!-- row 8 col - contenu --> <!-- row 8 col - contenu -->
<div class="large-8 columns"> <div class="large-8 columns">
<h2>À propos</h2> <h2>About</h2>
<h3>l'April</h3> <h3>April</h3>
<p>Pionnière du logiciel libre en France, l'April est depuis 1996 un acteur majeur de la démocratisation et de la diffusion du logiciel libre et des standards ouverts auprès du grand public, des professionnels et des institutions dans l'espace francophone.</p> <p>Pioneer of free software in France, April has been since 1996 a major player in the democratization and the spread of Free Software and open standards to the general public, professionals and institutions in the French-speaking world.</p>
<a class="lien-texte" href="https://www.april.org/">www.april.org</a> <a class="lien-texte" href="https://www.april.org/">www.april.org</a>
<p>Cette exposition est réalisée par le groupe sensibilisation de l'April, dont l'objectif est la production, l'inventaire, et l'amélioration des ressources de communication autour du logiciel libre, à des fins de promotion et de sensibilisation du public à ces enjeux.</p> <p>Cette exposition est réalisée par le groupe sensibilisation de l'April, dont l'objectif est la production, l'inventaire, et l'amélioration des ressources de communication autour du logiciel libre, à des fins de promotion et de sensibilisation du public à ces enjeux.</p>
<p>Sur la page du groupe vous trouverez divers autres documents de sensibilisation au logiciel libre et aux formats ouverts, que vous pouvez utiliser pour promouvoir le logiciel libre.</p> <p>On the advocacy group's page, you will find various other documents that you can use to promote free software and open formats.</p>
<a class="lien-texte" href="https://www.april.org/sensibilisation">Groupe sensibilisation de l'April</a> <a class="lien-texte" href="https://www.april.org/sensibilisation">April's advocacy group</a>
<h3>Expolibre</h3> <h3>LibreExpo</h3>
<p>La première version de l'Expolibre lancée en 2006 par le réseau de la Ligue de l'enseignement dans les Alpes du Sud, l'association Linux-Alpes et APITUX a rencontré un franc succès. En 2008, le groupe sensibilisation de l'April à publié une nouvelle version disponible en format ouvert, notamment grâce au travail de François Poulain. En 2015, sous l'impulsion d'Antoine Bardelli nous vous proposons une Expolibre entièrement renouvelée, tant dans sa forme que dans son contenu.</p> <p>The first version of the Expolibre, launched in 2006 by the network of the Southern Alps' Education League, by the Linux-Alpes association, and by APITUX, has had great success. In 2008, April's awareness-raising task force published a new version, in an open format this time, thanks especially to the work of François Poulain. In 2015, on the initiative of Antoine Bardelli, we offered an LibreExpo we'd completely updated, both in style and in substance.</p>
<a class="lien-texte" href="http://www.expolibre.org/expolibre-2">Expolibre 2</a><br> <a class="lien-texte" href="http://www.expolibre.org/expolibre-2">Expolibre 2</a><br>
<a class="lien-texte" href="http://www.laligue-alpesdusud.org/html/dossiers/dossier_informatique/expolibre_2006.html">Expolibre 1</a> <a class="lien-texte" href="http://www.laligue-alpesdusud.org/html/dossiers/dossier_informatique/expolibre_2006.html">Expolibre 1</a>
<!-- row 8 col - fin contenu --> <!-- row 8 col - fin contenu -->
@ -22,4 +22,4 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +42,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<nav class="top-bar" data-topbar role="navigation"> <nav class="top-bar" data-topbar role="navigation">
<ul class="title-area"> <ul class="title-area">
<li class="name"> <li class="name">
<h1><a href="index.php">Expolibre</a></h1> <h1><a href="index.php">LibreExpo</a></h1>
</li> </li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li> <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
@ -11,8 +11,8 @@
<section class="top-bar-section"> <section class="top-bar-section">
<!-- Right Nav Section --> <!-- Right Nav Section -->
<ul class="right"> <ul class="right">
<li class="active"><a href="index.php">Accueil</a></li> <li class="active"><a href="index.php">Home</a></li>
<li class="has-dropdown"><a href="exposition.php">l'Exposition</a> <li class="has-dropdown"><a href="exposition.php">The Exhibit</a>
<ul class="dropdown"> <ul class="dropdown">
<li><a href="logiciel-libre.php">Qu'est-ce que le logiciel libre ?</a></li> <li><a href="logiciel-libre.php">Qu'est-ce que le logiciel libre ?</a></li>
<li><a href="enjeux-du-logiciel-libre.php">Les enjeux du Logiciel Libre</a></li> <li><a href="enjeux-du-logiciel-libre.php">Les enjeux du Logiciel Libre</a></li>
@ -23,8 +23,8 @@
<li><a href="modeles-libres.php">Au-delà du logiciel libre</a></li> <li><a href="modeles-libres.php">Au-delà du logiciel libre</a></li>
<li><a href="a-propos-april-et-expolibre.php">À propos de l'April et de l'Expolibre</a></li> <li><a href="a-propos-april-et-expolibre.php">À propos de l'April et de l'Expolibre</a></li>
</ul></li> </ul></li>
<li><a href="telecharger.php">Télécharger</a></li> <li><a href="telecharger.php">Download</a></li>
<li><a href="exposer.php">Exposer</a></li> <li><a href="exposer.php">Exhibit</a></li>
<li><a href="contact.php">Contact</a></li> <li><a href="contact.php">Contact</a></li>
<li class="has-dropdown"><a href="">Langue</a> <li class="has-dropdown"><a href="">Langue</a>
<ul class="dropdown"> <ul class="dropdown">

View File

@ -4,13 +4,13 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
<!-- row 8 col - contenu --> <!-- row 8 col - contenu -->
<div class="large-8 columns"> <div class="large-8 columns">
<h2>Nous contacter</h2> <h2>Contact us</h2>
<h3>Formulaire de contact sur le site de l'april</h3> <h3>Contact form on April's Web site</h3>
<a class="button" href="http://www.april.org/contact">Accéder au formulaire</a> <a class="button" href="http://www.april.org/contact">Access the form</a>
<h3>Téléphone</h3> <h3></h3>
<a class="button" href="tel:+330178769280">01 78 76 92 80</a> <a class="button" href="tel:+330178769280">01 78 76 92 80</a>
<h3>Adresse</h3> <h3>Address</h3>
<p>Pour nous écrire ou nous retourner l'exposition :</p> <p>To write to us or to return the exhibit to us:</p>
<ul class="adresse"><li>Association April</li> <ul class="adresse"><li>Association April</li>
<li>44/46 rue de l'Ouest</li> <li>44/46 rue de l'Ouest</li>
<li>Bâtiment 8</li> <li>Bâtiment 8</li>
@ -22,4 +22,4 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +42,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -5,20 +5,20 @@
<!-- row 8 col - contenu --> <!-- row 8 col - contenu -->
<div class="large-8 columns"> <div class="large-8 columns">
<h2>Crédits</h2> <h2>Crédits</h2>
<p>Cette exposition et ce site web ont été réalisé dans le cadre du <a href="http://www.april.org/sensibilisation">groupe sensibilisation de l'April.</a> Vous êtes encouragés à utiliser, copier, diffuser et modifier ces documents selon les termes des licences ci-dessous :</p> <p>This exhibit and this Web site were produced by the <a href="http://www.april.org/sensibilisation">April's awareness-raising task force</a>. Vous êtes encouragés à utiliser, copier, diffuser et modifier ces documents selon les termes des licences ci-dessous :</p>
<h3>Licence de l'exposition</h3> <h3>Licence de l'exposition</h3>
<p>Réalisé par l'April : www.april.org - Graphisme : Antoine Bardelli - www.bardelli.fr. Licence Art Libre 1.3 ou ultérieure / Creative Commons Paternité, Partage à l'identique 2.0 ou ultérieure / GFDL 1.3 ou ultérieure.</p> <p>Document created by April (www.april.org) using free software - Graphics: Antoine Bardelli (www.bardelli.fr). Art Libre 1.3 license or later / Creative Commons Attributions-Share-Alike 2.0 or later / GFDL 1.3 or later.</p>
<h3>Site web</h3> <h3>Site web</h3>
<p>Réalisation : <a href="http://www.april.org/sensibilisation">Groupe sensibilisation de l'April</a>, graphisme et intégration <a href="http://bardelli.fr/">Antoine Bardelli.</a></p> <p>Réalisation : <a href="http://www.april.org/sensibilisation">Groupe sensibilisation de l'April</a>, graphisme et intégration <a href="http://bardelli.fr/">Antoine Bardelli.</a></p>
<a class="lien-texte" title="Outils utilisés pour le montage de ce site" href="http://foundation.zurb.com/">Site web réalisé avec Fundation.</a><br> <a class="lien-texte" title="Outils utilisés pour le montage de ce site" href="http://foundation.zurb.com/">Site web réalisé avec Fundation.</a><br>
<a class="lien-texte" title="Outils utilisés pour le graphisme" href="https://inkscape.org/fr/">Illustrations réalisées avec Inkscape.</a> <a class="lien-texte" title="Outils utilisés pour le graphisme" href="https://inkscape.org/fr/">Illustrations réalisées avec Inkscape.</a>
<h3>Hébergement du site web</h3> <h3>Hébergement du site web</h3>
<p><a href="http://www.xsalto.com">Xsalto</a>, rue Pasteur, 04000 Digne-les-Bains.</p> <p><a href="http://www.april.org/site">April</a>.</p>
<p>Ce site ne collecte pas de données.</p> <p>This site does not collect data.</p>
<!-- row 8 col - fin contenu --> <!-- row 8 col - fin contenu -->
</div> </div>
<!-- fin boite presentation --> <!-- fin boite presentation -->
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +42,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les enjeux du logiciel libre</title> <title>Les enjeux du logiciel libre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -4,27 +4,27 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
<!-- row 8 col - contenu --> <!-- row 8 col - contenu -->
<div class="large-8 columns"> <div class="large-8 columns">
<h2>Afficher l'exposition dans votre ville</h2> <h2>Set up the exhibit in your town.</h2>
<p>Vous pourrez prochainement réserver les panneaux pour un accrochage en fonction de leur disponibilité.</p> <p>You will soon be able to book the pannels for hanging, depending on their availability.</p>
<p>Les conditions seront précisées ici même.</p> <p>The conditions will be specified right here. </p>
<p>En fonction des standards de qualité que vous souhaitez, cette exposition étant itinérante, nous ne pouvons vous garantir un état neuf. Si vous souhaitez une exposition n'ayant jamais servi, nous vous conseillons de l'imprimer à votre charge auprès d'un imprimeur en téléchargeant les fichiers adaptés.</p> <p>Depending on what quality standards you desire, since this exhibit is a travelling one, we are not able to guarantee that panels will be in new condition. If you wish to set up an exhibit that's never been used, we recommend that you have a printer generate the panels at your expense, using the appropriate files.</p>
<a class="lien-texte" href="http://www.expolibre.org/telecharger/expolibre-A2-2016-HR.pdf">Fichiers PDF pour votre Imprimeur</a> <a class="lien-texte" href="/en/telecharger/expolibre-A2-2016-HR.pdf">PDF files for your printer</a>
<h3>Infos techniques :</h3> <h3>Technical information:</h3>
<ul> <ul>
<li>7 Bâches,</li> <li>7 Exhibit panels</li>
<li>Type M1, 310g impression numérique quadri recto,</li> <li>Type M1, 310g quadri, front, digital impression,</li>
<li>Format : 84,1 × 118,9cm,</li> <li>Format: 84.1 cm * 118.9 cm</li>
<li>2 œillets en haut par bâche, fourreau en bas + barre de lestage,</li> <li>Per exhibit panel, 2 eyelets on top, sheath on the bottom, along with a ballasting bar.</li>
<li>14 tendeurs.</li> <li>14 hangers.</li>
<li>Une notice A4 plastifiée</li> <li>A laminated A4 note.</li>
</ul> </ul>
<a class="button" href="contact.php">Réserver l'exposition</a> <a class="button" href="contact.php">Book the exhibit</a>
<!-- row 8 col - fin contenu --> <!-- row 8 col - fin contenu -->
</div> </div>
<!-- fin boite presentation --> <!-- fin boite presentation -->
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +42,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -3,18 +3,18 @@
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
<div class="large-8 columns"> <div class="large-8 columns">
<ul class="inline-list"> <ul class="inline-list">
<li><a href="index.php">Accueil</a></li> <li><a href="index.php">Home</a></li>
<li><a href="exposition.php">l'Exposition</a></li> <li><a href="exposition.php">The Exhibit</a></li>
<li><a href="telecharger.php">Télécharger</a></li> <li><a href="telecharger.php">Download</a></li>
<li><a href="exposer.php">Exposer</a></li> <li><a href="exposer.php">Exhibit</a></li>
<li><a href="a-propos.php">À propos</a></li> <li><a href="a-propos.php">About</a></li>
<li><a href="credits.php">Crédits</a></li> <li><a href="credits.php">Credits</a></li>
<li><a href="contact.php">Contact</a></li> <li><a href="contact.php">Contact</a></li>
</ul> </ul>
</div> </div>
<div class="large-2 columns logo"> <div class="large-2 columns logo">
<a href="http://www.april.org/"><img src="img/april_logo.svg" alt="Association April" title="APRIL, organisation de promotion et de défense du logiciel libre."/></a> <a href="http://www.april.org/"><img src="img/april_logo.svg" alt="Association April" title="April, Promoting and Protecting Free Software."/></a>
</div> </div>
</div> </div>
<!-- fin footer --> <!-- fin footer -->
</section> </section>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les formats ouverts</title> <title>Les formats ouverts</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -3,31 +3,31 @@
<div class="row"> <div class="row">
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
<div class="large-8 columns"> <div class="large-8 columns">
<h2>Expolibre</h2> <h2>LibreExpo</h2>
<p class="intro"><span>Expolibre est une exposition itinérante expliquant les logiciels libres au grand public.</span> <p class="intro"><span>LibreExpo is a travelling exhibit that explains free software to the general public.</span>
<a href="exposition.php">Des panneaux</a> présentent la philosophie du logiciel libre, mouvement qui se développe depuis le début des années 1980. L'objectif est de sensibiliser aux enjeux de société liés à cette révolution informatique. <a href="exposition.php">Panels</a> present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution.
<br /> <br />
Dans l'esprit du logiciel libre, cette exposition est « libre » et nous vous invitons à la <a href="telecharger.php">télécharger</a> pour diffuser, la copier, l'exposer ou l'adapter. L'April proposera prochainement les panneaux à la <a href="exposer.php">location</a>. In the spirit of free software, this exhibit is "free", and we invite you to <a href="telecharger.php">download</a>, share, copy, exhibit, or adapt it. April will soon be offering panels <a href="exposer.php">for rent</a>.
<br /> <br />
Bonne lecture à tous !</p> Happy reading!</p>
<!-- contenu --> <!-- contenu -->
<div class="row"> <div class="row">
<div class="large-4 columns"> <div class="large-4 columns">
<div class="panel"> <div class="panel">
<a class="button" href="exposition.php">Découvrir</a> <a class="button" href="exposition.php">Learn more</a>
<p>Découvrez les panneaux dès maintenant !</p> <p>See the panels now!</p>
</div> </div>
</div> </div>
<div class="large-4 columns"> <div class="large-4 columns">
<div class="panel"> <div class="panel">
<a class="button" href="telecharger.php">Télécharger</a> <a class="button" href="telecharger.php">Download</a>
<p>Télécharger les panneaux de l'exposition dans différents formats, ainsi que les sources de création.</p> <p>Download the exhibit panels and their source code in different formats.</p>
</div> </div>
</div> </div>
<div class="large-4 columns"> <div class="large-4 columns">
<div class="panel"> <div class="panel">
<a class="button" href="exposer.php">Exposer</a> <a class="button" href="exposer.php">Exhibit</a>
<p>Commandez les panneaux pour organiser une exposition dans votre ville.</p> <p>Place an order for the panels in order to organize an exhibit in your town.</p>
</div> </div>
</div> </div>
</div> </div>
@ -37,4 +37,4 @@ Bonne lecture à tous !</p>
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -4,15 +4,6 @@
*/ */
include ("../lib/i18n.php"); include ("../lib/i18n.php");
?> ?>
<?php $notallow = array("78.231.79.93");
if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
header("Location: http://www.expolibre.org/expolibre.html");
exit();
}
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -21,8 +12,8 @@ if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposition logiciels libres</title> <title>Exposition logiciels libres</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les Logiciels libres pour l'éducation</title> <title>Les Logiciels libres pour l'éducation</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les enjeux du logiciel libre</title> <title>Les enjeux du logiciel libre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les Logiciels libres pour l'éducation</title> <title>Les Logiciels libres pour l'éducation</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Les formats ouverts</title> <title>Les formats ouverts</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +36,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -5,24 +5,24 @@
<!-- row 8 col - contenu --> <!-- row 8 col - contenu -->
<div class="large-8 columns"> <div class="large-8 columns">
<h2>Télécharger l'exposition</h2> <h2>Télécharger l'exposition</h2>
<h3>Fichiers :</h3> <h3>Files:</h3>
<ul class="fichier"> <ul class="fichier">
<li><a href="http://www.expolibre.org/telecharger/expolibre-A2-2016-HR.pdf">PDF A2 pour l'impression offset <span> - (Fichier destiné à un imprimeur)</span></a></li> <li><a href="/en/telecharger/expolibre-A2-2016-HR.pdf">PDF A2, for offset printing<span> (printer-friendly format)</span></a></li>
<li><a href="http://www.expolibre.org/telecharger/expolibre-A2-2016-BR.pdf">PDF basse définition pour une lecture-écran</a></li> <li><a href="/en/telecharger/expolibre-A2-2016-BR.pdf">Low-resolution PDF, for screen reading</a></li>
<li><a href="http://www.expolibre.org/telecharger/expolibre-2016-JPG-A4.zip">JPG A4 basse définition<span> - (72dpi)</span></a></li> <li><a href="/en/telecharger/expolibre-2016-JPG-A4.zip">Low-resolution JPG A4<span> (72dpi)</span></a></li>
</ul> </ul>
<h3>Sources :</h3> <h3>Sources:</h3>
<ul class="fichier"> <ul class="fichier">
<li><a href="http://www.expolibre.org/telecharger/expolibre-2016-source.zip">Sources complètes au format Scribus <span> - ( SLA 1.4 compressé, images et fonts inclus)</span></a></li> <li><a href="/en/telecharger/expolibre-2016-source.zip">Complete source in Scribus format<span> (compressed SLA 1.4, images and fonts included)</span></a></li>
<li><a href="http://www.expolibre.org/telecharger/expolibre-visuels-seuls-300dpi-A2.zip">Visuels seuls haute solution A2<span> - (PNG)</span></a></li> <li><a href="/en/telecharger/expolibre-visuels-seuls-300dpi-A2.zip">Visuals only, high-resolution A2<span> (PNG)</span></a></li>
<li><a href="http://www.expolibre.org/telecharger/expolibre-source-illustrations.zip">Source de création des visuels au format Inkscape <span> - (SVG)</span></a></li> <li><a href="/en/telecharger/expolibre-source-illustrations.zip">Visual-creation source in Inkscape format <span> (SVG)</span></a></li>
</ul> </ul>
<h3>Licence :</h3> <h3>License:</h3>
<p class="licence">Document réalisé avec des logiciels libres par l'April : www.april.org - Graphisme : Antoine Bardelli - www.bardelli.fr. Licence Art Libre 1.3 ou ultérieure / Creative Commons Paternité, Partage à l'identique 2.0 ou ultérieure / GFDL 1.3 ou ultérieure.</p> <p class="licence">Document created by April (www.april.org) using free software - Graphics: Antoine Bardelli (www.bardelli.fr). Art Libre 1.3 license or later / Creative Commons Attributions-Share-Alike 2.0 or later / GFDL 1.3 or later.</p>
<!-- row 8 col - fin contenu --> <!-- row 8 col - fin contenu -->
</div> </div>
<!-- fin boite presentation --> <!-- fin boite presentation -->
<div class="large-2 columns"></div> <div class="large-2 columns"></div>
</div> </div>
<!-- fin row 1 --> <!-- fin row 1 -->
</section> </section>

View File

@ -1,3 +1,9 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" > <html class="no-js" lang="en" >
@ -6,8 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/> <meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" /> <meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre, l'exposition itinérante expliquant les logiciels libres au grand public."/> <meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, exposition logiciels libres, exposition libre, logiciels libres, logiciels open source, libre, sensibilisation, formats ouverts, informatique libre, exposition gratuite, exposition informatique, April.org, April"/> <meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, open source software, free and open source sofware, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Exposer l'Expolibre</title> <title>Exposer l'Expolibre</title>
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css"> <link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
@ -36,4 +42,4 @@
<?php include ("script-footer.php"); ?> <?php include ("script-footer.php"); ?>
</body> </body>
</html> </html>

View File

@ -1,10 +0,0 @@
<?php $notallow = array("78.231.79.93", "109.190.109.123", "2.5.42.183");
if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
header("Location: http://www.expolibre.org/expolibre.html");
exit();
}
?>